diff --git a/src/ts/containers/test/layout/LeftMenu.tsx b/src/ts/containers/test/layout/LeftMenu.tsx index 12b56a1..b1f8c53 100644 --- a/src/ts/containers/test/layout/LeftMenu.tsx +++ b/src/ts/containers/test/layout/LeftMenu.tsx @@ -1,5 +1,5 @@ import * as React from 'react'; -import { Container, Menu, Dropdown } from 'semantic-ui-react'; +import { Container, Menu, Dropdown, Segment, Icon } from 'semantic-ui-react'; import { TopBar } from '../TopBar'; import { LogoBar } from './LogoBar'; import { TitleBar } from './TitleBar'; @@ -14,45 +14,84 @@ export class LeftMenu extends React.Component { render() { return ( - - - + + + - - - Monitoring - Small - Probe - Sensors - - + + + + + + Home + + + + + + Monitoring + Probe + Sensors + + + - - - Infrastructure - Maps - Targets - - + + + - - - - - - - Custom - SignUp - SignIn - PWChange - ProbeDown - Insanity - DiscoveryDetails - Tree - - - - + + + Infrastructure + Maps + Targets + + + + + + + Dashboard + + + + + Metrics + + + + + Alerts + + + + + History + + + + + + + + Custom + SignUp + SignIn + PWChange + ProbeDown + Insanity + DiscoveryDetails + Tree + + + + + + Settings + + + + // );