mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Feature #4317: Move template share/unshare to ownership button group
This commit is contained in:
parent
a29cc36831
commit
f9c95d7ff1
@ -65,13 +65,13 @@ define(function(require) {
|
||||
},
|
||||
"Template.share" : {
|
||||
type: "confirm",
|
||||
layout: "main",
|
||||
layout: "user_select",
|
||||
text: Locale.tr("Share"),
|
||||
tip: Locale.tr("The template, along with any image referenced by it, will be shared with the group's users. Permission changed: GROUP USE"),
|
||||
},
|
||||
"Template.unshare" : {
|
||||
type: "confirm",
|
||||
layout: "main",
|
||||
layout: "user_select",
|
||||
text: Locale.tr("Unshare"),
|
||||
tip: Locale.tr("The template, along with any image referenced by it, will be unshared with the group's users. Permission changed: GROUP USE"),
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user