1
0
Fork 0
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:
topilski 2020-02-09 02:01:30 -05:00
parent faa4d16dbb
commit 07ec6868b1
3 changed files with 6 additions and 2 deletions

@ -1 +1 @@
Subproject commit a36ddea12aaa94eec8b1667c01cd6a41c4c09eef
Subproject commit 46895ee502b1873ca74f5ca274d1bbf81c035460

View file

@ -823,7 +823,7 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
</table>
</div>
<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
</button>
</div>

View file

@ -60,6 +60,10 @@
<br>
{{ render_bootstrap_form(form.auto_exit_time) }}
<br>
{{ render_bootstrap_form(form.start) }}
<br>
{{ render_bootstrap_form(form.stop) }}
<br>
{{ render_bootstrap_form(form.price) }}
<br>
{{ render_bootstrap_form(form.visible) }}