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:16:38 UTC

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

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

Srimanth Gunturi updated AMBARI-10749:
--------------------------------------
    Attachment: AMBARI-10749.patch

> 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
>
>         Attachments: AMBARI-10749.patch
>
>
> 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)