mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[console] Fix copy as curl button
This commit is contained in:
parent
d981b231e9
commit
4b1a5ae7c5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
<ul class="dropdown-menu" role="menu" aria-labelledby="split-button">
|
||||
<li role="menuitem">
|
||||
<a href="#" id="copy_as_curl">Copy as cURL</a>
|
||||
<a class="link" id="copy_as_curl">Copy as cURL</a>
|
||||
</li>
|
||||
<li role="menuitem">
|
||||
<a ng-click="autoIndent($event)">Auto indent</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue