Commit b0f66cf 1 parent ea067c7 commit b0f66cf Copy full SHA for b0f66cf
File tree 2 files changed +8
-8
lines changed
server/monitor/src/main/resources/org/apache/accumulo/monitor
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -173,23 +173,23 @@ function initTableServerTable(tableId) {
173
173
} ,
174
174
{
175
175
"data" : "totalAssignedTablets" ,
176
- "title" : "Assigned Count"
176
+ "title" : "Assigned Tablet Count"
177
177
} ,
178
178
{
179
179
"data" : "totalAssignedToDeadServerTablets" ,
180
- "title" : "AssignedToDeadServerTablets "
180
+ "title" : "Tablets Assigned to Dead Servers Count "
181
181
} ,
182
182
{
183
183
"data" : "totalHostedTablets" ,
184
- "title" : "HostedTablets "
184
+ "title" : "Hosted Tablet Count "
185
185
} ,
186
186
{
187
187
"data" : "totalSuspendedTablets" ,
188
- "title" : "SuspendedTablets "
188
+ "title" : "Suspended Tablet Count "
189
189
} ,
190
190
{
191
191
"data" : "totalUnassignedTablets" ,
192
- "title" : "UnassignedTablets "
192
+ "title" : "Unassigned Tablet Count "
193
193
}
194
194
]
195
195
} ) ;
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 >Table Details: ${title } <small class = " text-muted " >(ID: ${tableId} )</small ></h3 >
31
+ <h3 >Details for table ${table } <small >(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 Summary for: ${table} < small >(ID: ${tableId} )</ small > </span ></caption >
37
+ <caption ><span class =" table-caption" >Table Summary</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 for: ${table} < small >(ID: ${tableId} )</ small > </span ></caption >
64
+ <caption ><span class =" table-caption" >Tablet Details</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