kishankavala commented on code in PR #7368:
URL: https://github.com/apache/cloudstack/pull/7368#discussion_r1152881302
##########
api/src/main/java/org/apache/cloudstack/api/command/admin/storage/ListStoragePoolsCmd.java:
##########
@@ -94,14 +97,18 @@ public Long getZoneId() {
return zoneId;
}
+ public String getState() {
Review Comment:
State and Status are used interchangeably. Not a major one, but would be
good to use consistent name
##########
ui/public/locales/en.json:
##########
@@ -1655,7 +1666,7 @@
"label.rules.file.import.description": "Click or drag rule definitions CSV
file to import.",
"label.rules.file.to.import": "Rule definitions CSV file to import",
"label.run.proxy.locally": "Run proxy locally",
-"label.running": "Running VMs",
+"label.running": "Running",
Review Comment:
Does this change require adding "VMs" where this label was used?
--
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]