Repository URL to install this package:
|
Version:
4.1.94.17 ▾
|
<!--page start-->
<div class="row">
%for i in hostname:
<div class="col-lg-12">
<h5 class="hostname"> {{i}} </h5>
</div>
<div class="row table-responsive" style="overflow-x:auto;">
<table class="table table-borderless">
<thead>
<tr>
<th scope="col" align="left" colspan="4" class="panel-margin-left">     Workloadmanager Services </th>
<th scope="col" align="left" colspan="3"> HA Services </th>
</tr>
</thead>
<tbody>
<tr>
<td>
<iframe src="https://{{virtual_ip}}:3001/d-solo/{{i}}/default_tvault_dashboard_{{i}}?refresh=5s&orgId=1&panelId=2" width="200" height="100" frameborder="0" class="panel-margin-right"></iframe>
</td>
<td>
<iframe src="https://{{virtual_ip}}:3001/d-solo/{{i}}/default_tvault_dashboard_{{i}}?refresh=5s&orgId=1&panelId=3" width="200" height="100" frameborder="0" class="panel-margin-right"></iframe>
</td>
<td>
<iframe src="https://{{virtual_ip}}:3001/d-solo/{{i}}/default_tvault_dashboard_{{i}}?refresh=5s&orgId=1&panelId=4" width="200" height="100" frameborder="0" class="panel-margin-right"></iframe>
</td>
<td>
<iframe src="https://{{virtual_ip}}:3001/d-solo/{{i}}/default_tvault_dashboard_{{i}}?refresh=5s&orgId=1&panelId=9" width="200" height="100" frameborder="0" class="panel-margin-right"></iframe>
</td>
<td>
<iframe src="https://{{virtual_ip}}:3001/d-solo/{{i}}/default_tvault_dashboard_{{i}}?refresh=5s&orgId=1&panelId=5" width="200" height="100" frameborder="0" class="panel-margin-right panel-margin-left"></iframe>
</td>
<td>
<iframe src="https://{{virtual_ip}}:3001/d-solo/{{i}}/default_tvault_dashboard_{{i}}?refresh=5s&orgId=1&panelId=6" width="200" height="100" frameborder="0" class="panel-margin-right"></iframe>
</td>
<td>
<iframe src="https://{{virtual_ip}}:3001/d-solo/{{i}}/default_tvault_dashboard_{{i}}?refresh=5s&orgId=1&panelId=7" width="200" height="100" frameborder="0" class="panel-margin-right"></iframe>
</td>
</tr>
</tbody>
</table>
</div>
%end
</div>
<!--page end-->
%rebase layout title="Dashboard"