Fixup app charts an update to latest chart.js from npm
This commit is contained in:
@@ -1061,10 +1061,17 @@
|
||||
<li><a href="" ng-click="graphs.setPeriod(24*30)">{{ 24*30 | trKeyFromPeriod | tr }}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<label style="margin-top: 10px;">{{ 'app.graphs.memoryTitle' | tr }}</label>
|
||||
<button class="btn btn-sm btn-outline pull-right" style="margin-right: 5px" ng-click="graphs.show()"><i class="fas fa-sync-alt"></i></button>
|
||||
<!-- <label style="margin-top: 10px;">{{ 'app.graphs.memoryTitle' | tr }}</label> -->
|
||||
<!-- <label style="margin-top: 10px;">{{ 'app.graphs.diskTitle' | tr }}</label> -->
|
||||
<label style="margin-top: 10px;">Memory</label>
|
||||
<canvas id="graphsMemoryChart" style="width: 100%;"></canvas>
|
||||
<label style="margin-top: 10px;">{{ 'app.graphs.diskTitle' | tr }}</label>
|
||||
<label style="margin-top: 10px;">CPU</label>
|
||||
<canvas id="graphsCpuChart" style="width: 100%;"></canvas>
|
||||
<label style="margin-top: 10px;">Disk I/O</label>
|
||||
<canvas id="graphsDiskChart" style="width: 100%;"></canvas>
|
||||
<label style="margin-top: 10px;">Network I/O</label>
|
||||
<canvas id="graphsNetworkChart" style="width: 100%;"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user