mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-03-06 10:54:03 +08:00
fix starting process not shown if containers are already up-to-date
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
0a97eba954
commit
2fce6352c8
1 changed files with 1 additions and 1 deletions
|
|
@ -349,7 +349,7 @@
|
|||
<input type="submit" value="Download and start containers" />
|
||||
</form>
|
||||
{% elseif has_update_available == false %}
|
||||
<form method="POST" action="api/docker/start" class="xhr">
|
||||
<form method="POST" action="api/docker/start" target="overlay-log">
|
||||
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
|
||||
<input type="hidden" name="{{csrf.keys.value}}" value="{{csrf.value}}">
|
||||
<input id="base_path" type="hidden" name="base_path" value="">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue