This commit is contained in:
dave.snider@gmail.com 2018-09-13 16:14:17 -07:00 committed by GitHub
parent dbb3f36d2e
commit f1eb1f2e93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 22 additions and 8 deletions

View file

@ -60,7 +60,7 @@
"url": "https://github.com/elastic/kibana.git"
},
"dependencies": {
"@elastic/eui": "3.11.0",
"@elastic/eui": "4.0.1",
"@elastic/filesaver": "1.1.2",
"@elastic/numeral": "2.3.2",
"@elastic/ui-ace": "0.2.3",

View file

@ -11,6 +11,7 @@ exports[`renders disabled control with tooltip 1`] = `
>
<EuiToolTip
content="I am disabled for testing purposes"
delay="regular"
placement="top"
position="top"
>

View file

@ -64,6 +64,7 @@ exports[`render 1`] = `
<EuiToolTip
anchorClassName="homRecentlyAccessed__anchor"
content="label0"
delay="regular"
position="bottom"
>
<EuiLink
@ -108,6 +109,7 @@ exports[`render 1`] = `
<EuiToolTip
anchorClassName="homRecentlyAccessed__anchor"
content="label1"
delay="regular"
position="bottom"
>
<EuiLink

View file

@ -18,6 +18,7 @@ exports[`Relationships should render dashboards normally 1`] = `
<h2>
<EuiToolTip
content="dashboard"
delay="regular"
position="top"
>
<EuiIcon
@ -123,6 +124,7 @@ exports[`Relationships should render errors 1`] = `
<h2>
<EuiToolTip
content="dashboard"
delay="regular"
position="top"
>
<EuiIcon
@ -166,6 +168,7 @@ exports[`Relationships should render index patterns normally 1`] = `
<h2>
<EuiToolTip
content="index patterns"
delay="regular"
position="top"
>
<EuiIcon
@ -327,6 +330,7 @@ exports[`Relationships should render searches normally 1`] = `
<h2>
<EuiToolTip
content="search"
delay="regular"
position="top"
>
<EuiIcon
@ -486,6 +490,7 @@ exports[`Relationships should render visualizations normally 1`] = `
<h2>
<EuiToolTip
content="visualization"
delay="regular"
position="top"
>
<EuiIcon

View file

@ -79,12 +79,14 @@ exports[`Table should render normally 1`] = `
"icon": "eye",
"name": "In app",
"onClick": [Function],
"type": "icon",
},
Object {
"description": "View the relationships this saved object has to other saved objects",
"icon": "kqlSelector",
"name": "Relationships",
"onClick": [Function],
"type": "icon",
},
],
"name": "Actions",

View file

@ -145,6 +145,7 @@ export class Table extends PureComponent {
name: 'In app',
description:
'View this saved object within Kibana',
type: 'icon',
icon: 'eye',
onClick: object => goInApp(object.id, object.type),
},
@ -152,6 +153,7 @@ export class Table extends PureComponent {
name: 'Relationships',
description:
'View the relationships this saved object has to other saved objects',
type: 'icon',
icon: 'kqlSelector',
onClick: object =>
onShowRelationships(object.id, object.type, object.title),

View file

@ -76,7 +76,7 @@
"yargs": "4.7.1"
},
"dependencies": {
"@elastic/eui": "3.11.0",
"@elastic/eui": "4.0.1",
"@elastic/node-crypto": "0.1.2",
"@elastic/node-phantom-simple": "2.2.4",
"@elastic/numeral": "2.3.2",

View file

@ -6,6 +6,7 @@ exports[`BucketSpanEstimator renders the button 1`] = `
>
<EuiToolTip
content="Experimental feature for estimating bucket span."
delay="regular"
position="bottom"
>
<EuiButton
@ -30,6 +31,7 @@ exports[`BucketSpanEstimator renders the loading button 1`] = `
>
<EuiToolTip
content="Experimental feature for estimating bucket span."
delay="regular"
position="bottom"
>
<EuiButton

View file

@ -10,9 +10,9 @@
esutils "^2.0.2"
js-tokens "^3.0.0"
"@elastic/eui@3.11.0":
version "3.11.0"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-3.11.0.tgz#272c4a4d59149421b968a670fa84fa704260d345"
"@elastic/eui@4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-4.0.1.tgz#6543d397fb31836508fa4323564b02da11c642db"
dependencies:
classnames "^2.2.5"
core-js "^2.5.1"

View file

@ -81,9 +81,9 @@
version "0.0.0"
uid ""
"@elastic/eui@3.11.0":
version "3.11.0"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-3.11.0.tgz#272c4a4d59149421b968a670fa84fa704260d345"
"@elastic/eui@4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-4.0.1.tgz#6543d397fb31836508fa4323564b02da11c642db"
dependencies:
classnames "^2.2.5"
core-js "^2.5.1"