mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 10:00:17 -04:00
- Based on the SuperFlat admin theme (I bought the extended license). - All pages are now full-width to give your data the room it deserves. - Various UX improvements (althuogh there is still room for improvement).
11 lines
417 B
HTML
11 lines
417 B
HTML
<div class="modal-header">
|
|
<button type="button" class="close" aria-label="Close" ng-click="close()"><span aria-hidden="true">×</span></button>
|
|
<h4 class="modal-title">Embed Code</h4>
|
|
</div>
|
|
<div class="modal-body">
|
|
<div>
|
|
<code><iframe src="{{ embedUrl }}" width="720" height="391"></iframe></code>
|
|
</div>
|
|
<span class="text-muted">(height should be adjusted)</span>
|
|
</div>
|