Commit ea067c7 1 parent 7b50f87 commit ea067c7 Copy full SHA for 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 Original file line number Diff line number Diff line change 28
28
</script >
29
29
<div class =" row" >
30
30
<div class =" col-xs-12" >
31
- <h3 >${title} </h3 >
31
+ <h3 >Table Details: ${title} < small class = " text-muted " >(ID: ${tableId} )</ small > </h3 >
32
32
</div >
33
33
</div >
34
34
<div class =" row" >
35
35
<div class =" col-xs-12" >
36
36
<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 >
38
38
<thead >
39
39
<tr >
40
40
<th class =" big-num" >Entry Count</th >
61
61
<div class =" row" >
62
62
<div class =" col-xs-12" >
63
63
<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 >
65
65
<thead >
66
66
<tr >
67
67
<th >Tablet ID</th >
You can’t perform that action at this time.
0 commit comments