Skip to content

Commit 95d7717

Browse files
authored
Panel "table" slot quick fix (librenms#19602)
1 parent b9c7006 commit 95d7717

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

resources/views/components/panel.blade.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
</div>
1616
@endif
1717

18+
@isset($table)
19+
{{ $table }}
20+
@endisset
21+
1822
@isset($footer)
1923
<div {{ $footer->attributes->class(['panel-footer']) }}>
2024
{{ $footer }}

0 commit comments

Comments
 (0)