mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Feature #4210: Remove add and del group buttons
TODO remove from new groupadmin.yaml
This commit is contained in:
parent
7771ed8346
commit
c7a67fc0a2
@ -75,8 +75,6 @@ tabs:
|
||||
User.quotas_dialog: true
|
||||
User.groups_dialog: true
|
||||
User.chgrp: true
|
||||
User.addgroup: true
|
||||
User.delgroup: true
|
||||
User.chauth: true
|
||||
User.delete: true
|
||||
groups-tab:
|
||||
|
@ -72,8 +72,6 @@ tabs:
|
||||
User.quotas_dialog: true
|
||||
User.groups_dialog: true
|
||||
User.chgrp: true
|
||||
User.addgroup: true
|
||||
User.delgroup: true
|
||||
User.chauth: true
|
||||
User.delete: true
|
||||
groups-tab:
|
||||
|
@ -54,20 +54,6 @@ define(function(require) {
|
||||
select: "Group",
|
||||
tip: Locale.tr("This will change the main group of the selected users. Select the new group")+":"
|
||||
},
|
||||
"User.addgroup" : {
|
||||
type: "confirm_with_select",
|
||||
text: Locale.tr("Add to group"),
|
||||
layout: "user_select",
|
||||
select: "Group",
|
||||
tip: Locale.tr("This will add the user to a secondary group. Select the new group")+":"
|
||||
},
|
||||
"User.delgroup" : {
|
||||
type: "confirm_with_select",
|
||||
text: Locale.tr("Remove from group"),
|
||||
layout: "user_select",
|
||||
select: "Group",
|
||||
tip: Locale.tr("This will remove the user from a secondary group. Select the group")+":"
|
||||
},
|
||||
"User.delete" : {
|
||||
type: "confirm",
|
||||
text: Locale.tr("Delete"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user