summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_graph_cpu.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2016-01-08 16:49:47 +0000
committerStephen Beaver <sbeaver@netgate.com>2016-01-08 11:56:11 -0500
commit79563cb670ef0759cd29b2feec9a8935b240af1a (patch)
tree0fbaa847a149bcea55614aac11d413f637492364 /src/usr/local/www/status_graph_cpu.php
parentac2239116431422e653121f7318f99a173338df2 (diff)
downloadpfsense-79563cb670ef0759cd29b2feec9a8935b240af1a.zip
pfsense-79563cb670ef0759cd29b2feec9a8935b240af1a.tar.gz
Use Bootstraps text alignment classes (part 2)
use Bootstraps CLASS statement instead "align" statement
Diffstat (limited to 'src/usr/local/www/status_graph_cpu.php')
-rw-r--r--src/usr/local/www/status_graph_cpu.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/status_graph_cpu.php b/src/usr/local/www/status_graph_cpu.php
index 4581b19..8533160 100644
--- a/src/usr/local/www/status_graph_cpu.php
+++ b/src/usr/local/www/status_graph_cpu.php
@@ -72,12 +72,12 @@ $pgtitle = gettext("Status: CPU Graph");
?>
<div class="panel panel-default">
<div class="panel-heading"><h2 class="panel-title">CPU Load graph</h2></div>
- <div class="panel-body" align="center">
+ <div class="panel-body text-center">
<embed src="graph_cpu.php" type="image/svg+xml"
width="550" height="275" pluginspage="http://www.adobe.com/svg/viewer/install/auto" />
</div>
- <p align="center"><strong><?=gettext("Note"); ?>:</strong><?=gettext("if you can't see the graph, you may have to install the")?>
+ <p class="text-center"><strong><?=gettext("Note"); ?>:</strong><?=gettext("if you can't see the graph, you may have to install the")?>
<a href="http://www.adobe.com/svg/viewer/install/" target="_blank"><?=gettext("Adobe SVG viewer"); ?></a>
</p>
</div>
OpenPOWER on IntegriCloud