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