Always default to displaying the chart

This commit is contained in:
James Brooks
2015-02-23 08:22:07 +00:00
parent abac8d0fb6
commit a704ecb924

View File

@@ -38,7 +38,7 @@
<div class="form-group">
<label>{{ trans('forms.metrics.display-chart') }}</label>
<input type="hidden" value="0" name="metric[display_chart]">
<input type="checkbox" value="1" name="metric[display_chart]" class="form-control" {{ Input::old('display_chart') ? 'checked' : null }}>
<input type="checkbox" value="1" name="metric[display_chart]" class="form-control" checked>
</div>
</fieldset>
<div class='form-group'>