mirror of https://github.com/Lissy93/dashy.git
Fix nextcloud widgets reference
The nextcloud notifications and nextcloud php opcache widgets had the wrong type/name in the example block. This change should fix to use the good one.
This commit is contained in:
parent
8a821c2a31
commit
7d3ea067b5
|
@ -1954,7 +1954,7 @@ Displays your notifications and allows deleting them.
|
||||||
#### Example
|
#### Example
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- type: nextcloud-userstatus
|
- type: nextcloud-notifications
|
||||||
useProxy: true
|
useProxy: true
|
||||||
options:
|
options:
|
||||||
hostname: https://nextcloud.example.com
|
hostname: https://nextcloud.example.com
|
||||||
|
@ -2060,7 +2060,7 @@ Shows statistics about PHP OPcache performance on your Nextcloud server.
|
||||||
#### Example
|
#### Example
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- type: nextcloud-stats
|
- type: nextcloud-php-opcache
|
||||||
useProxy: true
|
useProxy: true
|
||||||
options:
|
options:
|
||||||
hostname: https://nextcloud.example.com
|
hostname: https://nextcloud.example.com
|
||||||
|
|
Loading…
Reference in New Issue