From a1afabbc189144ed534dbfcbd0e725397006f797 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 17 Mar 2015 11:47:34 +0000 Subject: [PATCH] Rename graphs partial to metrics for consistency. --- app/views/index.blade.php | 2 +- app/views/partials/{graphs.blade.php => metrics.blade.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename app/views/partials/{graphs.blade.php => metrics.blade.php} (100%) 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