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
diff --git a/ui-react/src/__snapshots__/LoopUI.test.js.snap b/ui-react/src/__snapshots__/LoopUI.test.js.snap
index c230dbc..322c931 100644
--- a/ui-react/src/__snapshots__/LoopUI.test.js.snap
+++ b/ui-react/src/__snapshots__/LoopUI.test.js.snap
@@ -4,7 +4,7 @@
 <styled.div
   id="main_div"
 >
-  <GlobalStyleComponent />
+  <Memo(l) />
   <Route
     path="/viewLoopTemplatesModal"
     render={[Function]}
@@ -90,7 +90,6 @@
             "timeout": 300,
             "unmountOnExit": false,
           },
-          "displayName": "Fade",
           "render": [Function],
         }
       }
@@ -111,7 +110,6 @@
             "timeout": 300,
             "unmountOnExit": false,
           },
-          "displayName": "Fade",
           "render": [Function],
         }
       }
diff --git a/ui-react/src/__snapshots__/OnapClamp.test.js.snap b/ui-react/src/__snapshots__/OnapClamp.test.js.snap
index d487d6a..353bc11 100644
--- a/ui-react/src/__snapshots__/OnapClamp.test.js.snap
+++ b/ui-react/src/__snapshots__/OnapClamp.test.js.snap
@@ -1,7 +1,7 @@
 // Jest Snapshot v1, https://goo.gl/fbAQLP
 
 exports[`Verify OnapClamp Test the render method 1`] = `
-<ThemeProvider
+<Component
   theme={
     Object {
       "backgroundColor": "#eeeeee",
@@ -33,7 +33,7 @@
   <styled.div
     id="main_div"
   >
-    <GlobalStyleComponent />
+    <Memo(l) />
     <Route
       path="/viewLoopTemplatesModal"
       render={[Function]}
@@ -119,7 +119,6 @@
               "timeout": 300,
               "unmountOnExit": false,
             },
-            "displayName": "Fade",
             "render": [Function],
           }
         }
@@ -140,7 +139,6 @@
               "timeout": 300,
               "unmountOnExit": false,
             },
-            "displayName": "Fade",
             "render": [Function],
           }
         }
@@ -214,5 +212,5 @@
       </styled.div>
     </styled.div>
   </styled.div>
-</ThemeProvider>
+</Component>
 `;