summaryrefslogtreecommitdiffstats
path: root/modules-available/dnbd3/templates/page-proxy-images.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/dnbd3/templates/page-proxy-images.html')
-rw-r--r--modules-available/dnbd3/templates/page-proxy-images.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/dnbd3/templates/page-proxy-images.html b/modules-available/dnbd3/templates/page-proxy-images.html
index b97a1820..7f4f0332 100644
--- a/modules-available/dnbd3/templates/page-proxy-images.html
+++ b/modules-available/dnbd3/templates/page-proxy-images.html
@@ -1,6 +1,6 @@
<div role="tabpanel" class="tab-pane" id="tab-images">
<h2>{{lang_imageList}}</h2>
- <table class="table table-condensed stupidtable">
+ <table id="img-table" class="table table-condensed stupidtable">
<thead>
<tr>
<th data-sort="string">{{lang_image}}</th>
@@ -13,7 +13,7 @@
</thead>
<tbody>
{{#images}}
- <tr>
+ <tr id="img-{{id}}">
<td class="text-nowrap">
{{name}}:{{rid}}
</td>