mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2026-05-15 06:10:29 +09:00
20 lines
510 B
HTML
20 lines
510 B
HTML
<div class="content" fxLayout="row" fxLayoutAlign="center none">
|
|
|
|
<div fxFlex="1 1 30%" fxFill>
|
|
<div fxLayout="column">
|
|
<scheduler-control></scheduler-control>
|
|
<br/>
|
|
<qrzmng-scheduler-config></qrzmng-scheduler-config>
|
|
</div>
|
|
</div>
|
|
|
|
<div fxFlex="1 1 70%" style="margin-left: 20px">
|
|
<div fxLayout="column">
|
|
<div fxFlex="1 1 100%"><progress-panel></progress-panel></div>
|
|
<br/>
|
|
<div fxFlex="1 1 100%"><logs-panel></logs-panel></div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|