mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Merge pull request #6540 from bevacqua/feature/less-toast-info
Added a "Less Info" button to toast messages
This commit is contained in:
commit
f5b2a9cc1f
1 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,13 @@
|
|||
ng-class="'btn-' + notif.type"
|
||||
ng-click="notif.showStack = true"
|
||||
>More Info</button>
|
||||
<button
|
||||
type="button"
|
||||
ng-if="notif.stack && notif.showStack"
|
||||
class="btn"
|
||||
ng-class="'btn-' + notif.type"
|
||||
ng-click="notif.showStack = false"
|
||||
>Less Info</button>
|
||||
<button
|
||||
type="button"
|
||||
ng-if="notif.accept"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue