Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
<!--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"> &nbsp &nbsp 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"