mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
(cherry picked from commit 6a65b9bff0324243b2240c16a93771a08df17431)
This commit is contained in:
parent
31319f8a07
commit
572aa0b3ee
@ -33,7 +33,7 @@ define(function(require) {
|
||||
type: "create_dialog",
|
||||
text: Locale.tr("Import"),
|
||||
layout: "create_flatten",
|
||||
custom_classes: "only-sunstone-list",
|
||||
custom_classes: "only-sunstone-list" + ((config.id_own_federation !== config.zone_id) ? " hide" : ""),
|
||||
alwaysActive: true
|
||||
},
|
||||
"Datastore.addtocluster" : {
|
||||
|
@ -38,7 +38,7 @@ define(function(require) {
|
||||
type: "create_dialog",
|
||||
text: Locale.tr("Import"),
|
||||
layout: "create_flatten",
|
||||
custom_classes: "only-sunstone-list",
|
||||
custom_classes: "only-sunstone-list" + ((config.id_own_federation !== config.zone_id) ? " hide" : ""),
|
||||
alwaysActive: true
|
||||
},
|
||||
"Image.chown" : {
|
||||
|
@ -34,7 +34,7 @@ define(function(require) {
|
||||
type: "create_dialog",
|
||||
text: Locale.tr("Import"),
|
||||
layout: "create_flatten",
|
||||
custom_classes: "only-sunstone-list",
|
||||
custom_classes: "only-sunstone-list" + ((config.id_own_federation !== config.zone_id) ? " hide" : ""),
|
||||
alwaysActive: true
|
||||
},
|
||||
"Template.update_dialog" : {
|
||||
|
@ -34,7 +34,8 @@ define(function(require) {
|
||||
type: "create_dialog",
|
||||
layout: "create_flatten",
|
||||
text: Locale.tr("Import"),
|
||||
custom_classes: "only-sunstone-list"
|
||||
custom_classes: "only-sunstone-list" + ((config.id_own_federation !== config.zone_id) ? " hide" : ""),
|
||||
alwaysActive: true
|
||||
},
|
||||
"Network.instantiate_dialog" : {
|
||||
type: "create_dialog",
|
||||
|
Loading…
x
Reference in New Issue
Block a user