mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
Don't show components div if we have no components
This commit is contained in:
parent
26857597f0
commit
60f6bec8bc
@ -37,9 +37,11 @@
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@if(!$componentGroups->isEmpty() || !$ungroupedComponents->isEmpty())
|
||||
<div class="section-components">
|
||||
@include('partials.components')
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@if($displayMetrics && Setting::get('display_graphs'))
|
||||
<div class="section-metrics">
|
||||
|
Loading…
x
Reference in New Issue
Block a user