hsato03 commented on code in PR #8287:
URL: https://github.com/apache/cloudstack/pull/8287#discussion_r1414394939
##########
ui/src/config/section/compute.js:
##########
@@ -65,9 +65,15 @@ export default {
if (store.getters.userInfo.roletype === 'Admin') {
fields.splice(2, 0, 'instancename')
fields.push('account')
+ if (store.getters.listAllProjects) {
Review Comment:
Account are also available for all types of users, but the `account` column
is only displayed for root and domain admins. I guess it would be better to
keep the current behavior since the project is an account type.
--
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]