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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14512692#comment-14512692 ] 

Hadoop QA commented on AMBARI-10749:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12728173/AMBARI-10749.patch
  against trunk revision .

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/2519//console

This message is automatically generated.

> 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)