From b0cf7773e660ebb11c154c069bb3417656388c8c Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Sat, 13 Jun 2020 13:47:09 +0530 Subject: [PATCH] infra: embed host-info into details tab Signed-off-by: Rohit Yadav --- ui/src/components/view/DetailsTab.vue | 3 +++ ui/src/config/section/infra/hosts.js | 3 --- .../views/infra/{HostInfoTab.vue => HostInfo.vue} | 15 ++++++++++----- 3 files changed, 13 insertions(+), 8 deletions(-) rename ui/src/views/infra/{HostInfoTab.vue => HostInfo.vue} (90%) diff --git a/ui/src/components/view/DetailsTab.vue b/ui/src/components/view/DetailsTab.vue index 250eace5e54..cfa340fd665 100644 --- a/ui/src/components/view/DetailsTab.vue +++ b/ui/src/components/view/DetailsTab.vue @@ -38,6 +38,7 @@ + @@ -45,12 +46,14 @@