mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
ea8e7e4ec2
commit
5d646d07d6
1 changed files with 6 additions and 1 deletions
|
@ -19,7 +19,12 @@
|
|||
class="fullWidth"
|
||||
>
|
||||
<div ng-if="vis.type.requiresSearch && state.linked">
|
||||
Linked to Saved Search “{{ savedVis.savedSearch.title }}”
|
||||
Linked to Saved Search
|
||||
<a
|
||||
href="#/discover/{{savedVis.savedSearch.id}}"
|
||||
>
|
||||
{{ savedVis.savedSearch.title }}
|
||||
</a>
|
||||
|
||||
<a
|
||||
href=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue