mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-24 03:34:12 +01:00
14 lines
346 B
PHP
14 lines
346 B
PHP
@extends('layout.dashboard')
|
|
|
|
@section('content')
|
|
<div class="header">
|
|
<i class="fa fa-area-chart"></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
|