diff --git a/app/views/index.blade.php b/app/views/index.blade.php index 3c00b61d..d741fc0b 100644 --- a/app/views/index.blade.php +++ b/app/views/index.blade.php @@ -26,7 +26,7 @@ @include('partials.components') @if($displayMetrics && Setting::get('display_graphs')) - @include('partials.graphs') + @include('partials.metrics') @endif @if(!$scheduledMaintenance->isEmpty()) diff --git a/app/views/partials/graphs.blade.php b/app/views/partials/metrics.blade.php similarity index 100% rename from app/views/partials/graphs.blade.php rename to app/views/partials/metrics.blade.php