mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:57:03 +02:00
gui fixes
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
<?php if(PROVIDED_BY) { ?><meta name="author" content="<?php print PROVIDED_BY; ?>" /><?php } ?>
|
||||
<meta name="rating" content="general" />
|
||||
<meta name="robots" content="all" />
|
||||
<meta http-equiv="x-ua-compatible" content="IE=9">
|
||||
<meta http-equiv="x-ua-compatible" content="IE=edge">
|
||||
|
||||
<link href="/view/theme/default/assets/css/metro-bootstrap.css" rel="stylesheet">
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
<div class="row">
|
||||
|
||||
<div class="span8">
|
||||
<h2><i class="icon-dashboard icon-2x pull-left"></i><?php print $sysinfo[0]; ?> <small">Status</small></h2>
|
||||
<h2><i class="icon-dashboard icon-2x pull-left"></i><?php print $sysinfo[0]; ?> <small><?php print $text_status; ?></small></h2>
|
||||
<h3><strong>Up For:</strong> <?php print $uptime; ?></h3>
|
||||
<table class="table table-striped">
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user