cloudstack/ui/scripts/ui/widgets
Nicolas Vazquez 3f330a2199 CLOUDSTACK-10044: Update role permission (#2236)
This feature allows changing permission for existing role permissions, as those were static and could not be changed once created. It also provides the ability to change these permissions in the UI using a drop down menu for each permission rule, in which admin can select ‘Allow’ or ‘Deny’ permission.

Changes in the API:

This feature modifies behaviour of updateRolePermission API method:

New optional parameters ‘ruleid’ and ‘permission’ are introduced, they are mutual exclusive to ‘ruleorder’ parameter. This defines two use cases:
Update role permission: ‘ruleid’ and ‘permission’ parameters needed
Update rules order: ‘ruleorder’ parameter needed
Parameter ‘ruleorder’ is now optional
updateRolePermission providing ‘ruleorder’ parameter should be sent via POST
2017-08-11 12:24:50 +02:00
..
cloudBrowser.js CLOUDSTACK-9020: Method to remove last panel from the breadcrumb 2015-11-19 15:17:43 +05:30
dataTable.js CLOUDSTACK-9020: Metrics views for CloudStack UI 2015-11-19 15:17:44 +05:30
detailView.js CLOUDSTACK-9194: Making the console popup window resizable in IE to make sure the focus is not lost. 2015-12-22 11:23:46 +05:30
listView.js CLOUDSTACK-9783: Improve metrics view performance 2017-02-28 13:45:03 +05:30
multiEdit.js CLOUDSTACK-10044: Update role permission (#2236) 2017-08-11 12:24:50 +02:00
notifications.js Notification area: Show more detail in errors 2013-10-31 16:17:52 -07:00
overlay.js Format JS 2013-07-18 12:34:20 -04:00
tagger.js CLOUDSTACK-7526: Fix missing localization on 'add' button 2014-09-15 13:02:27 -07:00
toolTip.js Format JS 2013-07-18 12:34:20 -04:00
treeView.js CLOUDSTACK-8307: UI not showing all Domains, if there are more than 24 domains then the last domain gets cut off on firefox and IE. Added a flag in treeview widget and based on the flag adding css class which will make overflow as scroll instead of the default auto. 2015-03-09 14:26:29 +05:30