Skip to content
TakuroOnoda edited this page Feb 17, 2019 · 2 revisions
現状
  • AppLayout
    • MenuBar ここでLink
    • props.children (DevicesWaterings)
    • DevicesSetting (props.component = DevicesWateringTab)
      • Grid Left Menu (デバイス一覧)
      • Grid Right props.component (DevicesWateringTab)
      • DeviceSettingTab (props.tabs)
        • tabHeader
        • tabContent
次期
  • AppLayout

    • Menubar
    • props.children (ContentLayout)
  • AppLayout

    • MenuBar (一番左のコンポーネント)
    • this.props.children
  • DeviceLayout

    • DeviceList (一番左のコンポーネント)
    • this.props.children

/app/devices/waterings/:id/stat /app/devices/waterings/stat/:ids /app/devices/:id

Layout List Content

DeviceLayout DeviceList WateringList DeviceContent WateringContent PyranometerList PyranometerContent

  • DeviceInformationLayout
    • 上部タブ
    • 下部タブ内容
Clone this wiki locally