PluginProbe
WebTotem Security / 2.3.7
WebTotem Security v2.3.7
3.0.2 3.0.1 3.0.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.1 2.2.2 2.2.3 All 110 releases
wt-security / includes / components / _chart_cpu_ajax.php

_chart_cpu_ajax.php in WebTotem Security 2.3.7, at includes/components/_chart_cpu_ajax.php

12 lines 324 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="wtotem_chart__diagram">
2 <div id="cpu-chart" class="line-chart" data-days="<?= $arguments["days"] ?>">
3 <div id="tooltipCpu" class="line-chart__tooltip">
4 <span id="countCpu"></span>
5 </div>
6 </div>
7 </div>
8
9
10 <script>
11 drawCpuChart(<?=$arguments["chart"]?>);
12 </script>