Merge pull request #449 from cachethq/metrics

Add metrics
This commit is contained in:
Joe Cohen
2015-02-22 15:53:24 -06:00
32 changed files with 606 additions and 45 deletions
+8 -3
View File
@@ -73,9 +73,14 @@ return [
'metrics' => [
'metrics' => 'Metrics',
'add' => [
'title' => 'Create a metric point',
'success' => 'Metric point created.',
'failure' => 'Something went wrong with the metric point.',
'title' => 'Create a metric',
'success' => 'Metric created.',
'failure' => 'Something went wrong with the metric.',
],
'edit' => [
'title' => 'Edit a metric',
'success' => 'Metric updated.',
'failure' => 'Something went wrong with the metric.',
],
],