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