From 3c957597725f306b4ca06cebfa54fbf0f2622938 Mon Sep 17 00:00:00 2001 From: Maciej Malewski Date: Wed, 27 Jan 2021 08:54:20 +0100 Subject: Add popup informing about long validation time for large pm_dictionary files. For large pm_dictionary files, validation may take up to several minutes (average ~ 17s). The popup informs the user that the system is still working properly. Issue-ID: SDC-3390 Change-Id: Ia9ef211f2cab8a557aa1631d311ed06439fb3c26 Signed-off-by: Maciej Malewski --- openecomp-ui/src/sdc-app/config/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openecomp-ui/src/sdc-app/config') diff --git a/openecomp-ui/src/sdc-app/config/config.json b/openecomp-ui/src/sdc-app/config/config.json index c2c794024c..b79adf2f82 100644 --- a/openecomp-ui/src/sdc-app/config/config.json +++ b/openecomp-ui/src/sdc-app/config/config.json @@ -12,5 +12,6 @@ "defaultWebsocketPath": "notification-api/ws/notificationHandler", "defaultNotificationsWorkerUpdateMillisecond": 10000, "showBrowseVNF": true, - "allTestScenario": "onap-dublin" + "allTestScenario": "onap-dublin", + "displayAlertValidationAfterMilisec": 3000 } -- cgit 1.2.3-korg