Skip to content

Commit

Permalink
make saved search name an href to saved search (#16148) (#16242)
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese authored Jan 24, 2018
1 parent ea8e7e4 commit 5d646d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/core_plugins/kibana/public/visualize/editor/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@
class="fullWidth"
>
<div ng-if="vis.type.requiresSearch && state.linked">
Linked to Saved Search &ldquo;{{ savedVis.savedSearch.title }}&rdquo;
Linked to Saved Search
<a
href="#/discover/{{savedVis.savedSearch.id}}"
>
{{ savedVis.savedSearch.title }}
</a>
&nbsp;
<a
href=""
Expand Down

0 comments on commit 5d646d0

Please sign in to comment.