1
0
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:
Daniel Molina 2016-02-26 14:00:22 +01:00
parent 7771ed8346
commit c7a67fc0a2
3 changed files with 0 additions and 18 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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"),