diff --git a/Information-Widgets.md b/Information-Widgets.md index 153bcba..0d4bdb1 100644 --- a/Information-Widgets.md +++ b/Information-Widgets.md @@ -65,6 +65,20 @@ To produce something like this, Screenshot 2022-09-11 at 2 15 42 PM +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 +``` + +![194136533-c4238c82-4d67-41a4-b3c8-18bf26d33ac2](https://user-images.githubusercontent.com/3441425/194728642-a9885274-922b-4027-acf5-a746f58fdfce.png) + ## WeatherAPI