JoaoJandre commented on issue #9931: URL: https://github.com/apache/cloudstack/issues/9931#issuecomment-2482936502
> @DaanHoogland I searched to see if this was out there and found nothing, I will go to the corner and think about what I have done. I will test that change if you will tell me where the file is. I am no developer. @ffslcschools I'm not sure I got your question, but since it is only a UI change, it is somewhat easier to test, you can: 1. Clone the repository (`git clone [email protected]:apache/cloudstack.git`) 2. Fetch the changes from #9683 (`git fetch origin pull/9683/head:fix`) 3. Checkout the changes (`git checkout fix`) 4. Rename `ui/.env.local.example` to `ui/.env.local` and edit it so that it has the URL for your cloudstack instance 5. In the `ui` directory, run `npm install` and `npm run serve`, this last command will output a local URL for you to access the UI with the changes from #9683, than you can test if your problem was solved. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
