change migration file

This commit is contained in:
phyusin
2018-02-19 15:43:27 +06:30
parent 9f2bab7187
commit 521b4d897b
9 changed files with 40 additions and 35 deletions

View File

@@ -67,11 +67,21 @@
<!-- CPU Usage -->
<!-- Date range for dashboard -->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<!-- <div class="row clearfix">
<div class="col-lg-4 col-md-4 col-sm-4">
<label class="font-14"><%= t("views.right_panel.detail.from") %></label>
<input data-behaviour='datepicker' class="form-control datepicker" name="from" id="from" type="text" placeholder="From date" style="height: 35px;">
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<label class="font-14"><%= t("views.right_panel.detail.to") %></label>
<input data-behaviour='datepicker' class="form-control datepicker" name="to" id="to" type="text" placeholder="To date" style="height: 35px;">
</div>
<div class="col-lg-2 col-md-2 col-sm-2">
<label></label><br>
<input type="button" value="Generate" class='btn btn-primary btn_generate'>
</div>
</div>
<br> -->
<!-- Date range for dashboard -->
<div class="row">