From 013cd17be7cd8281fa3ff7254c3053cbeeb0ab97 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 24 Aug 2021 11:13:13 +0200 Subject: [PATCH] ui: dc: add comment to odd condition for showing SDN Signed-off-by: Thomas Lamprecht --- www/manager6/dc/Config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/manager6/dc/Config.js b/www/manager6/dc/Config.js index a8dcb74e..934952d9 100644 --- a/www/manager6/dc/Config.js +++ b/www/manager6/dc/Config.js @@ -144,6 +144,8 @@ Ext.define('PVE.dc.Config', { xtype: 'pveFencingView', itemId: 'ha-fencing', }); + // always show on initial load, will be hiddea later if the SDN API calls don't exist, + // else it won't be shown at first if the user initially loads with DC selected if (PVE.SDNInfo || PVE.SDNInfo === undefined) { me.items.push({ xtype: 'pveSDNStatus',