Skip to content

Commit

Permalink
users: Add tooltip with group name in Roles list
Browse files Browse the repository at this point in the history
This makes it clearer which group is being driven by the given
checkbox, whether 'wheel' or 'sudo' or 'docker' ... or others
in the future.
  • Loading branch information
stefwalter committed Oct 18, 2016
1 parent 36abf2b commit adaa33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/users/index.html
Expand Up @@ -369,7 +369,7 @@ <h4 class="modal-title" translatable="yes">Add public key</h4>
<script id="role-entry-tmpl" type="x-template/mustache">
{{#roles}}
<div class="checkbox accounts-privileged" data-container="body">
<label>
<label title="Unix group: {{name}}">
<input type="checkbox" name="account-role-checkbox-{{id}}"
data-gid="{{id}}" data-name="{{name}}"
id="account-role-checkbox-{{id}}" {{#member}}checked{{/member}}/>
Expand Down

0 comments on commit adaa33b

Please sign in to comment.