summaryrefslogtreecommitdiffstats
path: root/base/tps/shared/webapps/tps/ui/certs.html
diff options
context:
space:
mode:
Diffstat (limited to 'base/tps/shared/webapps/tps/ui/certs.html')
-rw-r--r--base/tps/shared/webapps/tps/ui/certs.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/tps/shared/webapps/tps/ui/certs.html b/base/tps/shared/webapps/tps/ui/certs.html
index 52e229f7b..7d91162eb 100644
--- a/base/tps/shared/webapps/tps/ui/certs.html
+++ b/base/tps/shared/webapps/tps/ui/certs.html
@@ -38,7 +38,7 @@
</th>
</tr>
<tr>
- <th class="pki-select-column"><input id="cert_selectall" type="checkbox"><label for="cert_selectall">&nbsp;</label></tdh>
+ <th class="pki-select-column"><input id="certs-selectall" type="checkbox"><label for="certs-selectall">&nbsp;</label></tdh>
<th>Certificate ID</th>
<th>Serial Number</th>
<th>Subject</th>
@@ -52,7 +52,7 @@
</thead>
<tbody>
<tr>
- <td class="pki-select-column"><input id="cert_select" type="checkbox"><label for="cert_select">&nbsp;</label></td>
+ <td class="pki-select-column"><input id="certs-select" type="checkbox"><label for="certs-select">&nbsp;</label></td>
<td name="id"><a href="#certs/${id}">${id}</a></td>
<td name="serialNumber">${serialNumber}</td>
<td name="subject">${subject}</td>