syncthing/src/app/dashboard/dashboard.component.html

12 lines
620 B
HTML
Raw Normal View History

2020-03-28 02:51:40 +01:00
<!--<div class="grid-container" gdAreas="header header | folders devices | status-list status-list | footer footer"
gdGap="16px" gdRows="auto auto auto"> -->
<!--<div class="grid-container" fxLayout="row" fxLayoutGap="16px grid" fxLayoutAlign="stretch">-->
<div fxLayout="column" fxLayoutGap="16px" class="grid-container">
<h1>Tech UI</h1>
<div fxLayout="row" fxLayoutGap="16px" fxLayoutAlign="space-between stretch">
<app-folder-chart fxFlex="50"></app-folder-chart>
<app-device-chart fxFlex="50"></app-device-chart>
</div>
<app-status-list gdArea="status-list"></app-status-list>
2020-03-28 02:51:40 +01:00
<div></div>
</div>