Skip to content

Commit

Permalink
CustomVarTable: Let the user fully collapse subgroups
Browse files Browse the repository at this point in the history
resolves #1053
  • Loading branch information
nilmerg committed Nov 4, 2024
1 parent 4806939 commit 241eb9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/Icingadb/Widget/Detail/CustomVarTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ protected function assemble()
if ($this->headerTitle !== null) {
$this->getAttributes()
->add('class', 'collapsible')
->add('data-visible-height', 100)
->add('data-visible-height', 0)
->add('data-state-collapses', true)
->add('data-toggle-element', 'thead')
->add(
'id',
Expand Down

0 comments on commit 241eb9d

Please sign in to comment.