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:53:45 UTC

[jira] [Updated] (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:all-tabpanel ]

Madhan Neethiraj updated ATLAS-1592:
------------------------------------
    Request participants:   (was: )
             Description: 
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}

             Component/s: atlas-webui
                 Summary: UI should display struct values without type header details  (was: Regression : Property table showing GUID for all referenced entity.)

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