mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-15 22:02:12 +08:00
Add explaination of expanded property.
@@ -65,6 +65,20 @@ To produce something like this,
|
|||||||
|
|
||||||
<img width="369" alt="Screenshot 2022-09-11 at 2 15 42 PM" src="https://user-images.githubusercontent.com/82196/189524583-abdf4cc6-99da-430c-b316-16c567db5639.png">
|
<img width="369" alt="Screenshot 2022-09-11 at 2 15 42 PM" src="https://user-images.githubusercontent.com/82196/189524583-abdf4cc6-99da-430c-b316-16c567db5639.png">
|
||||||
|
|
||||||
|
You can additionally supply an optional `expanded` property set to true in order to show additional details about the resources. By default the expanded property is set to false when not supplied.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- resources:
|
||||||
|
label: Array Disks
|
||||||
|
expanded: true
|
||||||
|
disk:
|
||||||
|
- /disk1
|
||||||
|
- /disk2
|
||||||
|
- /disk3
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
## WeatherAPI
|
## WeatherAPI
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user