[
https://issues.apache.org/jira/browse/NIFI-2926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15657130#comment-15657130
]
ASF GitHub Bot commented on NIFI-2926:
--------------------------------------
Github user mcgilman commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1188#discussion_r87591163
--- Diff:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/nf-common.js
---
@@ -657,7 +695,7 @@ nf.Common = (function () {
return nf.Common.escapeHtml(value);
}
} else {
- return '<span class="unset" style="font-size: 13px;
padding-top: 2px;">No value previously set</span>';
+ return '<span class="unset" style="font-size: 13px;
padding-top: 2px;">No value set</span>';
--- End diff --
Can we also update the `Empty string previously set` above?
> Add a user-centric view for authorization policies
> --------------------------------------------------
>
> Key: NIFI-2926
> URL: https://issues.apache.org/jira/browse/NIFI-2926
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core UI
> Affects Versions: 1.0.0
> Reporter: Andrew Lim
> Assignee: Scott Aslan
> Labels: UI, authorization
>
> The UI for managing authorizations in 1.0.0 is policy-centric, meaning in
> order to view which access privileges a specific user has, you need to
> navigate to each individual policy and see if the user has been added to it.
> We should add a view to the UI where you can select a user and then see all
> the access policies that he/she has.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)