From 92fc68259d6ab329e3f80b8145a1a873c84cf851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manass=C3=A9=20Ngudia?= Date: Wed, 10 Jul 2019 20:11:02 +0200 Subject: [PATCH] Issue #1256: Always show the link to access guest via VNC or Spice This commit addresses an issue VNC column disappear when there is not enough space (id screen is too small, that column is hidden. workaround:do CTRL - in browser) , yet it is one of the most important columns. --- ui/css/kimchi.css | 5 ----- ui/pages/tabs/guests.html.tmpl | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/ui/css/kimchi.css b/ui/css/kimchi.css index b6bd5173e..041ede62c 100644 --- a/ui/css/kimchi.css +++ b/ui/css/kimchi.css @@ -960,11 +960,6 @@ } } -#guest-content-container .wok-guest-list .wok-guest-list-header > span.column-vnc, -#guest-content-container .wok-guest-list .wok-guest-list-body .wok-guest-list-item > span.column-vnc { - display: none; -} - #guest-content-container .wok-guest-list .wok-guest-list-header > span.column-vnc > a, #guest-content-container .wok-guest-list .wok-guest-list-body .wok-guest-list-item > span.column-vnc > a { font-weight: normal; diff --git a/ui/pages/tabs/guests.html.tmpl b/ui/pages/tabs/guests.html.tmpl index c3f18cdfd..ffe983a2f 100644 --- a/ui/pages/tabs/guests.html.tmpl +++ b/ui/pages/tabs/guests.html.tmpl @@ -51,7 +51,7 @@ $_("State")$_("Guest Name ID")$_("OS Type")$_("VNC")$_("VNC/Spice")$_("Processors Utilization")$_("Memory Utilization")$_("Storage I/O")