mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
fix showing community containers in the AIO interface and enabling or disabling them
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
0fe4ea3238
commit
8a6772bc05
4 changed files with 18 additions and 21 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<p>
|
||||
<input
|
||||
type="checkbox"
|
||||
id="enabled-community[]"
|
||||
id="{{ cc.id }}"
|
||||
value="{{ cc.id }}"
|
||||
name="{{ cc.id }}"
|
||||
{% if cc.id in community_containers_enabled %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue