From a604ace8f56906bf4e19a4a37def61b715b14a2c Mon Sep 17 00:00:00 2001 From: lvuch Date: Wed, 8 Mar 2017 16:02:59 -0700 Subject: [PATCH] host detail --- app/components/info-multi-stats/template.hbs | 22 +++++++++----------- app/host/template.hbs | 3 ++- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/app/components/info-multi-stats/template.hbs b/app/components/info-multi-stats/template.hbs index c3c929941..c2c2f07b1 100644 --- a/app/components/info-multi-stats/template.hbs +++ b/app/components/info-multi-stats/template.hbs @@ -1,9 +1,8 @@ {{#if showGraphs}}
-
-
-
-
+
+
+
{{t 'infoMultiStats.cpuSection.system'}} @@ -22,8 +21,8 @@
-
-
+
+
{{t 'infoMultiStats.networkSection.transmit'}} @@ -43,9 +42,9 @@
-
-
-
+
+
+
{{t 'infoMultiStats.memorySection.used'}} @@ -63,8 +62,8 @@
-
-
+
+
{{t 'infoMultiStats.storageSection.write'}} @@ -83,6 +82,5 @@
-
{{/if}} diff --git a/app/host/template.hbs b/app/host/template.hbs index 8b87ee22b..1d82ba264 100644 --- a/app/host/template.hbs +++ b/app/host/template.hbs @@ -11,10 +11,11 @@

{{t 'hostsPage.hostPage.header.title' name=host.displayName}} +

{{#ember-wormhole destinationElement=graphNode renderInPlace=(not graphExpand)}} {{info-multi-stats model=host linkName="hostStats" single=true}} {{/ember-wormhole}} - + {{action-menu model=host showPrimary=false showLabel=true size="md" classNames="ml-10 pull-right"}} {{header-state model=host classNames="pull-right"}}