From 5dfc2967618badc746f15e2576a13a0d8eba4788 Mon Sep 17 00:00:00 2001 From: sunny Date: Thu, 27 Jul 2017 16:17:38 +0900 Subject: [PATCH] layout --- .../@overflow/app/views/layout/AppLayout.tsx | 20 +-- .../app/views/layout/ProbeDetailLayout.tsx | 14 +- .../app/views/layout/SensorDetailLayout.tsx | 20 +-- .../app/views/layout/TargetDetailLayout.tsx | 10 +- .../meta/react/components/SensorItemTree.tsx | 20 +-- .../react/components/ProbeDetailInfo.tsx | 13 +- .../probe/react/components/ProbeHost.tsx | 2 +- .../react/components/SensorConfiguration.tsx | 122 +++++++++--------- .../sensor/react/components/SensorDetail.tsx | 2 - .../react/components/SensorDetailInfo.tsx | 2 - .../react/components/SensorDetailItems.tsx | 3 +- .../sensor/react/components/SensorList.tsx | 6 +- .../target/react/components/TargetDetail.tsx | 10 +- .../target/react/components/TargetList.tsx | 2 +- 14 files changed, 116 insertions(+), 130 deletions(-) diff --git a/src/ts/@overflow/app/views/layout/AppLayout.tsx b/src/ts/@overflow/app/views/layout/AppLayout.tsx index 0c50961..8fdc324 100644 --- a/src/ts/@overflow/app/views/layout/AppLayout.tsx +++ b/src/ts/@overflow/app/views/layout/AppLayout.tsx @@ -34,15 +34,17 @@ export class AppLayout extends React.Component {
- - - - - - - - - + + + + + + + + + + +