[ 
https://issues.apache.org/jira/browse/ARTEMIS-3143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Taylor closed ARTEMIS-3143.
--------------------------------
    Resolution: Not A Problem

This shouldnt be an issue anymore with the new console so closing

> 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
>            Assignee: Andy Taylor
>            Priority: Minor
>
> 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.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to