Skip to content

Commit

Permalink
Merge pull request #555 from Security-Onion-Solutions/jertel/typo
Browse files Browse the repository at this point in the history
remove unintended apostrophe from data-aid attr
  • Loading branch information
jertel authored Jun 20, 2024
2 parents b02e74f + fa29035 commit 8d04d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2253,7 +2253,7 @@ <h4 v-if="!$root.loading">{{ i18n.usersEnabled }} {{ countUsersEnabled() }} / {{
<v-col cols="12" lg="4">
<v-card>
<v-card-title>{{ i18n.roles }}</v-card-title>
<v-card-text data-aid="'users_details_role_toggle">
<v-card-text data-aid="users_details_role_toggle">
<v-checkbox v-for="role in roles" :key="role" :id="'role-checkbox-' + role" dense :input-value="hasRole(item, role)" :label="role" @click.stop="return toggleRole(item, role)">
</v-card-text>
</v-card>
Expand Down

0 comments on commit 8d04d0c

Please sign in to comment.