From a945303a8ec591afc7e90933e7ee4e160fa9bb68 Mon Sep 17 00:00:00 2001 From: thuva4 Date: Sat, 28 Apr 2018 17:59:54 +0530 Subject: Add toast message support in senerios page Change-Id: Ib499fe21ae85b2edc79ae7c5492d9f76449bb548 Signed-off-by: thuva4 --- .../ui/components/scenarios/scenario/scenario.html | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'testapi/opnfv_testapi/ui/components/scenarios/scenario/scenario.html') diff --git a/testapi/opnfv_testapi/ui/components/scenarios/scenario/scenario.html b/testapi/opnfv_testapi/ui/components/scenarios/scenario/scenario.html index 4f0a580..d6d4257 100644 --- a/testapi/opnfv_testapi/ui/components/scenarios/scenario/scenario.html +++ b/testapi/opnfv_testapi/ui/components/scenarios/scenario/scenario.html @@ -225,14 +225,10 @@
-
- - -
+
+ + {{ctrl.error}}
+
+ + {{ctrl.success}}
\ No newline at end of file -- cgit