mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fixed 'add from URL' button and disable backdrop fuction when user use modal window
This commit is contained in:
parent
5d5d758ce6
commit
a0459287b4
1 changed files with 5 additions and 3 deletions
|
|
@ -13,13 +13,15 @@ limitations under the License.
|
|||
-->
|
||||
|
||||
<div id="noteImportModal" class="modal fade" role="dialog"
|
||||
tabindex="-1">
|
||||
<div class="modal-dialog">
|
||||
tabindex="-1" data-backdrop="static" data-keyboard="false">
|
||||
<div class="modal-dialog" >
|
||||
|
||||
<!-- Modal content-->
|
||||
<div class="modal-content" id="NoteImportCtrl" ng-init="NoteImportInit">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal">×</button>
|
||||
<!-- close button -->
|
||||
<button type="button" class="close" data-dismiss="modal" ng-click="noteimportctrl.resetFlags()">×</button>
|
||||
|
||||
<h4 class="modal-title">Import new note</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
|
|
|
|||
Loading…
Reference in a new issue