diff --git a/modules/servers/VirtFusionDirect/hooks.php b/modules/servers/VirtFusionDirect/hooks.php
index c4a660f..933be2a 100644
--- a/modules/servers/VirtFusionDirect/hooks.php
+++ b/modules/servers/VirtFusionDirect/hooks.php
@@ -135,8 +135,8 @@ add_hook('ClientAreaFooterOutput', 1, function ($vars) {
$systemUrl = Database::getSystemUrl();
return "
-
-
+
+
+
+
diff --git a/modules/servers/VirtFusionDirect/templates/js/module.js b/modules/servers/VirtFusionDirect/templates/js/module.js
index d7553bf..b144642 100644
--- a/modules/servers/VirtFusionDirect/templates/js/module.js
+++ b/modules/servers/VirtFusionDirect/templates/js/module.js
@@ -344,6 +344,8 @@ function vfRenderOsGallery(container, data, hiddenInput) {
$(this).replaceWith($('').text((category.name || "?")[0].toUpperCase()));
});
iconSpan.append(catImg);
+ } else if (category.name === "Other") {
+ iconSpan.css("background", "#6c757d").html('');
} else {
iconSpan.css("background", brandColor).text((category.name || "?")[0].toUpperCase());
}
diff --git a/modules/servers/VirtFusionDirect/templates/overview.tpl b/modules/servers/VirtFusionDirect/templates/overview.tpl
index 8ddcb2e..3bcfb00 100644
--- a/modules/servers/VirtFusionDirect/templates/overview.tpl
+++ b/modules/servers/VirtFusionDirect/templates/overview.tpl
@@ -1,5 +1,5 @@
-
-
+
+
{if $serviceStatus eq 'Active'}