You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Sreenath Somarajapuram (JIRA)" <ji...@apache.org> on 2017/10/15 19:41:00 UTC

[jira] [Commented] (TEZ-3826) Application configuration is not fully shown in the UI

    [ https://issues.apache.org/jira/browse/TEZ-3826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16205279#comment-16205279 ] 

Sreenath Somarajapuram commented on TEZ-3826:
---------------------------------------------

[~jeagles]
Thanks for the patch. But this would cause issues in other tables. For instance in the Hive Queries table, this would cause an extremely wide queries column making it hard to access columns to its right.

A better method might be to create a new class... something like.
{code}
.config-value-column {
  min-width: fit-content !important;
}
{code}

And pass it in the column definition.

> Application configuration is not fully shown in the UI
> ------------------------------------------------------
>
>                 Key: TEZ-3826
>                 URL: https://issues.apache.org/jira/browse/TEZ-3826
>             Project: Apache Tez
>          Issue Type: Bug
>          Components: UI
>            Reporter: Jonathan Eagles
>         Attachments: TEZ-3826.001.patch
>
>
> The configuration is clipped to 50% of the view width and ellipsis is shown if it is clipped. Instead we should either show the entire configuration key or value fully (width:fit-content or similar).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)