mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-22 07:43:33 +00:00
feat(index): details open by default
This commit is contained in:
parent
2780faa2e6
commit
e7b51aefc5
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
>
|
||||
</div>
|
||||
{{ range $group, $monitorsAndStatus := .Monitors }}
|
||||
<details
|
||||
<details open
|
||||
class="bg-white shadow-md rounded-lg p-6 py-4 gap-2 [&_svg]:open:rotate-90"
|
||||
>
|
||||
<summary
|
||||
|
|
Loading…
Reference in a new issue