mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
M #~: Change hybrid_plus_section to edge_cluster_section (#993)
Signed-off-by: Frederick Borges <fborges@opennebula.io>
This commit is contained in:
parent
c736657822
commit
946eb5e42d
@ -96,10 +96,10 @@ define(function(require) {
|
||||
this.diskTab.onShow(context);
|
||||
|
||||
if (this && this.element && this.element.TEMPLATE && this.element.TEMPLATE.TM_MAD_SYSTEM && this.element.TEMPLATE.TM_MAD_SYSTEM === 'ssh'){
|
||||
$('.hybrid_plus_section').hide();
|
||||
$('.edge_cluster_section').hide();
|
||||
}
|
||||
else{
|
||||
$('.hybrid_plus_section').show();
|
||||
$('.edge_cluster_section').show();
|
||||
}
|
||||
|
||||
if (this && this.element && this.element.TEMPLATE){
|
||||
|
Loading…
x
Reference in New Issue
Block a user