mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
parent
0c35323ca9
commit
6a65b9bff0
@ -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" : {
|
||||
|
@ -37,7 +37,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" : {
|
||||
|
@ -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
|
||||
},
|
||||
"Template.upload_marketplace_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