mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Clicking on a disabled dashboard button still executed the click.
This commit is contained in:
parent
151b8f9e25
commit
bb94d108ce
1 changed files with 3 additions and 0 deletions
|
@ -432,6 +432,9 @@ define([
|
|||
a: row.display_name
|
||||
};
|
||||
});
|
||||
if (rows.length == 0 ) {
|
||||
return "javascript:;";
|
||||
}
|
||||
rows = JSON.stringify(rows);
|
||||
var time = filterSrv.timeRange(false);
|
||||
var show;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue