Re: [PR] UI: Add VM state to Volume list view [cloudstack]

2025-02-12 Thread via GitHub
JoaoJandre merged PR #10341: URL: https://github.com/apache/cloudstack/pull/10341 -- 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: commits-unsubscr...@cl

Re: [PR] UI: Add VM state to Volume list view [cloudstack]

2025-02-07 Thread via GitHub
lucas-a-martins commented on code in PR #10341: URL: https://github.com/apache/cloudstack/pull/10341#discussion_r1947145291 ## ui/src/config/section/storage.js: ## @@ -38,7 +38,7 @@ export default { } }, columns: () => { -const fields = ['name', 's

Re: [PR] UI: Add VM state to Volume list view [cloudstack]

2025-02-07 Thread via GitHub
lucas-a-martins commented on code in PR #10341: URL: https://github.com/apache/cloudstack/pull/10341#discussion_r1946929673 ## ui/public/locales/en.json: ## @@ -2444,7 +2444,7 @@ "label.users": "Users", "label.usersource": "User type", "label.using.cli": "Using CLI", -"label.

Re: [PR] UI: Add VM state to Volume list view [cloudstack]

2025-02-07 Thread via GitHub
JoaoJandre commented on code in PR #10341: URL: https://github.com/apache/cloudstack/pull/10341#discussion_r1946584909 ## ui/public/locales/en.json: ## @@ -2444,7 +2444,7 @@ "label.users": "Users", "label.usersource": "User type", "label.using.cli": "Using CLI", -"label.utili

Re: [PR] UI: Add VM state to Volume list view [cloudstack]

2025-02-07 Thread via GitHub
JoaoJandre commented on code in PR #10341: URL: https://github.com/apache/cloudstack/pull/10341#discussion_r1946593479 ## ui/src/config/section/storage.js: ## @@ -38,7 +38,7 @@ export default { } }, columns: () => { -const fields = ['name', 'state'

Re: [PR] UI: Add VM state to Volume list view [cloudstack]

2025-02-07 Thread via GitHub
DaanHoogland commented on code in PR #10341: URL: https://github.com/apache/cloudstack/pull/10341#discussion_r1946401520 ## ui/public/locales/en.json: ## @@ -2444,7 +2444,7 @@ "label.users": "Users", "label.usersource": "User type", "label.using.cli": "Using CLI", -"label.uti

Re: [PR] UI: Add VM state to Volume list view [cloudstack]

2025-02-07 Thread via GitHub
blueorangutan commented on PR #10341: URL: https://github.com/apache/cloudstack/pull/10341#issuecomment-2642526287 UI build: :heavy_check_mark: Live QA URL: https://qa.cloudstack.cloud/simulator/pr/10341 (QA-JID-544) -- This is an automated message from the Apache Git Service. To respon

Re: [PR] UI: Add VM state to Volume list view [cloudstack]

2025-02-07 Thread via GitHub
blueorangutan commented on PR #10341: URL: https://github.com/apache/cloudstack/pull/10341#issuecomment-2642491373 @shwstppr a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] UI: Add VM state to Volume list view [cloudstack]

2025-02-07 Thread via GitHub
shwstppr commented on PR #10341: URL: https://github.com/apache/cloudstack/pull/10341#issuecomment-2642490430 @blueorangutan ui -- 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 commen

Re: [PR] UI: Add VM state to Volume list view [cloudstack]

2025-02-06 Thread via GitHub
codecov[bot] commented on PR #10341: URL: https://github.com/apache/cloudstack/pull/10341#issuecomment-2640946956 ## [Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/10341?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comme

[PR] UI: Add VM state to Volume list view [cloudstack]

2025-02-06 Thread via GitHub
lucas-a-martins opened a new pull request, #10341: URL: https://github.com/apache/cloudstack/pull/10341 ### Description This PR adds a new column to the volume list view that shows the state of the VM the volume is attached to. ### Types of changes - [ ] Breaking change