mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-26 06:50:09 +03:00
Feature #4317: Add cloud view as default for group admins
This commit is contained in:
parent
d12ce1feb9
commit
e932b8db74
@ -185,6 +185,7 @@ define(function(require) {
|
||||
|
||||
if (this.action == "create") {
|
||||
$("input#group_view_cloud").prop('checked', true).change();
|
||||
$("input#group_admin_view_cloud").prop('checked', true).change();
|
||||
$("input#group_admin_view_groupadmin").prop('checked', true).change();
|
||||
|
||||
_generateViewsSelect(context, "admin", "groupadmin");
|
||||
|
Loading…
x
Reference in New Issue
Block a user