From e791e0a9c8bc2e494db53d786cd63e26e6463fe5 Mon Sep 17 00:00:00 2001 From: Chaim Lando Date: Wed, 12 Sep 2018 13:55:23 +0300 Subject: [PATCH] feat(host-details): remove flags for hiding data --- .../engine-details-panel/engine-details-panel.html | 2 +- .../host-details-panel/host-details-panel.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/docker/components/host-view-panels/engine-details-panel/engine-details-panel.html b/app/docker/components/host-view-panels/engine-details-panel/engine-details-panel.html index 76e87e6a9..bfeda09b2 100644 --- a/app/docker/components/host-view-panels/engine-details-panel/engine-details-panel.html +++ b/app/docker/components/host-view-panels/engine-details-panel/engine-details-panel.html @@ -5,7 +5,7 @@ - + diff --git a/app/docker/components/host-view-panels/host-details-panel/host-details-panel.html b/app/docker/components/host-view-panels/host-details-panel/host-details-panel.html index 6713ae681..a8cbcc027 100644 --- a/app/docker/components/host-view-panels/host-details-panel/host-details-panel.html +++ b/app/docker/components/host-view-panels/host-details-panel/host-details-panel.html @@ -5,7 +5,7 @@
Version {{ $ctrl.engine.releaseVersion }} (API: {{ $ctrl.engine.apiVersion }})
- + @@ -17,11 +17,11 @@ - + - +
Hostname {{ $ctrl.host.name }}
Kernel Version {{ $ctrl.host.kernelVersion }}
Total CPU {{ $ctrl.host.totalCPU }}
Total memory {{ $ctrl.host.totalMemory | humansize }}