From 19ab2297ea2d932192ca453252d0d99516695669 Mon Sep 17 00:00:00 2001 From: snoop Date: Mon, 17 Jul 2017 12:33:48 +0900 Subject: [PATCH] fixed leftmenu --- src/ts/containers/test/layout/LeftMenu.tsx | 113 ++++++++++++++------- 1 file changed, 76 insertions(+), 37 deletions(-) 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 + + + + // );