mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 10:00:17 -04:00
11 lines
250 B
HTML
11 lines
250 B
HTML
<div class="form-horizontal">
|
|
<div class="form-group">
|
|
<div class="col-lg-6">
|
|
<label>
|
|
<input type="checkbox" ng-model="visualization.options.controls.enabled">
|
|
Hide Pivot Controls
|
|
</label>
|
|
</div>
|
|
</div>
|
|
</div>
|