mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 10:00:17 -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>
|
||||
|
||||
Reference in New Issue
Block a user