mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Catchups dialog
This commit is contained in:
parent
faa4d16dbb
commit
07ec6868b1
3 changed files with 6 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit a36ddea12aaa94eec8b1667c01cd6a41c4c09eef
|
Subproject commit 46895ee502b1873ca74f5ca274d1bbf81c035460
|
|
@ -823,7 +823,7 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<button class="btn btn-warning btn-send col-md-4" onclick="add_catchup_stream()">
|
<button class="btn btn-warning btn-send col-md-12" onclick="add_catchup_stream()">
|
||||||
Add catchup
|
Add catchup
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -60,6 +60,10 @@
|
||||||
<br>
|
<br>
|
||||||
{{ render_bootstrap_form(form.auto_exit_time) }}
|
{{ render_bootstrap_form(form.auto_exit_time) }}
|
||||||
<br>
|
<br>
|
||||||
|
{{ render_bootstrap_form(form.start) }}
|
||||||
|
<br>
|
||||||
|
{{ render_bootstrap_form(form.stop) }}
|
||||||
|
<br>
|
||||||
{{ render_bootstrap_form(form.price) }}
|
{{ render_bootstrap_form(form.price) }}
|
||||||
<br>
|
<br>
|
||||||
{{ render_bootstrap_form(form.visible) }}
|
{{ render_bootstrap_form(form.visible) }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue