summaryrefslogtreecommitdiffstats
path: root/ui-react/src/components/loop_viewer/status
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2021-03-12 19:30:22 +0100
committerS�bastien Determe <sebastien.determe@intl.att.com>2021-03-15 16:41:08 +0000
commitb8831e5199aa0fe2bb1de531069d376182b3571d (patch)
tree9a5eb6ba206300a3ec43ba099c42302ac3707010 /ui-react/src/components/loop_viewer/status
parent396cb9b814626a0383ee49a928f4e534264170aa (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
Diffstat (limited to 'ui-react/src/components/loop_viewer/status')
-rw-r--r--ui-react/src/components/loop_viewer/status/__snapshots__/LoopStatus.test.js.snap4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui-react/src/components/loop_viewer/status/__snapshots__/LoopStatus.test.js.snap b/ui-react/src/components/loop_viewer/status/__snapshots__/LoopStatus.test.js.snap
index 275933ee8..73da5fff1 100644
--- a/ui-react/src/components/loop_viewer/status/__snapshots__/LoopStatus.test.js.snap
+++ b/ui-react/src/components/loop_viewer/status/__snapshots__/LoopStatus.test.js.snap
@@ -7,7 +7,7 @@ exports[`Verify LoopStatus Test the render method 1`] = `
DESIGN
</label>
<div>
- <Styled(Bootstrap(Table))
+ <Styled(Component)
hover={true}
responsive={true}
striped={true}
@@ -58,7 +58,7 @@ exports[`Verify LoopStatus Test the render method 1`] = `
}
/>
</tbody>
- </Styled(Bootstrap(Table))>
+ </Styled(Component)>
</div>
</styled.div>
`;