mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
style(container-stats): clarify network graph is aggregate
This commit is contained in:
parent
693182fbd3
commit
afda5d07bf
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
</div>
|
||||
<div class="col-lg-4 col-md-12 col-sm-12" ng-if="!state.networkStatsUnavailable">
|
||||
<rd-widget>
|
||||
<rd-widget-header icon="fa-chart-area" title-text="Network usage"></rd-widget-header>
|
||||
<rd-widget-header icon="fa-chart-area" title-text="Network usage (aggregate)"></rd-widget-header>
|
||||
<rd-widget-body>
|
||||
<div class="chart-container" style="position: relative;">
|
||||
<canvas id="networkChart" width="770" height="300"></canvas>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue