diff --git a/consoles/node-disk.html b/consoles/node-disk.html index 6d0dcc05c..3634a1959 100644 --- a/consoles/node-disk.html +++ b/consoles/node-disk.html @@ -1,40 +1,5 @@ {{ template "head" . }} -{{ template "prom_content_head" . }} -

Node Disk - {{ reReplaceAll "(.*?://)([^:/]+?)(:\\d+)?/.*" "$2" .Params.instance }}

- -

Disk I/O Utilization

-
- -

Filesystem Usage

-
- - {{ template "prom_right_table_head" }} Disks @@ -72,6 +37,40 @@ {{ template "prom_right_table_tail" }} +{{ template "prom_content_head" . }} +

Node Disk - {{ reReplaceAll "(.*?://)([^:/]+?)(:\\d+)?/.*" "$2" .Params.instance }}

+ +

Disk I/O Utilization

+
+ +

Filesystem Usage

+
+ {{ template "prom_content_tail" . }} {{ template "tail" }}