-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[url shortener] modified to use hash
- Loading branch information
Showing
12 changed files
with
72 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1 @@ | ||
<share object-type="dashboard"></share> | ||
<!-- <form role="form" class="vis-share"> | ||
<p> | ||
<div class="input-group"> | ||
<label> | ||
Embed this dashboard | ||
<small>Add to your html source. Note all clients must still be able to access kibana</small> | ||
</label> | ||
<div class="form-control" disabled>{{opts.shareData().embed}}</div> | ||
</div> | ||
</p> | ||
<p> | ||
<div class="input-group"> | ||
<label> | ||
Share a link | ||
</label> | ||
<div class="form-control" disabled>{{opts.shareData().link}}</div> | ||
</div> | ||
</p> | ||
</form> --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 0 additions & 21 deletions
21
src/plugins/kibana/public/discover/partials/share_search.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1 @@ | ||
<share object-type="search"></share> | ||
<!-- <form role="form" class="vis-share"> | ||
<p> | ||
<div class="input-group"> | ||
<label> | ||
Embed this dashboard | ||
<small>Add to your html source. Note all clients must still be able to access kibana</small> | ||
</label> | ||
<div class="form-control" disabled>{{opts.shareData().embed}}</div> | ||
</div> | ||
</p> | ||
<p> | ||
<div class="input-group"> | ||
<label> | ||
Share a link | ||
</label> | ||
<div class="form-control" disabled>{{opts.shareData().link}}</div> | ||
</div> | ||
</p> | ||
</form> --> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
src/plugins/kibana/public/visualize/editor/panels/share.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1 @@ | ||
<share object-type="visualization"></share> | ||
<!-- <form role="form" class="vis-share"> | ||
<p> | ||
<div class="form-group"> | ||
<label> | ||
Embed this visualization. | ||
<small>Add to your html source. Note all clients must still be able to access kibana</small> | ||
</label> | ||
<div class="form-control" disabled>{{conf.shareData().embed}}</div> | ||
</div> | ||
</p> | ||
<p> | ||
<div class="form-group"> | ||
<label> | ||
Share a link | ||
</label> | ||
<div class="form-control" disabled>{{conf.shareData().link}}</div> | ||
</div> | ||
</p> | ||
</form> --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters