diff options
author | xuegao <xg353y@intl.att.com> | 2019-07-23 14:13:06 +0200 |
---|---|---|
committer | xuegao <xg353y@intl.att.com> | 2019-07-23 14:13:06 +0200 |
commit | b09e7df8439398fc094a56ec33fa33950ac8fa9e (patch) | |
tree | e940a3bc2875c7f9bbe2521acdd709f21f2d76e0 /ui-react/src/components/menu | |
parent | c1ccc5428cdb26b47dc6f6f5f8222808c3db3075 (diff) |
Rework Loop properties window
Rework the loop properties window with React libraries.
Issue-ID: CLAMP-447
Change-Id: I5eba63aab39aeefe23d5fdc4732ce0d3d4a1682a
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.js | 3 |
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 64aa6bc8..491cc675 100644 --- a/ui-react/src/components/menu/MenuBar.js +++ b/ui-react/src/components/menu/MenuBar.js @@ -35,13 +35,12 @@ const StyledNavDropdownItem = styled(NavDropdown.Item)` `; export default class MenuBar extends React.Component { - render () { return ( <Navbar.Collapse id="basic-navbar-nav" className="justify-content-center"> <NavDropdown title="Closed Loop" id="basic-nav-dropdown"> <StyledNavDropdownItem href="/openLoop">Open CL</StyledNavDropdownItem> - <StyledNavDropdownItem href="#action/3.2">Properties CL</StyledNavDropdownItem> + <StyledNavDropdownItem href="/loopProperties">Properties CL</StyledNavDropdownItem> <StyledNavDropdownItem href="/closeLoop">Close Model</StyledNavDropdownItem> </NavDropdown> <NavDropdown title="Manage" id="basic-nav-dropdown"> |