You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Madhan Neethiraj (JIRA)" <ji...@apache.org> on 2017/02/24 17:55:44 UTC

[jira] [Commented] (ATLAS-1592) UI should display struct values without type header details

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

Madhan Neethiraj commented on ATLAS-1592:
-----------------------------------------

+1 for the patch.

> UI should display struct values without type header details
> -----------------------------------------------------------
>
>                 Key: ATLAS-1592
>                 URL: https://issues.apache.org/jira/browse/ATLAS-1592
>             Project: Atlas
>          Issue Type: Bug
>          Components: atlas-webui
>    Affects Versions: 0.8-incubating
>            Reporter: Keval Bhatt
>            Assignee: Keval Bhatt
>             Fix For: 0.8-incubating
>
>         Attachments: ATLAS-1592.patch
>
>
> For struct type values (like hdfs_path.posixPermissions attribute of type fs_permissions) UI currently shows the following text:
> {noformat}
>   "typeName": "fs_permissions",
>   "attributes": {
>     "user": "ALL",
>     "group": "READ_EXECUTE",
>     "others": "READ_EXECUTE",
>     "sticky": false
>   }
> {noformat}
> It will be easier to read if only the attributes are shown - as shown below:
> {noformat}
>   {
>     "user": "ALL",
>     "group": "READ_EXECUTE",
>     "others": "READ_EXECUTE",
>     "sticky": false
>   }
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)