mirror of
https://github.com/YunoHost-Apps/linuxdash_ynh.git
synced 2024-09-03 19:36:07 +02:00
14 lines
277 B
HTML
14 lines
277 B
HTML
<line-chart-plugin
|
|
ng-if="maxRam"
|
|
|
|
heading="RAM Usage"
|
|
module-name="current_ram"
|
|
color="0,255,0"
|
|
|
|
max-value="maxRam"
|
|
min-value="minRam"
|
|
refresh-rate="1000"
|
|
|
|
get-display-value="ramToDisplay"
|
|
metrics="ramMetrics">
|
|
</line-chart-plugin>
|