PHP Classes

File: templates/views/bootstrap/home.latte

Recommend this page to a friend!
  Classes of Thierry Feuzeu   PHP Supervisor Process Dashboard   templates/views/bootstrap/home.latte   Download  
File: templates/views/bootstrap/home.latte
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Supervisor Process Dashboard
Monitor and control processes running on a servers
Author: By
Last change:
Date: 4 years ago
Size: 2,149 bytes
 

Contents

Class file image Download
<div class="col-md-12"> <!-- BEGIN SAMPLE TABLE PORTLET--> <div class="portlet light"> <div class="portlet-title"> <div class="pull-left" id="jaxon-supervisor-refresh-do" style="margin-top:3px;margin-right:10px;"> <a href="javascript:;" class="btn btn-xs btn-primary" type="button" onclick="jaxon.supervisor.doRefresh()"> <span class="glyphicon glyphicon-refresh"></span> </a> </div> <div class="pull-left" id="jaxon-supervisor-refresh-enable" style="margin-top:3px;margin-right:10px;"> <a href="javascript:;" class="btn btn-xs btn-success" type="button" onclick="jaxon.supervisor.enableRefresh()"> <span class="glyphicon glyphicon-play"></span> </a> </div> <div class="pull-left" id="jaxon-supervisor-refresh-disable" style="margin-top:3px;margin-right:10px;"> <a href="javascript:;" class="btn btn-xs btn-danger" type="button" onclick="jaxon.supervisor.disableRefresh()"> <span class="glyphicon glyphicon-stop"></span> </a> </div> <div class="pull-left"> <h5 class="d-inline">Refresh (<span id="jaxon-supervisor-refresh-timer">0</span>)</h5> </div> </div> <div class="portlet-body" id="main-content"> <div class="row"> {foreach $divIds as $divId} <div class="col-md-6" id="{$divId}"> </div> {/foreach} </div> </div> </div> <!-- END SAMPLE TABLE PORTLET--> </div>