diff --git a/dashboard/public/views/system.html b/dashboard/public/views/system.html index 80a3abe65..9b9aefeaa 100644 --- a/dashboard/public/views/system.html +++ b/dashboard/public/views/system.html @@ -7,46 +7,43 @@ -
-
+

+ {{ 'system.info.title' | tr }} +

-

- {{ 'system.info.title' | tr }} -

- -
-
-
{{ 'system.info.platformVersion' | tr }}
-
v{{ config.version }} ({{ config.ubuntuVersion }})
-
-
-
{{ 'system.info.vendor' | tr }}
-
{{ info.sysVendor }}
-
-
-
{{ 'system.info.product' | tr }}
-
{{ info.productName }}
-
-
-
CPU
-
{{ cpus.length + ' Core "' + cpus[0].model + '"' }}
-
-
-
{{ 'system.info.memory' | tr }}
-
{{ memory.memory | prettyDiskSize }} RAM & {{ memory.swap | prettyDiskSize }} Swap
-
-
-
{{ 'system.info.uptime' | tr }}
-
{{ info.uptimeSecs }}
-
-
-
{{ 'system.info.activationTime' | tr }}
-
{{ info.activationTime | prettyDate }}
-
-
+
+
+
{{ 'system.info.platformVersion' | tr }}
+
v{{ config.version }} ({{ config.ubuntuVersion }})
+
+
{{ 'system.info.vendor' | tr }}
+
{{ info.sysVendor }}
+
+
+
{{ 'system.info.product' | tr }}
+
{{ info.productName }}
+
+
+
CPU
+
{{ cpus.length + ' Core "' + cpus[0].model + '"' }}
+
+
+
{{ 'system.info.memory' | tr }}
+
{{ memory.memory | prettyDiskSize }} RAM & {{ memory.swap | prettyDiskSize }} Swap
+
+
+
{{ 'system.info.uptime' | tr }}
+
{{ info.uptimeSecs }}
+
+
+
{{ 'system.info.activationTime' | tr }}
+
{{ info.activationTime | prettyDate }}
+
+
-
+
+

{{ 'system.graphs.title' | tr }}
@@ -67,7 +64,7 @@

-
+
{{ 'system.cpuUsage.graphSubtext' | tr:{ threshold: '20 %'} }}
@@ -80,7 +77,7 @@
-
+

{{ 'system.diskUsage.title' | tr }} Last updated: {{ disks.ts | prettyDate }} @@ -89,7 +86,7 @@

-
+