summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/cpu_graphs.widget.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/widgets/widgets/cpu_graphs.widget.php')
-rw-r--r--usr/local/www/widgets/widgets/cpu_graphs.widget.php12
1 files changed, 3 insertions, 9 deletions
diff --git a/usr/local/www/widgets/widgets/cpu_graphs.widget.php b/usr/local/www/widgets/widgets/cpu_graphs.widget.php
index 0900cf9..b54a7e7 100644
--- a/usr/local/www/widgets/widgets/cpu_graphs.widget.php
+++ b/usr/local/www/widgets/widgets/cpu_graphs.widget.php
@@ -30,14 +30,8 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
-
?>
-<div id="<?=$ifname;?>trafficdiv" style="padding: 5px">
-<input type="hidden" id="<?php echo $ifname;?>_graph-config" name="<?php echo $ifname;?>_graph-config" class="graphsettings" value="<?=$interfacevalue;?>">
- <div id="<?=$ifname;?>topic" class="widgetsubheader">
- <div style="float:left;width:49%">
- <embed id="graph" src="graph_cpu.php" type="image/svg+xml" width="<? echo $width; ?>" height="<? echo $height; ?>" pluginspage="http://www.adobe.com/svg/viewer/install/auto" />
- </div>
- </div>
-</div>
+<div style="float:left;width:49%">
+<embed id="graph" src="graph_cpu.php" type="image/svg+xml" width="356" height="150" pluginspage="http://www.adobe.com/svg/viewer/install/auto" />
+</div> \ No newline at end of file
OpenPOWER on IntegriCloud