1
0
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:
Frederick Borges 2021-03-17 17:34:08 +01:00 committed by GitHub
parent c736657822
commit 946eb5e42d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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){