From eb9e0279ef30e090aba983d6d0534e94b57777fd Mon Sep 17 00:00:00 2001 From: "k.kedron" Date: Mon, 10 Jun 2019 14:53:23 +0200 Subject: Change the heading label in the main.component. Add new label when user edit the configuration. Show MC name only when the store.mcName isn't empty. Issue-ID: SDC-2309 Signed-off-by: Krystian Kedron Change-Id: I69a268e2d4fedcd05e725592bf1d46bfa1584f52 --- public/src/app/main/main.component.html | 15 ++++++++++----- public/src/app/main/main.component.scss | 5 +++++ 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/public/src/app/main/main.component.html b/public/src/app/main/main.component.html index 10d86e2..e94fc6a 100644 --- a/public/src/app/main/main.component.html +++ b/public/src/app/main/main.component.html @@ -10,24 +10,29 @@ Back to Monitoring -
+
New Monitoring Configuration Import Monitoring Configuration + + Edit Monitoring Configuration + - - MC Name {{store.mcName}} - - + view only +
+ + MC Name {{store.mcName}} +
diff --git a/public/src/app/main/main.component.scss b/public/src/app/main/main.component.scss index eba643c..9b37b26 100644 --- a/public/src/app/main/main.component.scss +++ b/public/src/app/main/main.component.scss @@ -42,3 +42,8 @@ float: none; margin-right: -4px; } + +.newline { + width: 100%; + content: ''; +} -- cgit 1.2.3-korg