mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Switching from shared-item-title/description to just title/description
This commit is contained in:
parent
ba4b74bfd4
commit
757d7cf50f
3 changed files with 8 additions and 8 deletions
|
@ -32,8 +32,8 @@
|
|||
show-spy-panel="!isFullScreenMode"
|
||||
ui-state="uiState"
|
||||
shared-item
|
||||
shared-item-title="{{savedObj.title}}"
|
||||
shared-item-description="{{savedObj.description}}"
|
||||
title="{{savedObj.title}}"
|
||||
description="{{savedObj.description}}"
|
||||
render-counter
|
||||
class="panel-content">
|
||||
</visualize>
|
||||
|
@ -45,8 +45,8 @@
|
|||
columns="panel.columns"
|
||||
class="panel-content"
|
||||
shared-item
|
||||
shared-item-title="{{savedObj.title}}"
|
||||
shared-item-description="{{savedObj.description}}"
|
||||
title="{{savedObj.title}}"
|
||||
description="{{savedObj.description}}"
|
||||
render-counter
|
||||
filter="filter">
|
||||
</doc-table>
|
||||
|
|
|
@ -127,8 +127,8 @@
|
|||
infinite-scroll="true"
|
||||
filter="filterQuery"
|
||||
shared-item
|
||||
shared-item-title="{{opts.savedSearch.lastSavedTitle}}"
|
||||
shared-item-description="{{opts.savedSearch.description}}"
|
||||
title="{{opts.savedSearch.lastSavedTitle}}"
|
||||
description="{{opts.savedSearch.description}}"
|
||||
render-counter>
|
||||
</doc-table>
|
||||
|
||||
|
|
|
@ -82,8 +82,8 @@
|
|||
<visualize
|
||||
vis="vis"
|
||||
shared-item
|
||||
shared-item-title="{{savedVis.lastSavedTitle}}"
|
||||
shared-item-description="{{savedVis.description}}"
|
||||
title="{{savedVis.lastSavedTitle}}"
|
||||
description="{{savedVis.description}}"
|
||||
render-counter
|
||||
ui-state="uiState"
|
||||
show-spy-panel="chrome.getVisible()"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue