aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2021-03-12 19:30:22 +0100
committerLiam Fallon <liam.fallon@est.tech>2021-03-16 10:44:05 +0000
commit8d6b013bc26a5715373fc64901f765fcc96701ca (patch)
tree81e08195c697fdc5bc85bd807ee9c5f39d28118d /src
parent996bbf0544303b2969e31b2ddf608b0ca27fea62 (diff)
Add refresh & update libs
Add refresh features to the policy list when changing it + update materials-Ui + update Json-editor libs to solve big lag in UI + Remove useless link in the menu + fix issue with build due to mariadb not started yet Issue-ID: POLICY-3131 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I9bcb9558f213731a4ea8e20e186fb91c9db1b6f3 (cherry picked from commit b8831e5199aa0fe2bb1de531069d376182b3571d)
Diffstat (limited to 'src')
-rw-r--r--src/test/java/org/onap/policy/clamp/clds/it/RobotItCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/java/org/onap/policy/clamp/clds/it/RobotItCase.java b/src/test/java/org/onap/policy/clamp/clds/it/RobotItCase.java
index 02e5ee7fa..017881ba7 100644
--- a/src/test/java/org/onap/policy/clamp/clds/it/RobotItCase.java
+++ b/src/test/java/org/onap/policy/clamp/clds/it/RobotItCase.java
@@ -128,4 +128,4 @@ public class RobotItCase {
Assert.assertEquals(exec.getState().getError(), 0L,
Objects.requireNonNull(exec.getState().getExitCodeLong()).longValue());
}
-} \ No newline at end of file
+}