mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Change lifetime to Infinity for now
This commit is contained in:
parent
4bb25961bc
commit
e983045640
1 changed files with 2 additions and 2 deletions
|
@ -201,7 +201,7 @@ define(function (require) {
|
|||
content: formatMsg(msg, this.from),
|
||||
icon: 'warning',
|
||||
title: 'Warning',
|
||||
lifetime: 7000,
|
||||
lifetime: Infinity,
|
||||
actions: ['accept']
|
||||
}, cb);
|
||||
};
|
||||
|
@ -217,7 +217,7 @@ define(function (require) {
|
|||
content: formatMsg(msg),
|
||||
icon: 'info-circle',
|
||||
title: 'Debug',
|
||||
lifetime: 7000,
|
||||
lifetime: Infinity,
|
||||
actions: ['accept']
|
||||
}, cb);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue