You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Srimanth Gunturi (JIRA)" <ji...@apache.org> on 2015/04/25 22:11:38 UTC

[jira] [Created] (AMBARI-10749) Re-layout widget content to save vertical space

Srimanth Gunturi created AMBARI-10749:
-----------------------------------------

             Summary: Re-layout widget content to save vertical space
                 Key: AMBARI-10749
                 URL: https://issues.apache.org/jira/browse/AMBARI-10749
             Project: Ambari
          Issue Type: Task
          Components: ambari-web
    Affects Versions: 2.1.0
            Reporter: Srimanth Gunturi
            Assignee: Andrii Babiichuk
             Fix For: 2.1.0


Currently a widget's content is laid out in a way that takes a lot of vertical space. Because of this the UI does not look compact and clean. We need to change the internal layout of the widget to lessen vertical space.


*Current Layout*:{code}
[widget-control]           [final action]
[error/warning message]    [override action]
                           [undo action]
{code}

*Proposed Layout*:{code}
[widget-control]           [error/warning icon] [final action]
                          [undo action] [override action]
{code}
The {{error/warning icon}} will be an error or warning icon that will have a tooltip showing the error message. This will save us valuable vertical space and will always be constant vertical height.

This layout should also look good in config-groups when configs are one below the other.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)