mirror of
https://github.com/getredash/redash.git
synced 2026-05-09 12:01:08 -04:00
Remove closing input tags
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
<div class="form-group">
|
||||
<label class="col-lg-6">X Axis Label</label>
|
||||
<div class="col-lg-6">
|
||||
<input type="text" ng-model="visualization.options.xAxisLabel" class="form-control"></input>
|
||||
<input type="text" ng-model="visualization.options.xAxisLabel" class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-lg-6">Y Axis Label</label>
|
||||
<div class="col-lg-6">
|
||||
<input type="text" ng-model="visualization.options.yAxisLabel" class="form-control"></input>
|
||||
<input type="text" ng-model="visualization.options.yAxisLabel" class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -180,7 +180,7 @@
|
||||
|
||||
<div class="form-group">
|
||||
<label class="control-label">Name</label>
|
||||
<input ng-model="options.xAxis.title.text" type="text" class="form-control"></input>
|
||||
<input ng-model="options.xAxis.title.text" type="text" class="form-control">
|
||||
</div>
|
||||
|
||||
<div class="checkbox">
|
||||
|
||||
Reference in New Issue
Block a user