From 1068a64e8c19f1bb73dc955821fbf08c32ad1f56 Mon Sep 17 00:00:00 2001 From: Manasoft404 Date: Thu, 11 Oct 2018 12:58:01 -0700 Subject: [PATCH] Issue #1256: List of guests should always show the link to access guest via VNC or Spice This commit addresses an issue VNC column disappear when there is not enought space (id screen is too small, that column is hidden. workaround:do CTRL - in browser) , yet it is one of the most important columns. Rename from "VNC" to "VNC/Spice" because if the connection is via Spice, it still goes in this column. --- ui/css/kimchi.css | 3 ++- ui/pages/tabs/guests.html.tmpl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/css/kimchi.css b/ui/css/kimchi.css index b6bd5173e..bdc73502a 100644 --- a/ui/css/kimchi.css +++ b/ui/css/kimchi.css @@ -960,10 +960,11 @@ } } +/* #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 { 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")