Improve RIC Configuration 03/6103/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Thu, 20 May 2021 13:41:36 +0000 (15:41 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Thu, 20 May 2021 13:42:10 +0000 (15:42 +0200)
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 <henrik.b.andersson@est.tech>
Change-Id: I7a91e67ad51c007a826d965aea9b74912f3816cc

webapp-frontend/src/app/ric-config/ric-config.component.html

index 586a706..ab006e7 100644 (file)
@@ -23,7 +23,7 @@
       <mat-icon>refresh</mat-icon>
   </button>
 </div>
-<div>Note! This configuration might not exist or will not be used if the system is using Consul.</div>
+<div>Note! This configuration will not be used if the system is using Consul.</div>
 <form [formGroup]="ricConfigForm">
     <mat-form-field style="width: 800px;" appearance="fill">
         <textarea style= "resize:none;" id="ricConfigInfo" formControlName="ricConfigInfo" matInput cdkTextareaAutosize