mirror of
https://github.com/valitydev/redash.git
synced 2024-11-08 01:48:54 +00:00
Make Edit/New dashboard modal more obvious
This commit is contained in:
parent
b57f78155c
commit
727674673e
@ -1,6 +1,6 @@
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" ng-click="$ctrl.dismiss()" ng-disabled="$ctrl.saveInProgress" aria-hidden="true">×</button>
|
||||
<h4 class="modal-title">Edit: {{$ctrl.dashboard.name}}</h4>
|
||||
<h4 class="modal-title">Dashboard name: {{$ctrl.dashboard.name}}</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user