|
@@ -1351,7 +1351,7 @@ public:
|
|
|
/*out << "<tr><td>" << "Nodes:" << "</td><td id='aliveNodes'>" << (nodes == 0 ? 0 : aliveNodes * 100 / nodes) << "% "
|
|
|
<< aliveNodes << "/" << nodes << "</td></tr>";*/
|
|
|
out << "<tr><td>" << "Tablets:" << "</td><td id='runningTablets'>" << GetRunningTabletsText(runningTablets, tablets, Self->WarmUp) << "</td></tr>";
|
|
|
- out << "<tr><td><a role='button' data-toggle='modal' href='#rebalance'>Balancer:</a></td><td id='balancerProgress'>"
|
|
|
+ out << "<tr><td>Balancer:</td><td id='balancerProgress'>"
|
|
|
<< GetBalancerProgressText(Self->BalancerProgress, Self->LastBalancerTrigger) << "</td></tr>";
|
|
|
out << "<tr><td>" << "Boot Queue:" << "</td><td id='bootQueue'>" << Self->BootQueue.BootQueue.size() << "</td></tr>";
|
|
|
out << "<tr><td>" << "Wait Queue:" << "</td><td id='waitQueue'>" << Self->BootQueue.WaitQueue.size() << "</td></tr>";
|
|
@@ -1407,6 +1407,9 @@ public:
|
|
|
out << "<div class='col-sm-1 col-md-1' style='text-align:center'>";
|
|
|
out << "<button type='button' class='btn btn-info' onclick='location.href=\"app?TabletID=" << Self->HiveId << "&page=MemStateDomains\";' style='width:138px'>Tenants</button>";
|
|
|
out << "</div>";
|
|
|
+ out << "<div class='col-sm-1 col-md-1' style='text-align:center'>";
|
|
|
+ out << "<button type='button' class='btn btn-info' data-toggle='modal' data-target='#rebalance' style='width:138px'>Balancer</button>";
|
|
|
+ out << "</div>";
|
|
|
out << "</div>";
|
|
|
|
|
|
out << "<div class='row' style='margin-top:10px'>";
|