Cachet/app/views/dashboard/metrics.blade.php
2014-12-30 11:23:03 +00:00

14 lines
348 B
PHP

@extends('layout.dashboard')
@section('content')
<div class="header">
<i class="ion ion-stats-bars"></i> {{ Lang::get('cachet.dashboard.metrics') }}
</div>
<div class="row">
<div class="col-sm-12">
<h3>Metrics</h3>
<p class='lead'>Eventually this page will show all of the graphs that make up your metrics.</p>
</div>
</div>
@stop