diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-04-16 00:43:48 +0200 |
---|---|---|
committer | Christophe Closset <christophe.closset@intl.att.com> | 2020-04-16 07:04:34 +0000 |
commit | edaf4f9e6d0f8e1b95115cc39492c84d730ba1a2 (patch) | |
tree | 3c15cf396a047f9f7c7bc34956986c6c62b14ede /ui-react/src/__snapshots__/OnapClamp.test.js.snap | |
parent | 5309056d530fc14ee603c38d32290db514e03c67 (diff) |
Add template name to UI
Add template name to the UI loop viewer + change color of logs panel
Issue-ID: CLAMP-826
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I6776729cefc0597067ae8ef722f7d6e488a12cad
Diffstat (limited to 'ui-react/src/__snapshots__/OnapClamp.test.js.snap')
-rw-r--r-- | ui-react/src/__snapshots__/OnapClamp.test.js.snap | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui-react/src/__snapshots__/OnapClamp.test.js.snap b/ui-react/src/__snapshots__/OnapClamp.test.js.snap index 235185321..93dc44286 100644 --- a/ui-react/src/__snapshots__/OnapClamp.test.js.snap +++ b/ui-react/src/__snapshots__/OnapClamp.test.js.snap @@ -13,6 +13,8 @@ exports[`Verify OnapClamp Test the render method 1`] = ` "fontNormal": "black", "fontSize": "16px", "fontWarning": "#eb238e", + "loopLogsHeaderBackgroundColor": "white", + "loopLogsHeaderFontColor": "black", "loopViewerBackgroundColor": "white", "loopViewerFontColor": "yellow", "loopViewerHeaderBackgroundColor": "#337ab7", @@ -199,6 +201,8 @@ exports[`Verify OnapClamp Test the render method 1`] = ` <styled.div> Loop Viewer - Empty (NO loop loaded yet) + - ( + ) </styled.div> <styled.div> <withRouter(LoopViewSvg) |