From 07649c29c3bea01620d67da9afd165ce968ba640 Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Thu, 20 May 2021 15:41:36 +0200 Subject: [PATCH] Improve RIC Configuration Remove the note that the file might not exist since there will now be an error message that informs that Consul is used instead. Isue-ID: NONRTRIC-514 Signed-off-by: elinuxhenrik Change-Id: I7a91e67ad51c007a826d965aea9b74912f3816cc --- webapp-frontend/src/app/ric-config/ric-config.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp-frontend/src/app/ric-config/ric-config.component.html b/webapp-frontend/src/app/ric-config/ric-config.component.html index 586a706..ab006e7 100644 --- a/webapp-frontend/src/app/ric-config/ric-config.component.html +++ b/webapp-frontend/src/app/ric-config/ric-config.component.html @@ -23,7 +23,7 @@ refresh -
Note! This configuration might not exist or will not be used if the system is using Consul.
+
Note! This configuration will not be used if the system is using Consul.