mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Merge pull request #1024 from nextcloud/enh/noid/disable-onlyoffice
disable onlyoffice
This commit is contained in:
commit
c926f92b6f
2 changed files with 1 additions and 2 deletions
|
|
@ -460,7 +460,7 @@
|
||||||
{% if is_onlyoffice_enabled == true %}
|
{% if is_onlyoffice_enabled == true %}
|
||||||
<input type="checkbox" id="onlyoffice" name="onlyoffice" checked="checked"><label for="onlyoffice">OnlyOffice (only supported on x64)</label><br>
|
<input type="checkbox" id="onlyoffice" name="onlyoffice" checked="checked"><label for="onlyoffice">OnlyOffice (only supported on x64)</label><br>
|
||||||
{% else %}
|
{% else %}
|
||||||
<input type="checkbox" id="onlyoffice" name="onlyoffice"><label for="onlyoffice">OnlyOffice (only supported on x64)</label><br>
|
{#<input type="checkbox" id="onlyoffice" name="onlyoffice"><label for="onlyoffice">OnlyOffice (only supported on x64)</label><br>#}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<input id="options-form-submit" class="button" type="submit" value="Save changes" />
|
<input id="options-form-submit" class="button" type="submit" value="Save changes" />
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@ Included are:
|
||||||
- High performance backend for Nextcloud Files
|
- High performance backend for Nextcloud Files
|
||||||
- High performance backend for Nextcloud Talk
|
- High performance backend for Nextcloud Talk
|
||||||
- Backup solution (based on [BorgBackup](https://github.com/borgbackup/borg#what-is-borgbackup))
|
- Backup solution (based on [BorgBackup](https://github.com/borgbackup/borg#what-is-borgbackup))
|
||||||
- OnlyOffice
|
|
||||||
- ClamAV
|
- ClamAV
|
||||||
|
|
||||||
## How to use this?
|
## How to use this?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue