1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

Bug #1160: Remove publish/unpublish from action buttons in template tab

(cherry picked from commit 68fd07d333eff379e0a599027e23b35129128bdf)
This commit is contained in:
Hector Sanjuan 2012-03-12 12:53:10 +01:00 committed by Ruben S. Montero
parent 77355a68ac
commit 7fcf0bc305

View File

@ -801,19 +801,7 @@ var template_buttons = {
tip: tr("Select the new group")+":",
condition: mustBeAdmin
},
"action_list" : {
type: "select",
actions: {
"Template.publish" : {
type: "action",
text: tr("Publish")
},
"Template.unpublish" : {
type: "action",
text: tr("Unpublish")
},
}
},
"Template.delete" : {
type: "confirm",
text: tr("Delete")