diff options
author | xuegao <xg353y@intl.att.com> | 2019-07-15 15:16:18 +0200 |
---|---|---|
committer | xuegao <xg353y@intl.att.com> | 2019-07-15 15:43:11 +0200 |
commit | f248df69de034f43e04d8dbcf0ad836850cb9654 (patch) | |
tree | 8d4cc5703d0aca5c00506e8d769e16f9e09b72ea /ui-react/src/components/loop_viewer | |
parent | e44fdb1905fae612b12b56886af8f387e516e485 (diff) |
Rework the Open CL window
Rework the Open CL window of the Clamp UI.
Issue-ID: CLAMP-420
Change-Id: Ic7e1e6add4067bc2ee94bd758d76e15397d941df
Signed-off-by: xuegao <xg353y@intl.att.com>
Diffstat (limited to 'ui-react/src/components/loop_viewer')
-rw-r--r-- | ui-react/src/components/loop_viewer/logs/ClosedLoopLogs.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui-react/src/components/loop_viewer/logs/ClosedLoopLogs.js b/ui-react/src/components/loop_viewer/logs/ClosedLoopLogs.js index 709cec96a..ef7a3aefe 100644 --- a/ui-react/src/components/loop_viewer/logs/ClosedLoopLogs.js +++ b/ui-react/src/components/loop_viewer/logs/ClosedLoopLogs.js @@ -22,7 +22,6 @@ */ import React from 'react'; import Table from 'react-bootstrap/Table'; -import './ClosedLoopLogs.css'; export default class ClosedLoopViewLogs extends React.Component { render() { |