mirror of
https://github.com/getredash/redash.git
synced 2026-05-13 16:01:20 -04:00
This pull request implements UI for parameters and also allows to set the default value and type of a parameter. (Closes #583) Other changes in this pull request: - Loading/error state for dashboard widgets. - Refresh button on dashboard widgets (Closes #810). - Maintain sync between query/dashboard URL and current parameters, and preserve them when navigating. - Removed Pivot Table tab.
10 lines
295 B
HTML
10 lines
295 B
HTML
<settings-screen>
|
|
<div class="row voffset1">
|
|
<div class="col-md-6">
|
|
<dynamic-form target="destination" type="destinations">
|
|
<button class="btn btn-danger" ng-if="destination.id" ng-click="delete()">Delete</button>
|
|
</dynamic-form>
|
|
</div>
|
|
</div>
|
|
</settings-screen>
|