mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
display properly under pfsense theme
This commit is contained in:
parent
70baaf2fe3
commit
bce5535c6b
@ -417,7 +417,6 @@ echo $jscriptstr;
|
||||
<input id="submit" name="submit" type="submit" style="display:none" onclick="return updatePref();" class="formbtn" value="Save Settings" />
|
||||
</p>
|
||||
|
||||
<div style="clear:both;"></div>
|
||||
<div id="niftyOutter">
|
||||
<?php
|
||||
$totalwidgets = count($widgetfiles);
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
<input type="hidden" id="traffic_graphs-config" name="traffic_graphs-config" value="">
|
||||
<?php
|
||||
//set variables for traffic graph
|
||||
$width = "347";
|
||||
$width = "100%";
|
||||
$height = "150";
|
||||
$showngraphlist = explode(",", $pconfig['traffic_graphs-config']);
|
||||
$graphcounter = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user