mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Fix Saved Objects Import button.
This commit is contained in:
parent
886204ba3d
commit
4ceee5feb0
1 changed files with 5 additions and 2 deletions
|
@ -17,9 +17,12 @@
|
|||
|
||||
<file-upload
|
||||
on-read="importAll(fileContents)"
|
||||
upload-selector="button.upload"
|
||||
upload-selector="[data-import-saved-objects-button]"
|
||||
>
|
||||
<button class="kuiButton kuiButton--basic kuiButton--iconText">
|
||||
<button
|
||||
class="kuiButton kuiButton--basic kuiButton--iconText"
|
||||
data-import-saved-objects-button
|
||||
>
|
||||
<span aria-hidden="true" class="kuiButton__icon kuiIcon fa-upload"></span>
|
||||
Import
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue