PHP Classes

File: templates/views/bootstrap/server.latte

Recommend this page to a friend!
  Classes of Thierry Feuzeu   PHP Supervisor Process Dashboard   templates/views/bootstrap/server.latte   Download  
File: templates/views/bootstrap/server.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: 1,973 bytes
 

Contents

Class file image Download
<table class="table table-bordered table-condensed table-striped"> <thead> <tr> <th colspan="4"> <span>{$server}&nbsp;{$version}</span> <span class="jaxon-supervisor-server pull-right" data-s="{$server}"> <a href="javascript:;" class="btn btn-xs btn-danger btn-stop" type="button"> <span class="glyphicon glyphicon-stop"></span> Stop all </a> <a href="javascript:;" class="btn btn-xs btn-success btn-start" type="button"> <span class="glyphicon glyphicon-play"></span> Start all </a> <a href="javascript:;" class="btn btn-xs btn-primary btn-restart" type="button"> <span class="glyphicon glyphicon-refresh"></span> Restart all </a> </span> </th> </tr> </thead> <tbody> {foreach $processes as $process} {include 'process.latte', process => $process, server => $server} {/foreach} </tbody> </table>