summaryrefslogtreecommitdiffstats
path: root/base/tps/shared/webapps/tps/ui/authenticators.html
diff options
context:
space:
mode:
Diffstat (limited to 'base/tps/shared/webapps/tps/ui/authenticators.html')
-rw-r--r--base/tps/shared/webapps/tps/ui/authenticators.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/tps/shared/webapps/tps/ui/authenticators.html b/base/tps/shared/webapps/tps/ui/authenticators.html
index f9b0b0a28..521e16e0d 100644
--- a/base/tps/shared/webapps/tps/ui/authenticators.html
+++ b/base/tps/shared/webapps/tps/ui/authenticators.html
@@ -37,14 +37,14 @@
</th>
</tr>
<tr>
- <th class="pki-select-column"><input id="authenticator_selectall" type="checkbox"><label for="authenticator_selectall">&nbsp;</label></th>
+ <th class="pki-select-column"><input id="authenticators-selectall" type="checkbox"><label for="authenticators-selectall">&nbsp;</label></th>
<th>Source ID</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
- <td class="pki-select-column"><input id="authenticator_select" type="checkbox"><label for="authenticator_select">&nbsp;</label></td>
+ <td class="pki-select-column"><input id="authenticators-select" type="checkbox"><label for="authenticators-select">&nbsp;</label></td>
<td name="id"><a href="#authenticators/${id}">${id}</a></td>
<td name="status">${status}</td>
</tr>