NIFI-2982:

- Updating the labels in the Add Users/Groups to the Policy dialog..

This closes #1178.
This commit is contained in:
Matt Gilman 2016-11-02 15:47:55 -04:00 committed by Pierre Villard
parent 9d3fe3f03e
commit 2f0d9a34f1
2 changed files with 4 additions and 4 deletions

View File

@ -21,13 +21,13 @@
<input id="search-users-field" type="text" placeholder="User Identity"/>
</div>
<div class="secure-port-setting">
<div class="setting-name">Allowed Users</div>
<div class="setting-name">Selected Users</div>
<div class="setting-field allowed-container">
<ul id="allowed-users" class="allowed"></ul>
</div>
</div>
<div class="secure-port-setting">
<div class="setting-name">Allowed Groups</div>
<div class="setting-name">Selected Groups</div>
<div class="setting-field allowed-container">
<ul id="allowed-groups" class="allowed"></ul>
</div>

View File

@ -40,9 +40,9 @@ nf.PolicyManagement = (function () {
$('#search-users-dialog').modal({
scrollableContentStyle: 'scrollable',
headerText: 'Search users',
headerText: 'Add Users/Groups',
buttons: [{
buttonText: 'Ok',
buttonText: 'Add',
color: {
base: '#728E9B',
hover: '#004849',