You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "arne anka (Jira)" <ji...@apache.org> on 2021/02/24 14:43:00 UTC

[jira] [Created] (ARTEMIS-3143) UI wastes space

arne anka created ARTEMIS-3143:
----------------------------------

             Summary: UI wastes space
                 Key: ARTEMIS-3143
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3143
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: Web Console
    Affects Versions: 2.17.0
            Reporter: arne anka


Since at least 2.16 there's a huge side bar, which in my browser window takes up almost a fifth of the available space.

The font size used to the tab headers ("Current Status", "Brwose Connections",  ...) takes up much more space than justified for such a redundant information (after all, the active tab is there and highlighted already).

The header with that misleading sandwich icon (nowhere else that icon is used to toggle, everywhere it is used to indicate a menu) takes up too much valuable space as well – for just a toggle, logo and the menu this is wasting space.

With custom CSS I managed to get an acceptable layout that does not waste space at the expense of information and functionality – after all, isn't the console first and foremost a tool to be used effectively?

 body {
 zoom: 85%;
 }

page-header {
 zoom: 50%;
 }

.pf-c-page__sidebar {
 max-width: 8em;
 zoom: 75%;
 }

.tree-nav-main {
 zoom: 90%;
 }

.tree-nav-main .nav-tabs {
 zoom: 80%
 }

artemis-browse-queue>h1 {
 zoom: 50%;
 }

  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)