mirror of https://github.com/apache/nifi.git
NIFI-2982:
- Updating the labels in the Add Users/Groups to the Policy dialog.. This closes #1178.
This commit is contained in:
parent
9d3fe3f03e
commit
2f0d9a34f1
|
@ -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>
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue