onlyoffice should not be shown in the aio interface if disabled

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-11-26 16:45:42 +01:00
parent 920379213a
commit 2ffbeead53

View file

@ -98,6 +98,7 @@
> >
<label for="talk-recording">Nextcloud Talk Recording-server (needs Nextcloud Talk being enabled and ~1GB additional RAM and ~2 additional vCPUs)</label> <label for="talk-recording">Nextcloud Talk Recording-server (needs Nextcloud Talk being enabled and ~1GB additional RAM and ~2 additional vCPUs)</label>
</p> </p>
{% if is_onlyoffice_enabled == true %}
<p> <p>
<input <input
type="checkbox" type="checkbox"
@ -112,6 +113,7 @@
> >
<label for="onlyoffice">OnlyOffice</label> <label for="onlyoffice">OnlyOffice</label>
</p> </p>
{% endif %}
<p> <p>
<input <input
type="checkbox" type="checkbox"