Instead of the IS-IS controller the new IS-IS fabric should be used. Every option in the IS-IS controller can also be set on the new IS-IS fabric. Nevertheless they can both be used simultaniously and there is not yet a clear roadmap of when we are going to deprecate the IS-IS controller.
Signed-off-by: Gabriel Goller <g.gol...@proxmox.com> --- www/manager6/sdn/controllers/IsisEdit.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/manager6/sdn/controllers/IsisEdit.js b/www/manager6/sdn/controllers/IsisEdit.js index edacd1736bba..f075fd7cdc1a 100644 --- a/www/manager6/sdn/controllers/IsisEdit.js +++ b/www/manager6/sdn/controllers/IsisEdit.js @@ -20,6 +20,11 @@ Ext.define('PVE.sdn.controllers.IsisInputPanel', { var me = this; me.items = [ + { + xtype: 'displayfield', + value: 'Consider using the new IS-IS fabrics in the "Fabrics" in the sidebar. The "isis" controller will be deprecated soon.', + userCls: 'pmx-hint', + }, { xtype: 'pveNodeSelector', name: 'node', -- 2.47.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel