Skip to content

Commit

Permalink
Issue kimchi-project#1256: Always show the link to access guest via V…
Browse files Browse the repository at this point in the history
…NC 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.
  • Loading branch information
mnsuccess authored and Fantu committed Sep 2, 2019
1 parent 884d296 commit d77a778
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions ui/css/kimchi.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion ui/pages/tabs/guests.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<span class="column-state"><span class="sr-only">$_("State")</span></span><!--
--><span class="column-name"><span title="$_('Guest Name ID')">$_("Guest Name ID")</span></span><!--
--><span class="column-type"><span title="$_('OS Type')">$_("OS Type")</span></span><!--
--><span class="column-vnc"><span title="$_('VNC')">$_("VNC")</span></span><!--
--><span class="column-vnc"><span title="$_('VNC/Spice')">$_("VNC/Spice")</span></span><!--
--><span class="column-processors"><span title="$_('Processors Utilization')">$_("Processors Utilization")</span></span><!--
--><span class="column-memory"><span title="$_('Memory Utilization')">$_("Memory Utilization")</span></span><!--
--><span class="column-storage"><span title="$_('Storage I/O')">$_("Storage I/O")</span></span><!--
Expand Down

0 comments on commit d77a778

Please sign in to comment.