aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/src/components/menu
diff options
context:
space:
mode:
authorxuegao <xg353y@intl.att.com>2019-07-15 15:16:18 +0200
committerxuegao <xg353y@intl.att.com>2019-07-15 15:43:11 +0200
commitf248df69de034f43e04d8dbcf0ad836850cb9654 (patch)
tree8d4cc5703d0aca5c00506e8d769e16f9e09b72ea /ui-react/src/components/menu
parente44fdb1905fae612b12b56886af8f387e516e485 (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/menu')
-rw-r--r--ui-react/src/components/menu/MenuBar.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui-react/src/components/menu/MenuBar.js b/ui-react/src/components/menu/MenuBar.js
index 85d32c539..1a7c5d4e4 100644
--- a/ui-react/src/components/menu/MenuBar.js
+++ b/ui-react/src/components/menu/MenuBar.js
@@ -40,7 +40,7 @@ export default class MenuBar extends React.Component {
return (
<Navbar.Collapse id="basic-navbar-nav" className="justify-content-center">
<NavDropdown title="Closed Loop" id="basic-nav-dropdown">
- <StyledNavDropdownItem href="#action/3.1">Open CL</StyledNavDropdownItem>
+ <StyledNavDropdownItem href="/openLoop">Open CL</StyledNavDropdownItem>
<StyledNavDropdownItem href="#action/3.2">Properties CL</StyledNavDropdownItem>
<StyledNavDropdownItem href="#action/3.3">Close Model</StyledNavDropdownItem>
</NavDropdown>
@@ -64,4 +64,3 @@ export default class MenuBar extends React.Component {
);
}
}
-