You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"allow.user.view.all.domain.accounts", "false", "Determines whether users can view all user accounts within the same domain", true, ConfigKey.Scope.Domain);
varintervalLimit=((json.listcapabilitiesresponse.capability.apilimitinterval*1000)/json.listcapabilitiesresponse.capability.apilimitmax)*3;//multiply 3 to be on safe side
Copy file name to clipboardExpand all lines: ui/scripts/docs.js
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1355,5 +1355,20 @@ cloudStack.docs = {
1355
1355
helpL2UserData: {
1356
1356
desc: 'Pass user and meta data to VMs (via ConfigDrive)',
1357
1357
externalLink: ''
1358
-
}
1358
+
},
1359
+
1360
+
// Update Template Permissions Helper
1361
+
helpUpdateTemplateOperation: {
1362
+
desc: 'Select the permission operator. Add is for sharing with user/project and Reset simply removes all the accounts and projects which template has been shared with.'
1363
+
},
1364
+
helpUpdateTemplateAccounts: {
1365
+
desc: 'Choose one or more accounts to share this template. Ctrl+Click to select multiple accounts to share with. Accounts is mutually exclusive with Projects and only one of the 2 can be specified, do not select any projects when sharing templates with accounts.'
1366
+
},
1367
+
helpUpdateTemplateProjectIds: {
1368
+
desc: 'Choose one or more projects to share this template. Ctrl+Click to select multiple projects to share with. Projects is mutually exclusive with Accounts and only one of the 2 can be specified, do not select any accounts when sharing templates with projects.'
1369
+
},
1370
+
1371
+
helpUpdateTemplateAccountList: {
1372
+
desc: 'A comma seperated list of accounts to share the template with. Must be specified with the Add/Remove operation, leave Project ID blank if this is specified.'
0 commit comments