summaryrefslogtreecommitdiffstats
path: root/base/tps/shared/webapps/tps/ui/audit.html
diff options
context:
space:
mode:
Diffstat (limited to 'base/tps/shared/webapps/tps/ui/audit.html')
-rw-r--r--base/tps/shared/webapps/tps/ui/audit.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/tps/shared/webapps/tps/ui/audit.html b/base/tps/shared/webapps/tps/ui/audit.html
index 06457de62..23012f214 100644
--- a/base/tps/shared/webapps/tps/ui/audit.html
+++ b/base/tps/shared/webapps/tps/ui/audit.html
@@ -71,14 +71,14 @@
</th>
</tr>
<tr>
- <th class="pki-select-column"><input id="events_selectall" type="checkbox"><label for="events_selectall">&nbsp;</label></th>
+ <th class="pki-select-column"><input id="audit-events-selectall" type="checkbox"><label for="audit-events-selectall">&nbsp;</label></th>
<th class="pki-property-name-column">Name</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<tr>
- <td class="pki-select-column"><input id="events_select" type="checkbox"><label for="events_select">&nbsp;</label></td>
+ <td class="pki-select-column"><input id="audit-events-select" type="checkbox"><label for="audit-events-select">&nbsp;</label></td>
<td name="id" class="pki-property-name-column"><a href="/tps/ui/audit/events/${id}">${id}</a></td>
<td name="value">${value}</td>
</tr>