From dcaa994dd17244c75de427830b15b4e5063f6864 Mon Sep 17 00:00:00 2001 From: Lord-Grey Date: Sat, 20 Feb 2021 18:09:40 +0100 Subject: [PATCH] Untabify --- assets/webconfig/js/ui_utils.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/assets/webconfig/js/ui_utils.js b/assets/webconfig/js/ui_utils.js index ab0a1256..eea7460a 100644 --- a/assets/webconfig/js/ui_utils.js +++ b/assets/webconfig/js/ui_utils.js @@ -134,13 +134,13 @@ function updateHyperionInstanceListing() { var currInstMarker = (data[key].instance == window.currentHyperionInstance) ? "component-on" : ""; var html = '
  • \ - \ -
    \ - \ - '+ data[key].friendly_name + ' \ -
    \ -
    \ -
  • ' + \ +
    \ + \ + '+ data[key].friendly_name + ' \ +
    \ +
    \ + ' if (data.length - 1 > key) html += '
  • '