Skip to content

Commit ea067c7

Browse files
committed
make datatables title more descriptive, add tableId
1 parent 7b50f87 commit ea067c7

File tree

1 file changed

+3
-3
lines changed
  • server/monitor/src/main/resources/org/apache/accumulo/monitor/templates

1 file changed

+3
-3
lines changed

server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/table.ftl

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
</script>
2929
<div class="row">
3030
<div class="col-xs-12">
31-
<h3>${title}</h3>
31+
<h3>Table Details: ${title} <small class="text-muted">(ID: ${tableId})</small></h3>
3232
</div>
3333
</div>
3434
<div class="row">
3535
<div class="col-xs-12">
3636
<table id="participatingTServers" class="table caption-top table-bordered table-striped table-condensed">
37-
<caption><span class="table-caption">${table}</span></caption>
37+
<caption><span class="table-caption">Table Summary for: ${table} <small>(ID: ${tableId})</small></span></caption>
3838
<thead>
3939
<tr>
4040
<th class="big-num">Entry Count</th>
@@ -61,7 +61,7 @@
6161
<div class="row">
6262
<div class="col-xs-12">
6363
<table id="tabletsList" class="table caption-top table-bordered table-striped table-condensed">
64-
<caption><span class="table-caption">Tablet Details</span></caption>
64+
<caption><span class="table-caption">Tablet Details for: ${table} <small>(ID: ${tableId})</small></span></caption>
6565
<thead>
6666
<tr>
6767
<th>Tablet ID</th>

0 commit comments

Comments
 (0)