mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* Upgrade EUI to 13.8.1 (#45052) * eui to 13.8.0 * euibutton ts updates * euicontextmenupanel ts updates * misc ts updates * src snapshot updates * x-pack snapshot updates * 13.8.1 * snapshot update (poor merge conflict resolution)
This commit is contained in:
parent
aa435f19ad
commit
3a0059ab69
153 changed files with 416 additions and 2263 deletions
|
@ -103,7 +103,7 @@
|
|||
"@babel/register": "^7.5.5",
|
||||
"@elastic/charts": "^11.1.1",
|
||||
"@elastic/datemath": "5.0.2",
|
||||
"@elastic/eui": "13.6.1",
|
||||
"@elastic/eui": "13.8.1",
|
||||
"@elastic/filesaver": "1.1.2",
|
||||
"@elastic/good": "8.1.1-kibana2",
|
||||
"@elastic/numeral": "2.3.3",
|
||||
|
|
|
@ -24,10 +24,7 @@ exports[`rendering render matches snapshot 1`] = `
|
|||
color="primary"
|
||||
data-test-subj="clearSession"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Clear your session"
|
||||
|
@ -36,11 +33,8 @@ exports[`rendering render matches snapshot 1`] = `
|
|||
/>
|
||||
</EuiButton>,
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
data-test-subj="goBack"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Go back"
|
||||
|
|
|
@ -12,11 +12,8 @@ exports[`renders matching snapshot 1`] = `
|
|||
>
|
||||
<EuiButton
|
||||
color="danger"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="See the full error"
|
||||
|
|
|
@ -5,11 +5,8 @@ exports[`LanguageSwitcher should toggle off if language is lucene 1`] = `
|
|||
anchorPosition="downRight"
|
||||
button={
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="xs"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Lucene"
|
||||
|
@ -108,11 +105,8 @@ exports[`LanguageSwitcher should toggle on if language is kuery 1`] = `
|
|||
anchorPosition="downRight"
|
||||
button={
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="xs"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="KQL"
|
||||
|
|
|
@ -299,11 +299,8 @@ exports[`QueryBarInput Should disable autoFocus on EuiFieldText when disableAuto
|
|||
anchorPosition="downRight"
|
||||
button={
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="xs"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="KQL"
|
||||
|
@ -339,11 +336,8 @@ exports[`QueryBarInput Should disable autoFocus on EuiFieldText when disableAuto
|
|||
className="euiPopover__anchor"
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="xs"
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
className="euiButtonEmpty euiButtonEmpty--primary euiButtonEmpty--xSmall"
|
||||
|
@ -688,11 +682,8 @@ exports[`QueryBarInput Should pass the query language to the language switcher 1
|
|||
anchorPosition="downRight"
|
||||
button={
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="xs"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Lucene"
|
||||
|
@ -728,11 +719,8 @@ exports[`QueryBarInput Should pass the query language to the language switcher 1
|
|||
className="euiPopover__anchor"
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="xs"
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
className="euiButtonEmpty euiButtonEmpty--primary euiButtonEmpty--xSmall"
|
||||
|
@ -1077,11 +1065,8 @@ exports[`QueryBarInput Should render the given query 1`] = `
|
|||
anchorPosition="downRight"
|
||||
button={
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="xs"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="KQL"
|
||||
|
@ -1117,11 +1102,8 @@ exports[`QueryBarInput Should render the given query 1`] = `
|
|||
className="euiPopover__anchor"
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="xs"
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
className="euiButtonEmpty euiButtonEmpty--primary euiButtonEmpty--xSmall"
|
||||
|
|
|
@ -73,8 +73,6 @@ exports[`renders ControlsTab 1`] = `
|
|||
/>
|
||||
<EuiPanel
|
||||
grow={false}
|
||||
hasShadow={false}
|
||||
paddingSize="m"
|
||||
>
|
||||
<EuiFlexGroup>
|
||||
<EuiFlexItem>
|
||||
|
@ -121,14 +119,10 @@ exports[`renders ControlsTab 1`] = `
|
|||
>
|
||||
<EuiButton
|
||||
aria-label="Add control"
|
||||
color="primary"
|
||||
data-test-subj="inputControlEditorAddBtn"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
iconType="plusInCircle"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add"
|
||||
|
|
|
@ -42,14 +42,10 @@ exports[`Apply and Cancel change btns enabled when there are changes 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="inputControlSubmitBtn"
|
||||
disabled={false}
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Apply changes"
|
||||
|
@ -62,12 +58,9 @@ exports[`Apply and Cancel change btns enabled when there are changes 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
data-test-subj="inputControlCancelBtn"
|
||||
disabled={false}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Cancel changes"
|
||||
|
@ -80,12 +73,9 @@ exports[`Apply and Cancel change btns enabled when there are changes 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
data-test-subj="inputControlClearBtn"
|
||||
disabled={true}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Clear form"
|
||||
|
@ -140,14 +130,10 @@ exports[`Clear btns enabled when there are values 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="inputControlSubmitBtn"
|
||||
disabled={true}
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Apply changes"
|
||||
|
@ -160,12 +146,9 @@ exports[`Clear btns enabled when there are values 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
data-test-subj="inputControlCancelBtn"
|
||||
disabled={true}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Cancel changes"
|
||||
|
@ -178,12 +161,9 @@ exports[`Clear btns enabled when there are values 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
data-test-subj="inputControlClearBtn"
|
||||
disabled={false}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Clear form"
|
||||
|
@ -238,14 +218,10 @@ exports[`Renders list control 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="inputControlSubmitBtn"
|
||||
disabled={true}
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Apply changes"
|
||||
|
@ -258,12 +234,9 @@ exports[`Renders list control 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
data-test-subj="inputControlCancelBtn"
|
||||
disabled={true}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Cancel changes"
|
||||
|
@ -276,12 +249,9 @@ exports[`Renders list control 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
data-test-subj="inputControlClearBtn"
|
||||
disabled={true}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Clear form"
|
||||
|
@ -342,14 +312,10 @@ exports[`Renders range control 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="inputControlSubmitBtn"
|
||||
disabled={true}
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Apply changes"
|
||||
|
@ -362,12 +328,9 @@ exports[`Renders range control 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
data-test-subj="inputControlCancelBtn"
|
||||
disabled={true}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Cancel changes"
|
||||
|
@ -380,12 +343,9 @@ exports[`Renders range control 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
data-test-subj="inputControlClearBtn"
|
||||
disabled={true}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Clear form"
|
||||
|
|
|
@ -62,14 +62,10 @@ exports[`after fetch initialFilter 1`] = `
|
|||
<EuiEmptyPrompt
|
||||
actions={
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="createDashboardPromptButton"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
iconType="plusInCircle"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Create new dashboard"
|
||||
|
@ -159,14 +155,10 @@ exports[`after fetch renders call to action when no dashboards exist 1`] = `
|
|||
<EuiEmptyPrompt
|
||||
actions={
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="createDashboardPromptButton"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
iconType="plusInCircle"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Create new dashboard"
|
||||
|
@ -256,14 +248,10 @@ exports[`after fetch renders table rows 1`] = `
|
|||
<EuiEmptyPrompt
|
||||
actions={
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="createDashboardPromptButton"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
iconType="plusInCircle"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Create new dashboard"
|
||||
|
@ -353,14 +341,10 @@ exports[`after fetch renders warning when listingLimit is exceeded 1`] = `
|
|||
<EuiEmptyPrompt
|
||||
actions={
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="createDashboardPromptButton"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
iconType="plusInCircle"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Create new dashboard"
|
||||
|
@ -450,14 +434,10 @@ exports[`renders empty page in before initial fetch to avoid flickering 1`] = `
|
|||
<EuiEmptyPrompt
|
||||
actions={
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="createDashboardPromptButton"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
iconType="plusInCircle"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Create new dashboard"
|
||||
|
|
|
@ -41,11 +41,8 @@ exports[`renders DashboardCloneModal 1`] = `
|
|||
</EuiModalBody>
|
||||
<EuiModalFooter>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
data-test-subj="cloneCancelButton"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Cancel"
|
||||
|
@ -54,14 +51,10 @@ exports[`renders DashboardCloneModal 1`] = `
|
|||
/>
|
||||
</EuiButtonEmpty>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="cloneConfirmButton"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
isLoading={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Confirm Clone"
|
||||
|
|
|
@ -54,13 +54,9 @@ exports[`render 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={true}
|
||||
href="#/management/kibana/objects?_a=(tab:search)"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Manage searches"
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
exports[`apmUiEnabled 1`] = `
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiFlexGroup>
|
||||
|
@ -54,12 +52,7 @@ exports[`apmUiEnabled 1`] = `
|
|||
<EuiButton
|
||||
aria-describedby="aria-describedby.addAmpButtonLabel"
|
||||
className="homAddData__button"
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/tutorial/apm"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add APM"
|
||||
|
@ -96,12 +89,7 @@ exports[`apmUiEnabled 1`] = `
|
|||
<EuiButton
|
||||
aria-describedby="aria-describedby.addLogDataButtonLabel"
|
||||
className="homAddData__button"
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/tutorial_directory/logging"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add log data"
|
||||
|
@ -138,12 +126,7 @@ exports[`apmUiEnabled 1`] = `
|
|||
<EuiButton
|
||||
aria-describedby="aria-describedby.addMetricsButtonLabel"
|
||||
className="homAddData__button"
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/tutorial_directory/metrics"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add metric data"
|
||||
|
@ -180,12 +163,7 @@ exports[`apmUiEnabled 1`] = `
|
|||
<EuiButton
|
||||
aria-describedby="aria-describedby.addSiemButtonLabel"
|
||||
className="homAddData__button"
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/tutorial_directory/siem"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add security events"
|
||||
|
@ -293,8 +271,6 @@ exports[`apmUiEnabled 1`] = `
|
|||
|
||||
exports[`isNewKibanaInstance 1`] = `
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiFlexGroup>
|
||||
|
@ -345,12 +321,7 @@ exports[`isNewKibanaInstance 1`] = `
|
|||
<EuiButton
|
||||
aria-describedby="aria-describedby.addLogDataButtonLabel"
|
||||
className="homAddData__button"
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/tutorial_directory/logging"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add log data"
|
||||
|
@ -387,12 +358,7 @@ exports[`isNewKibanaInstance 1`] = `
|
|||
<EuiButton
|
||||
aria-describedby="aria-describedby.addMetricsButtonLabel"
|
||||
className="homAddData__button"
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/tutorial_directory/metrics"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add metric data"
|
||||
|
@ -429,12 +395,7 @@ exports[`isNewKibanaInstance 1`] = `
|
|||
<EuiButton
|
||||
aria-describedby="aria-describedby.addSiemButtonLabel"
|
||||
className="homAddData__button"
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/tutorial_directory/siem"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add security events"
|
||||
|
@ -542,8 +503,6 @@ exports[`isNewKibanaInstance 1`] = `
|
|||
|
||||
exports[`mlEnabled 1`] = `
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiFlexGroup>
|
||||
|
@ -594,12 +553,7 @@ exports[`mlEnabled 1`] = `
|
|||
<EuiButton
|
||||
aria-describedby="aria-describedby.addAmpButtonLabel"
|
||||
className="homAddData__button"
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/tutorial/apm"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add APM"
|
||||
|
@ -636,12 +590,7 @@ exports[`mlEnabled 1`] = `
|
|||
<EuiButton
|
||||
aria-describedby="aria-describedby.addLogDataButtonLabel"
|
||||
className="homAddData__button"
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/tutorial_directory/logging"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add log data"
|
||||
|
@ -678,12 +627,7 @@ exports[`mlEnabled 1`] = `
|
|||
<EuiButton
|
||||
aria-describedby="aria-describedby.addMetricsButtonLabel"
|
||||
className="homAddData__button"
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/tutorial_directory/metrics"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add metric data"
|
||||
|
@ -720,12 +664,7 @@ exports[`mlEnabled 1`] = `
|
|||
<EuiButton
|
||||
aria-describedby="aria-describedby.addSiemButtonLabel"
|
||||
className="homAddData__button"
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/tutorial_directory/siem"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add security events"
|
||||
|
@ -871,8 +810,6 @@ exports[`mlEnabled 1`] = `
|
|||
|
||||
exports[`render 1`] = `
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiFlexGroup>
|
||||
|
@ -923,12 +860,7 @@ exports[`render 1`] = `
|
|||
<EuiButton
|
||||
aria-describedby="aria-describedby.addLogDataButtonLabel"
|
||||
className="homAddData__button"
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/tutorial_directory/logging"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add log data"
|
||||
|
@ -965,12 +897,7 @@ exports[`render 1`] = `
|
|||
<EuiButton
|
||||
aria-describedby="aria-describedby.addMetricsButtonLabel"
|
||||
className="homAddData__button"
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/tutorial_directory/metrics"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add metric data"
|
||||
|
@ -1007,12 +934,7 @@ exports[`render 1`] = `
|
|||
<EuiButton
|
||||
aria-describedby="aria-describedby.addSiemButtonLabel"
|
||||
className="homAddData__button"
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/tutorial_directory/siem"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add security events"
|
||||
|
|
|
@ -28,8 +28,6 @@ exports[`home directories should not render directory entry when showOnHomePage
|
|||
<EuiFlexGroup>
|
||||
<EuiFlexItem>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiTitle
|
||||
|
@ -54,8 +52,6 @@ exports[`home directories should not render directory entry when showOnHomePage
|
|||
</EuiFlexItem>
|
||||
<EuiFlexItem>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiTitle
|
||||
|
@ -104,12 +100,7 @@ exports[`home directories should not render directory entry when showOnHomePage
|
|||
size="s"
|
||||
/>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/feature_directory"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="View full directory of Kibana plugins"
|
||||
|
@ -151,8 +142,6 @@ exports[`home directories should render ADMIN directory entry in "Manage" panel
|
|||
<EuiFlexGroup>
|
||||
<EuiFlexItem>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiTitle
|
||||
|
@ -177,8 +166,6 @@ exports[`home directories should render ADMIN directory entry in "Manage" panel
|
|||
</EuiFlexItem>
|
||||
<EuiFlexItem>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiTitle
|
||||
|
@ -240,12 +227,7 @@ exports[`home directories should render ADMIN directory entry in "Manage" panel
|
|||
size="s"
|
||||
/>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/feature_directory"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="View full directory of Kibana plugins"
|
||||
|
@ -287,8 +269,6 @@ exports[`home directories should render DATA directory entry in "Explore Data" p
|
|||
<EuiFlexGroup>
|
||||
<EuiFlexItem>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiTitle
|
||||
|
@ -326,8 +306,6 @@ exports[`home directories should render DATA directory entry in "Explore Data" p
|
|||
</EuiFlexItem>
|
||||
<EuiFlexItem>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiTitle
|
||||
|
@ -376,12 +354,7 @@ exports[`home directories should render DATA directory entry in "Explore Data" p
|
|||
size="s"
|
||||
/>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/feature_directory"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="View full directory of Kibana plugins"
|
||||
|
@ -423,8 +396,6 @@ exports[`home isNewKibanaInstance should safely handle execeptions 1`] = `
|
|||
<EuiFlexGroup>
|
||||
<EuiFlexItem>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiTitle
|
||||
|
@ -449,8 +420,6 @@ exports[`home isNewKibanaInstance should safely handle execeptions 1`] = `
|
|||
</EuiFlexItem>
|
||||
<EuiFlexItem>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiTitle
|
||||
|
@ -499,12 +468,7 @@ exports[`home isNewKibanaInstance should safely handle execeptions 1`] = `
|
|||
size="s"
|
||||
/>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/feature_directory"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="View full directory of Kibana plugins"
|
||||
|
@ -546,8 +510,6 @@ exports[`home isNewKibanaInstance should set isNewKibanaInstance to false when t
|
|||
<EuiFlexGroup>
|
||||
<EuiFlexItem>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiTitle
|
||||
|
@ -572,8 +534,6 @@ exports[`home isNewKibanaInstance should set isNewKibanaInstance to false when t
|
|||
</EuiFlexItem>
|
||||
<EuiFlexItem>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiTitle
|
||||
|
@ -622,12 +582,7 @@ exports[`home isNewKibanaInstance should set isNewKibanaInstance to false when t
|
|||
size="s"
|
||||
/>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/feature_directory"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="View full directory of Kibana plugins"
|
||||
|
@ -669,8 +624,6 @@ exports[`home isNewKibanaInstance should set isNewKibanaInstance to true when th
|
|||
<EuiFlexGroup>
|
||||
<EuiFlexItem>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiTitle
|
||||
|
@ -695,8 +648,6 @@ exports[`home isNewKibanaInstance should set isNewKibanaInstance to true when th
|
|||
</EuiFlexItem>
|
||||
<EuiFlexItem>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiTitle
|
||||
|
@ -745,12 +696,7 @@ exports[`home isNewKibanaInstance should set isNewKibanaInstance to true when th
|
|||
size="s"
|
||||
/>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/feature_directory"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="View full directory of Kibana plugins"
|
||||
|
@ -792,8 +738,6 @@ exports[`home should render home component 1`] = `
|
|||
<EuiFlexGroup>
|
||||
<EuiFlexItem>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiTitle
|
||||
|
@ -818,8 +762,6 @@ exports[`home should render home component 1`] = `
|
|||
</EuiFlexItem>
|
||||
<EuiFlexItem>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiTitle
|
||||
|
@ -868,12 +810,7 @@ exports[`home should render home component 1`] = `
|
|||
size="s"
|
||||
/>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/feature_directory"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="View full directory of Kibana plugins"
|
||||
|
@ -915,8 +852,6 @@ exports[`home welcome should show the normal home page if loading fails 1`] = `
|
|||
<EuiFlexGroup>
|
||||
<EuiFlexItem>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiTitle
|
||||
|
@ -941,8 +876,6 @@ exports[`home welcome should show the normal home page if loading fails 1`] = `
|
|||
</EuiFlexItem>
|
||||
<EuiFlexItem>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiTitle
|
||||
|
@ -991,12 +924,7 @@ exports[`home welcome should show the normal home page if loading fails 1`] = `
|
|||
size="s"
|
||||
/>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/feature_directory"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="View full directory of Kibana plugins"
|
||||
|
@ -1038,8 +966,6 @@ exports[`home welcome should show the normal home page if welcome screen is disa
|
|||
<EuiFlexGroup>
|
||||
<EuiFlexItem>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiTitle
|
||||
|
@ -1064,8 +990,6 @@ exports[`home welcome should show the normal home page if welcome screen is disa
|
|||
</EuiFlexItem>
|
||||
<EuiFlexItem>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiTitle
|
||||
|
@ -1114,12 +1038,7 @@ exports[`home welcome should show the normal home page if welcome screen is disa
|
|||
size="s"
|
||||
/>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/feature_directory"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="View full directory of Kibana plugins"
|
||||
|
@ -1171,8 +1090,6 @@ exports[`home welcome stores skip welcome setting if skipped 1`] = `
|
|||
<EuiFlexGroup>
|
||||
<EuiFlexItem>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiTitle
|
||||
|
@ -1197,8 +1114,6 @@ exports[`home welcome stores skip welcome setting if skipped 1`] = `
|
|||
</EuiFlexItem>
|
||||
<EuiFlexItem>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiTitle
|
||||
|
@ -1247,12 +1162,7 @@ exports[`home welcome stores skip welcome setting if skipped 1`] = `
|
|||
size="s"
|
||||
/>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="#/home/feature_directory"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="View full directory of Kibana plugins"
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
exports[`render 1`] = `
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiTitle
|
||||
|
|
|
@ -6,13 +6,9 @@ exports[`should render popover when appLinks is not empty 1`] = `
|
|||
button={
|
||||
<EuiButton
|
||||
aria-label="View Sample eCommerce orders"
|
||||
color="primary"
|
||||
fill={false}
|
||||
iconSide="right"
|
||||
iconType="arrowDown"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
View data
|
||||
</EuiButton>
|
||||
|
@ -59,13 +55,8 @@ exports[`should render popover when appLinks is not empty 1`] = `
|
|||
exports[`should render simple button when appLinks is empty 1`] = `
|
||||
<EuiButton
|
||||
aria-label="View Sample eCommerce orders"
|
||||
color="primary"
|
||||
data-test-subj="launchSampleDataSetecommerce"
|
||||
fill={false}
|
||||
href="root/app/kibana#/dashboard/722b74f0-b882-11e8-a6d9-e546fe2bba5f"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
View data
|
||||
</EuiButton>
|
||||
|
|
|
@ -24,12 +24,8 @@ exports[`render 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={true}
|
||||
href="/app/myapp"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
launch myapp
|
||||
</EuiButton>
|
||||
|
|
|
@ -28,7 +28,6 @@ exports[`render 1`] = `
|
|||
size="m"
|
||||
>
|
||||
<EuiTab
|
||||
disabled={false}
|
||||
isSelected={true}
|
||||
key="0"
|
||||
onClick={[Function]}
|
||||
|
@ -36,7 +35,6 @@ exports[`render 1`] = `
|
|||
OSX
|
||||
</EuiTab>
|
||||
<EuiTab
|
||||
disabled={false}
|
||||
isSelected={false}
|
||||
key="1"
|
||||
onClick={[Function]}
|
||||
|
@ -111,7 +109,6 @@ exports[`statusCheckState checking status 1`] = `
|
|||
size="m"
|
||||
>
|
||||
<EuiTab
|
||||
disabled={false}
|
||||
isSelected={true}
|
||||
key="0"
|
||||
onClick={[Function]}
|
||||
|
@ -119,7 +116,6 @@ exports[`statusCheckState checking status 1`] = `
|
|||
OSX
|
||||
</EuiTab>
|
||||
<EuiTab
|
||||
disabled={false}
|
||||
isSelected={false}
|
||||
key="1"
|
||||
onClick={[Function]}
|
||||
|
@ -162,7 +158,7 @@ exports[`statusCheckState checking status 1`] = `
|
|||
},
|
||||
Object {
|
||||
"children": <React.Fragment>
|
||||
<EuiFlexGroup
|
||||
<ForwardRef
|
||||
alignItems="center"
|
||||
justifyContent="spaceBetween"
|
||||
>
|
||||
|
@ -175,18 +171,13 @@ exports[`statusCheckState checking status 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
isLoading={true}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
custom btn label
|
||||
</EuiButton>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
</ForwardRef>
|
||||
<EuiSpacer
|
||||
size="s"
|
||||
/>
|
||||
|
@ -229,7 +220,6 @@ exports[`statusCheckState failed status check - error 1`] = `
|
|||
size="m"
|
||||
>
|
||||
<EuiTab
|
||||
disabled={false}
|
||||
isSelected={true}
|
||||
key="0"
|
||||
onClick={[Function]}
|
||||
|
@ -237,7 +227,6 @@ exports[`statusCheckState failed status check - error 1`] = `
|
|||
OSX
|
||||
</EuiTab>
|
||||
<EuiTab
|
||||
disabled={false}
|
||||
isSelected={false}
|
||||
key="1"
|
||||
onClick={[Function]}
|
||||
|
@ -280,7 +269,7 @@ exports[`statusCheckState failed status check - error 1`] = `
|
|||
},
|
||||
Object {
|
||||
"children": <React.Fragment>
|
||||
<EuiFlexGroup
|
||||
<ForwardRef
|
||||
alignItems="center"
|
||||
justifyContent="spaceBetween"
|
||||
>
|
||||
|
@ -293,18 +282,13 @@ exports[`statusCheckState failed status check - error 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
isLoading={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
custom btn label
|
||||
</EuiButton>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
</ForwardRef>
|
||||
<EuiSpacer
|
||||
size="s"
|
||||
/>
|
||||
|
@ -352,7 +336,6 @@ exports[`statusCheckState failed status check - no data 1`] = `
|
|||
size="m"
|
||||
>
|
||||
<EuiTab
|
||||
disabled={false}
|
||||
isSelected={true}
|
||||
key="0"
|
||||
onClick={[Function]}
|
||||
|
@ -360,7 +343,6 @@ exports[`statusCheckState failed status check - no data 1`] = `
|
|||
OSX
|
||||
</EuiTab>
|
||||
<EuiTab
|
||||
disabled={false}
|
||||
isSelected={false}
|
||||
key="1"
|
||||
onClick={[Function]}
|
||||
|
@ -403,7 +385,7 @@ exports[`statusCheckState failed status check - no data 1`] = `
|
|||
},
|
||||
Object {
|
||||
"children": <React.Fragment>
|
||||
<EuiFlexGroup
|
||||
<ForwardRef
|
||||
alignItems="center"
|
||||
justifyContent="spaceBetween"
|
||||
>
|
||||
|
@ -416,18 +398,13 @@ exports[`statusCheckState failed status check - no data 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
isLoading={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
custom btn label
|
||||
</EuiButton>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
</ForwardRef>
|
||||
<EuiSpacer
|
||||
size="s"
|
||||
/>
|
||||
|
@ -475,7 +452,6 @@ exports[`statusCheckState initial state - no check has been attempted 1`] = `
|
|||
size="m"
|
||||
>
|
||||
<EuiTab
|
||||
disabled={false}
|
||||
isSelected={true}
|
||||
key="0"
|
||||
onClick={[Function]}
|
||||
|
@ -483,7 +459,6 @@ exports[`statusCheckState initial state - no check has been attempted 1`] = `
|
|||
OSX
|
||||
</EuiTab>
|
||||
<EuiTab
|
||||
disabled={false}
|
||||
isSelected={false}
|
||||
key="1"
|
||||
onClick={[Function]}
|
||||
|
@ -526,7 +501,7 @@ exports[`statusCheckState initial state - no check has been attempted 1`] = `
|
|||
},
|
||||
Object {
|
||||
"children": <React.Fragment>
|
||||
<EuiFlexGroup
|
||||
<ForwardRef
|
||||
alignItems="center"
|
||||
justifyContent="spaceBetween"
|
||||
>
|
||||
|
@ -539,18 +514,13 @@ exports[`statusCheckState initial state - no check has been attempted 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
isLoading={true}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
custom btn label
|
||||
</EuiButton>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
</ForwardRef>
|
||||
<EuiSpacer
|
||||
size="s"
|
||||
/>
|
||||
|
@ -593,7 +563,6 @@ exports[`statusCheckState successful status check 1`] = `
|
|||
size="m"
|
||||
>
|
||||
<EuiTab
|
||||
disabled={false}
|
||||
isSelected={true}
|
||||
key="0"
|
||||
onClick={[Function]}
|
||||
|
@ -601,7 +570,6 @@ exports[`statusCheckState successful status check 1`] = `
|
|||
OSX
|
||||
</EuiTab>
|
||||
<EuiTab
|
||||
disabled={false}
|
||||
isSelected={false}
|
||||
key="1"
|
||||
onClick={[Function]}
|
||||
|
@ -644,7 +612,7 @@ exports[`statusCheckState successful status check 1`] = `
|
|||
},
|
||||
Object {
|
||||
"children": <React.Fragment>
|
||||
<EuiFlexGroup
|
||||
<ForwardRef
|
||||
alignItems="center"
|
||||
justifyContent="spaceBetween"
|
||||
>
|
||||
|
@ -657,18 +625,13 @@ exports[`statusCheckState successful status check 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
isLoading={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
custom btn label
|
||||
</EuiButton>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
</ForwardRef>
|
||||
<EuiSpacer
|
||||
size="s"
|
||||
/>
|
||||
|
|
|
@ -26,14 +26,9 @@ exports[`props exportedFieldsUrl 1`] = `
|
|||
<div>
|
||||
<EuiSpacer />
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="exported_fields_url"
|
||||
iconSide="left"
|
||||
rel="noopener noreferrer"
|
||||
size="m"
|
||||
target="_blank"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="View exported fields"
|
||||
|
|
|
@ -120,7 +120,7 @@ exports[`bulkCreate should display error message when bulkCreate request fails 1
|
|||
Array [
|
||||
Object {
|
||||
"children": <React.Fragment>
|
||||
<EuiFlexGroup
|
||||
<ForwardRef
|
||||
alignItems="center"
|
||||
justifyContent="spaceBetween"
|
||||
>
|
||||
|
@ -135,19 +135,14 @@ exports[`bulkCreate should display error message when bulkCreate request fails 1
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="loadSavedObjects"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
isLoading={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
Load Kibana objects
|
||||
</EuiButton>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
</ForwardRef>
|
||||
<EuiSpacer
|
||||
size="s"
|
||||
/>
|
||||
|
@ -246,14 +241,9 @@ exports[`bulkCreate should display error message when bulkCreate request fails 1
|
|||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="loadSavedObjects"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
isLoading={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
className="euiButton euiButton--primary"
|
||||
|
@ -432,7 +422,7 @@ exports[`bulkCreate should display success message when bulkCreate is successful
|
|||
Array [
|
||||
Object {
|
||||
"children": <React.Fragment>
|
||||
<EuiFlexGroup
|
||||
<ForwardRef
|
||||
alignItems="center"
|
||||
justifyContent="spaceBetween"
|
||||
>
|
||||
|
@ -447,19 +437,14 @@ exports[`bulkCreate should display success message when bulkCreate is successful
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="loadSavedObjects"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
isLoading={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
Load Kibana objects
|
||||
</EuiButton>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
</ForwardRef>
|
||||
<EuiSpacer
|
||||
size="s"
|
||||
/>
|
||||
|
@ -592,14 +577,9 @@ exports[`bulkCreate should display success message when bulkCreate is successful
|
|||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="loadSavedObjects"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
isLoading={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
className="euiButton euiButton--primary"
|
||||
|
@ -664,7 +644,7 @@ exports[`renders 1`] = `
|
|||
Array [
|
||||
Object {
|
||||
"children": <React.Fragment>
|
||||
<EuiFlexGroup
|
||||
<ForwardRef
|
||||
alignItems="center"
|
||||
justifyContent="spaceBetween"
|
||||
>
|
||||
|
@ -679,19 +659,14 @@ exports[`renders 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="loadSavedObjects"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
isLoading={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
Load Kibana objects
|
||||
</EuiButton>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
</ForwardRef>
|
||||
<EuiSpacer
|
||||
size="s"
|
||||
/>
|
||||
|
|
|
@ -18,8 +18,6 @@ exports[`isCloudEnabled is false should not render instruction toggle when ON_PR
|
|||
/>
|
||||
<EuiSpacer />
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<InjectIntl(InstructionSetUi)
|
||||
|
@ -74,10 +72,8 @@ exports[`isCloudEnabled is false should render ON_PREM instructions with instruc
|
|||
grow={false}
|
||||
>
|
||||
<EuiButtonGroup
|
||||
buttonSize="s"
|
||||
color="primary"
|
||||
idSelected="onPrem"
|
||||
idToSelectedMap={Object {}}
|
||||
onChange={[Function]}
|
||||
options={
|
||||
Array [
|
||||
|
@ -91,15 +87,12 @@ exports[`isCloudEnabled is false should render ON_PREM instructions with instruc
|
|||
},
|
||||
]
|
||||
}
|
||||
type="single"
|
||||
/>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
</div>
|
||||
<EuiSpacer />
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<InjectIntl(InstructionSetUi)
|
||||
|
@ -149,8 +142,6 @@ exports[`should render ELASTIC_CLOUD instructions when isCloudEnabled is true 1`
|
|||
/>
|
||||
<EuiSpacer />
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<InjectIntl(InstructionSetUi)
|
||||
|
|
|
@ -57,12 +57,8 @@ exports[`EmptyState should render normally 1`] = `
|
|||
<EuiButton
|
||||
color="warning"
|
||||
data-test-subj="refreshIndicesButton"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
iconType="refresh"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Check for new data"
|
||||
|
|
|
@ -93,15 +93,10 @@ exports[`Header should mark the input as invalid 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="createIndexPatternGoToStep2Button"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
iconType="arrowRight"
|
||||
isDisabled={true}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Next step"
|
||||
|
@ -203,15 +198,10 @@ exports[`Header should render normally 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="createIndexPatternGoToStep2Button"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
iconType="arrowRight"
|
||||
isDisabled={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Next step"
|
||||
|
|
|
@ -2,57 +2,23 @@
|
|||
|
||||
exports[`IndicesList should change pages 1`] = `
|
||||
<div>
|
||||
<EuiTable
|
||||
responsive={true}
|
||||
>
|
||||
<EuiTable>
|
||||
<EuiTableBody>
|
||||
<EuiTableRow
|
||||
key="0"
|
||||
>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
>
|
||||
<EuiTableRowCell>
|
||||
kibana
|
||||
</EuiTableRowCell>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
/>
|
||||
<EuiTableRowCell />
|
||||
</EuiTableRow>
|
||||
<EuiTableRow
|
||||
key="1"
|
||||
>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
>
|
||||
<EuiTableRowCell>
|
||||
es
|
||||
</EuiTableRowCell>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
/>
|
||||
<EuiTableRowCell />
|
||||
</EuiTableRow>
|
||||
</EuiTableBody>
|
||||
</EuiTable>
|
||||
|
@ -75,7 +41,6 @@ exports[`IndicesList should change pages 1`] = `
|
|||
iconType="arrowDown"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Rows per page: {perPage}"
|
||||
|
@ -103,33 +68,25 @@ exports[`IndicesList should change pages 1`] = `
|
|||
Array [
|
||||
<EuiContextMenuItem
|
||||
icon="empty"
|
||||
layoutAlign="center"
|
||||
onClick={[Function]}
|
||||
toolTipPosition="right"
|
||||
>
|
||||
5
|
||||
</EuiContextMenuItem>,
|
||||
<EuiContextMenuItem
|
||||
icon="empty"
|
||||
layoutAlign="center"
|
||||
onClick={[Function]}
|
||||
toolTipPosition="right"
|
||||
>
|
||||
10
|
||||
</EuiContextMenuItem>,
|
||||
<EuiContextMenuItem
|
||||
icon="empty"
|
||||
layoutAlign="center"
|
||||
onClick={[Function]}
|
||||
toolTipPosition="right"
|
||||
>
|
||||
20
|
||||
</EuiContextMenuItem>,
|
||||
<EuiContextMenuItem
|
||||
icon="empty"
|
||||
layoutAlign="center"
|
||||
onClick={[Function]}
|
||||
toolTipPosition="right"
|
||||
>
|
||||
50
|
||||
</EuiContextMenuItem>,
|
||||
|
@ -144,33 +101,15 @@ exports[`IndicesList should change pages 1`] = `
|
|||
|
||||
exports[`IndicesList should change per page 1`] = `
|
||||
<div>
|
||||
<EuiTable
|
||||
responsive={true}
|
||||
>
|
||||
<EuiTable>
|
||||
<EuiTableBody>
|
||||
<EuiTableRow
|
||||
key="0"
|
||||
>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
>
|
||||
<EuiTableRowCell>
|
||||
kibana
|
||||
</EuiTableRowCell>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
/>
|
||||
<EuiTableRowCell />
|
||||
</EuiTableRow>
|
||||
</EuiTableBody>
|
||||
</EuiTable>
|
||||
|
@ -193,7 +132,6 @@ exports[`IndicesList should change per page 1`] = `
|
|||
iconType="arrowDown"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Rows per page: {perPage}"
|
||||
|
@ -221,33 +159,25 @@ exports[`IndicesList should change per page 1`] = `
|
|||
Array [
|
||||
<EuiContextMenuItem
|
||||
icon="empty"
|
||||
layoutAlign="center"
|
||||
onClick={[Function]}
|
||||
toolTipPosition="right"
|
||||
>
|
||||
5
|
||||
</EuiContextMenuItem>,
|
||||
<EuiContextMenuItem
|
||||
icon="empty"
|
||||
layoutAlign="center"
|
||||
onClick={[Function]}
|
||||
toolTipPosition="right"
|
||||
>
|
||||
10
|
||||
</EuiContextMenuItem>,
|
||||
<EuiContextMenuItem
|
||||
icon="empty"
|
||||
layoutAlign="center"
|
||||
onClick={[Function]}
|
||||
toolTipPosition="right"
|
||||
>
|
||||
20
|
||||
</EuiContextMenuItem>,
|
||||
<EuiContextMenuItem
|
||||
icon="empty"
|
||||
layoutAlign="center"
|
||||
onClick={[Function]}
|
||||
toolTipPosition="right"
|
||||
>
|
||||
50
|
||||
</EuiContextMenuItem>,
|
||||
|
@ -271,22 +201,12 @@ exports[`IndicesList should change per page 1`] = `
|
|||
|
||||
exports[`IndicesList should highlight the query in the matches 1`] = `
|
||||
<div>
|
||||
<EuiTable
|
||||
responsive={true}
|
||||
>
|
||||
<EuiTable>
|
||||
<EuiTableBody>
|
||||
<EuiTableRow
|
||||
key="0"
|
||||
>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
>
|
||||
<EuiTableRowCell>
|
||||
<span>
|
||||
<strong>
|
||||
ki
|
||||
|
@ -294,39 +214,15 @@ exports[`IndicesList should highlight the query in the matches 1`] = `
|
|||
bana
|
||||
</span>
|
||||
</EuiTableRowCell>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
/>
|
||||
<EuiTableRowCell />
|
||||
</EuiTableRow>
|
||||
<EuiTableRow
|
||||
key="1"
|
||||
>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
>
|
||||
<EuiTableRowCell>
|
||||
es
|
||||
</EuiTableRowCell>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
/>
|
||||
<EuiTableRowCell />
|
||||
</EuiTableRow>
|
||||
</EuiTableBody>
|
||||
</EuiTable>
|
||||
|
@ -349,7 +245,6 @@ exports[`IndicesList should highlight the query in the matches 1`] = `
|
|||
iconType="arrowDown"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Rows per page: {perPage}"
|
||||
|
@ -377,33 +272,25 @@ exports[`IndicesList should highlight the query in the matches 1`] = `
|
|||
Array [
|
||||
<EuiContextMenuItem
|
||||
icon="empty"
|
||||
layoutAlign="center"
|
||||
onClick={[Function]}
|
||||
toolTipPosition="right"
|
||||
>
|
||||
5
|
||||
</EuiContextMenuItem>,
|
||||
<EuiContextMenuItem
|
||||
icon="empty"
|
||||
layoutAlign="center"
|
||||
onClick={[Function]}
|
||||
toolTipPosition="right"
|
||||
>
|
||||
10
|
||||
</EuiContextMenuItem>,
|
||||
<EuiContextMenuItem
|
||||
icon="empty"
|
||||
layoutAlign="center"
|
||||
onClick={[Function]}
|
||||
toolTipPosition="right"
|
||||
>
|
||||
20
|
||||
</EuiContextMenuItem>,
|
||||
<EuiContextMenuItem
|
||||
icon="empty"
|
||||
layoutAlign="center"
|
||||
onClick={[Function]}
|
||||
toolTipPosition="right"
|
||||
>
|
||||
50
|
||||
</EuiContextMenuItem>,
|
||||
|
@ -418,57 +305,23 @@ exports[`IndicesList should highlight the query in the matches 1`] = `
|
|||
|
||||
exports[`IndicesList should render normally 1`] = `
|
||||
<div>
|
||||
<EuiTable
|
||||
responsive={true}
|
||||
>
|
||||
<EuiTable>
|
||||
<EuiTableBody>
|
||||
<EuiTableRow
|
||||
key="0"
|
||||
>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
>
|
||||
<EuiTableRowCell>
|
||||
kibana
|
||||
</EuiTableRowCell>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
/>
|
||||
<EuiTableRowCell />
|
||||
</EuiTableRow>
|
||||
<EuiTableRow
|
||||
key="1"
|
||||
>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
>
|
||||
<EuiTableRowCell>
|
||||
es
|
||||
</EuiTableRowCell>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
/>
|
||||
<EuiTableRowCell />
|
||||
</EuiTableRow>
|
||||
</EuiTableBody>
|
||||
</EuiTable>
|
||||
|
@ -491,7 +344,6 @@ exports[`IndicesList should render normally 1`] = `
|
|||
iconType="arrowDown"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Rows per page: {perPage}"
|
||||
|
@ -519,33 +371,25 @@ exports[`IndicesList should render normally 1`] = `
|
|||
Array [
|
||||
<EuiContextMenuItem
|
||||
icon="empty"
|
||||
layoutAlign="center"
|
||||
onClick={[Function]}
|
||||
toolTipPosition="right"
|
||||
>
|
||||
5
|
||||
</EuiContextMenuItem>,
|
||||
<EuiContextMenuItem
|
||||
icon="empty"
|
||||
layoutAlign="center"
|
||||
onClick={[Function]}
|
||||
toolTipPosition="right"
|
||||
>
|
||||
10
|
||||
</EuiContextMenuItem>,
|
||||
<EuiContextMenuItem
|
||||
icon="empty"
|
||||
layoutAlign="center"
|
||||
onClick={[Function]}
|
||||
toolTipPosition="right"
|
||||
>
|
||||
20
|
||||
</EuiContextMenuItem>,
|
||||
<EuiContextMenuItem
|
||||
icon="empty"
|
||||
layoutAlign="center"
|
||||
onClick={[Function]}
|
||||
toolTipPosition="right"
|
||||
>
|
||||
50
|
||||
</EuiContextMenuItem>,
|
||||
|
@ -560,249 +404,87 @@ exports[`IndicesList should render normally 1`] = `
|
|||
|
||||
exports[`IndicesList updating props should render all new indices 1`] = `
|
||||
<div>
|
||||
<EuiTable
|
||||
responsive={true}
|
||||
>
|
||||
<EuiTable>
|
||||
<EuiTableBody>
|
||||
<EuiTableRow
|
||||
key="0"
|
||||
>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
>
|
||||
<EuiTableRowCell>
|
||||
kibana
|
||||
</EuiTableRowCell>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
/>
|
||||
<EuiTableRowCell />
|
||||
</EuiTableRow>
|
||||
<EuiTableRow
|
||||
key="1"
|
||||
>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
>
|
||||
<EuiTableRowCell>
|
||||
es
|
||||
</EuiTableRowCell>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
/>
|
||||
<EuiTableRowCell />
|
||||
</EuiTableRow>
|
||||
<EuiTableRow
|
||||
key="2"
|
||||
>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
>
|
||||
<EuiTableRowCell>
|
||||
kibana
|
||||
</EuiTableRowCell>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
/>
|
||||
<EuiTableRowCell />
|
||||
</EuiTableRow>
|
||||
<EuiTableRow
|
||||
key="3"
|
||||
>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
>
|
||||
<EuiTableRowCell>
|
||||
es
|
||||
</EuiTableRowCell>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
/>
|
||||
<EuiTableRowCell />
|
||||
</EuiTableRow>
|
||||
<EuiTableRow
|
||||
key="4"
|
||||
>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
>
|
||||
<EuiTableRowCell>
|
||||
kibana
|
||||
</EuiTableRowCell>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
/>
|
||||
<EuiTableRowCell />
|
||||
</EuiTableRow>
|
||||
<EuiTableRow
|
||||
key="5"
|
||||
>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
>
|
||||
<EuiTableRowCell>
|
||||
es
|
||||
</EuiTableRowCell>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
/>
|
||||
<EuiTableRowCell />
|
||||
</EuiTableRow>
|
||||
<EuiTableRow
|
||||
key="6"
|
||||
>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
>
|
||||
<EuiTableRowCell>
|
||||
kibana
|
||||
</EuiTableRowCell>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
/>
|
||||
<EuiTableRowCell />
|
||||
</EuiTableRow>
|
||||
<EuiTableRow
|
||||
key="7"
|
||||
>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
>
|
||||
<EuiTableRowCell>
|
||||
es
|
||||
</EuiTableRowCell>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
/>
|
||||
<EuiTableRowCell />
|
||||
</EuiTableRow>
|
||||
<EuiTableRow
|
||||
key="8"
|
||||
>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
>
|
||||
<EuiTableRowCell>
|
||||
kibana
|
||||
</EuiTableRowCell>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
/>
|
||||
<EuiTableRowCell />
|
||||
</EuiTableRow>
|
||||
<EuiTableRow
|
||||
key="9"
|
||||
>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
>
|
||||
<EuiTableRowCell>
|
||||
es
|
||||
</EuiTableRowCell>
|
||||
<EuiTableRowCell
|
||||
align="left"
|
||||
mobileOptions={
|
||||
Object {
|
||||
"show": true,
|
||||
}
|
||||
}
|
||||
textOnly={true}
|
||||
/>
|
||||
<EuiTableRowCell />
|
||||
</EuiTableRow>
|
||||
</EuiTableBody>
|
||||
</EuiTable>
|
||||
|
@ -825,7 +507,6 @@ exports[`IndicesList updating props should render all new indices 1`] = `
|
|||
iconType="arrowDown"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Rows per page: {perPage}"
|
||||
|
@ -853,33 +534,25 @@ exports[`IndicesList updating props should render all new indices 1`] = `
|
|||
Array [
|
||||
<EuiContextMenuItem
|
||||
icon="empty"
|
||||
layoutAlign="center"
|
||||
onClick={[Function]}
|
||||
toolTipPosition="right"
|
||||
>
|
||||
5
|
||||
</EuiContextMenuItem>,
|
||||
<EuiContextMenuItem
|
||||
icon="empty"
|
||||
layoutAlign="center"
|
||||
onClick={[Function]}
|
||||
toolTipPosition="right"
|
||||
>
|
||||
10
|
||||
</EuiContextMenuItem>,
|
||||
<EuiContextMenuItem
|
||||
icon="empty"
|
||||
layoutAlign="center"
|
||||
onClick={[Function]}
|
||||
toolTipPosition="right"
|
||||
>
|
||||
20
|
||||
</EuiContextMenuItem>,
|
||||
<EuiContextMenuItem
|
||||
icon="empty"
|
||||
layoutAlign="center"
|
||||
onClick={[Function]}
|
||||
toolTipPosition="right"
|
||||
>
|
||||
50
|
||||
</EuiContextMenuItem>,
|
||||
|
|
|
@ -18,8 +18,6 @@ exports[`StepTimeField should enable the action button if the user decides to no
|
|||
|
||||
exports[`StepTimeField should render "Custom index pattern ID already exists" when error is "Conflict" 1`] = `
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<Header
|
||||
|
@ -87,11 +85,7 @@ exports[`StepTimeField should render "Custom index pattern ID already exists" wh
|
|||
`;
|
||||
|
||||
exports[`StepTimeField should render a loading state when creating the index pattern 1`] = `
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="m"
|
||||
>
|
||||
<EuiPanel>
|
||||
<EuiFlexGroup
|
||||
alignItems="center"
|
||||
>
|
||||
|
@ -117,8 +111,6 @@ exports[`StepTimeField should render a loading state when creating the index pat
|
|||
|
||||
exports[`StepTimeField should render a selected timeField 1`] = `
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<Header
|
||||
|
@ -175,8 +167,6 @@ exports[`StepTimeField should render a selected timeField 1`] = `
|
|||
|
||||
exports[`StepTimeField should render advanced options 1`] = `
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<Header
|
||||
|
@ -222,8 +212,6 @@ exports[`StepTimeField should render advanced options 1`] = `
|
|||
|
||||
exports[`StepTimeField should render advanced options with an index pattern id 1`] = `
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<Header
|
||||
|
@ -269,8 +257,6 @@ exports[`StepTimeField should render advanced options with an index pattern id 1
|
|||
|
||||
exports[`StepTimeField should render any error message 1`] = `
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<Header
|
||||
|
@ -335,8 +321,6 @@ exports[`StepTimeField should render any error message 1`] = `
|
|||
|
||||
exports[`StepTimeField should render normally 1`] = `
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<Header
|
||||
|
@ -382,8 +366,6 @@ exports[`StepTimeField should render normally 1`] = `
|
|||
|
||||
exports[`StepTimeField should render timeFields 1`] = `
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<Header
|
||||
|
|
|
@ -3,11 +3,8 @@
|
|||
exports[`AdvancedOptions should hide if not showing 1`] = `
|
||||
<div>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
iconType="arrowRight"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Show advanced options"
|
||||
|
@ -24,11 +21,8 @@ exports[`AdvancedOptions should hide if not showing 1`] = `
|
|||
exports[`AdvancedOptions should render normally 1`] = `
|
||||
<div>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
iconType="arrowRight"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Show advanced options"
|
||||
|
|
|
@ -25,7 +25,7 @@ exports[`TimeField should render a loading state 1`] = `
|
|||
</div>
|
||||
}
|
||||
label={
|
||||
<EuiFlexGroup
|
||||
<ForwardRef
|
||||
alignItems="center"
|
||||
gutterSize="xs"
|
||||
justifyContent="spaceBetween"
|
||||
|
@ -48,7 +48,7 @@ exports[`TimeField should render a loading state 1`] = `
|
|||
size="s"
|
||||
/>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
</ForwardRef>
|
||||
}
|
||||
labelType="label"
|
||||
>
|
||||
|
@ -98,7 +98,7 @@ exports[`TimeField should render a selected time field 1`] = `
|
|||
</div>
|
||||
}
|
||||
label={
|
||||
<EuiFlexGroup
|
||||
<ForwardRef
|
||||
alignItems="center"
|
||||
gutterSize="xs"
|
||||
justifyContent="spaceBetween"
|
||||
|
@ -130,7 +130,7 @@ exports[`TimeField should render a selected time field 1`] = `
|
|||
/>
|
||||
</EuiLink>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
</ForwardRef>
|
||||
}
|
||||
labelType="label"
|
||||
>
|
||||
|
@ -182,7 +182,7 @@ exports[`TimeField should render normally 1`] = `
|
|||
</div>
|
||||
}
|
||||
label={
|
||||
<EuiFlexGroup
|
||||
<ForwardRef
|
||||
alignItems="center"
|
||||
gutterSize="xs"
|
||||
justifyContent="spaceBetween"
|
||||
|
@ -214,7 +214,7 @@ exports[`TimeField should render normally 1`] = `
|
|||
/>
|
||||
</EuiLink>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
</ForwardRef>
|
||||
}
|
||||
labelType="label"
|
||||
>
|
||||
|
|
|
@ -30,13 +30,8 @@ exports[`Header should render normally 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="addScriptedFieldLink"
|
||||
fill={false}
|
||||
href=""
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add scripted field"
|
||||
|
|
|
@ -16,13 +16,8 @@ exports[`AddFilter should ignore strings with just spaces 1`] = `
|
|||
</EuiFlexItem>
|
||||
<EuiFlexItem>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
isDisabled={true}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add"
|
||||
|
@ -50,13 +45,8 @@ exports[`AddFilter should render normally 1`] = `
|
|||
</EuiFlexItem>
|
||||
<EuiFlexItem>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
isDisabled={true}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add"
|
||||
|
|
|
@ -4,21 +4,15 @@ exports[`Table editing should show a save button 1`] = `
|
|||
<div>
|
||||
<EuiButtonIcon
|
||||
aria-label="Save"
|
||||
color="primary"
|
||||
iconSize="m"
|
||||
iconType="checkInCircleFilled"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
/>
|
||||
<EuiButtonIcon
|
||||
aria-label="Cancel"
|
||||
color="primary"
|
||||
iconSize="m"
|
||||
iconType="cross"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
/>
|
||||
</div>
|
||||
`;
|
||||
|
|
|
@ -165,10 +165,7 @@ exports[`ObjectsTable export should allow the user to choose when exporting all
|
|||
grow={false}
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Cancel"
|
||||
|
@ -181,12 +178,8 @@ exports[`ObjectsTable export should allow the user to choose when exporting all
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Export all"
|
||||
|
|
|
@ -129,11 +129,8 @@ exports[`Flyout conflicts should allow conflict resolution 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
onClick={[MockFunction]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Cancel"
|
||||
|
@ -146,14 +143,11 @@ exports[`Flyout conflicts should allow conflict resolution 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="importSavedObjectsConfirmBtn"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
isLoading={false}
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Confirm all changes"
|
||||
|
@ -469,11 +463,8 @@ exports[`Flyout legacy conflicts should allow conflict resolution 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
onClick={[MockFunction]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Cancel"
|
||||
|
@ -486,14 +477,11 @@ exports[`Flyout legacy conflicts should allow conflict resolution 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="importSavedObjectsConfirmBtn"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
isLoading={false}
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Confirm all changes"
|
||||
|
@ -663,11 +651,8 @@ exports[`Flyout should render import step 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
onClick={[MockFunction]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Cancel"
|
||||
|
@ -680,14 +665,11 @@ exports[`Flyout should render import step 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="importSavedObjectsImportBtn"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
isLoading={false}
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Import"
|
||||
|
|
|
@ -31,13 +31,10 @@ exports[`Header should render normally 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
data-test-subj="exportAllObjects"
|
||||
iconSide="left"
|
||||
iconType="exportAction"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Export {filteredCount, plural, one{# object} other {# objects}}"
|
||||
|
@ -54,13 +51,10 @@ exports[`Header should render normally 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
data-test-subj="importObjects"
|
||||
iconSide="left"
|
||||
iconType="importAction"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Import"
|
||||
|
@ -73,12 +67,9 @@ exports[`Header should render normally 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
iconType="refresh"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Refresh"
|
||||
|
|
|
@ -29,14 +29,10 @@ exports[`Table prevents saved objects from being deleted 1`] = `
|
|||
<EuiButton
|
||||
color="danger"
|
||||
data-test-subj="savedObjectsManagementDelete"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
iconType="trash"
|
||||
isDisabled={true}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
title="Unable to delete saved objects"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Delete"
|
||||
|
@ -48,14 +44,10 @@ exports[`Table prevents saved objects from being deleted 1`] = `
|
|||
anchorPosition="downCenter"
|
||||
button={
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
iconSide="right"
|
||||
iconType="arrowDown"
|
||||
isDisabled={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Export"
|
||||
|
@ -104,13 +96,9 @@ exports[`Table prevents saved objects from being deleted 1`] = `
|
|||
labelType="label"
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
iconType="exportAction"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Export"
|
||||
|
@ -245,13 +233,9 @@ exports[`Table should render normally 1`] = `
|
|||
<EuiButton
|
||||
color="danger"
|
||||
data-test-subj="savedObjectsManagementDelete"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
iconType="trash"
|
||||
isDisabled={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Delete"
|
||||
|
@ -263,14 +247,10 @@ exports[`Table should render normally 1`] = `
|
|||
anchorPosition="downCenter"
|
||||
button={
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
iconSide="right"
|
||||
iconType="arrowDown"
|
||||
isDisabled={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Export"
|
||||
|
@ -319,13 +299,9 @@ exports[`Table should render normally 1`] = `
|
|||
labelType="label"
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
iconType="exportAction"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Export"
|
||||
|
|
|
@ -5,8 +5,6 @@ exports[`Form should not render no settings message when instructed not to 1`] =
|
|||
exports[`Form should render no settings message when there are no settings 1`] = `
|
||||
<Fragment>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<FormattedMessage
|
||||
|
@ -35,8 +33,6 @@ exports[`Form should render no settings message when there are no settings 1`] =
|
|||
exports[`Form should render normally 1`] = `
|
||||
<Fragment>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiForm>
|
||||
|
@ -96,8 +92,6 @@ exports[`Form should render normally 1`] = `
|
|||
size="l"
|
||||
/>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiForm>
|
||||
|
@ -139,8 +133,6 @@ exports[`Form should render normally 1`] = `
|
|||
size="l"
|
||||
/>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiForm>
|
||||
|
@ -216,8 +208,6 @@ exports[`Form should render normally 1`] = `
|
|||
exports[`Form should render read-only when saving is disabled 1`] = `
|
||||
<Fragment>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiForm>
|
||||
|
@ -277,8 +267,6 @@ exports[`Form should render read-only when saving is disabled 1`] = `
|
|||
size="l"
|
||||
/>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiForm>
|
||||
|
@ -320,8 +308,6 @@ exports[`Form should render read-only when saving is disabled 1`] = `
|
|||
size="l"
|
||||
/>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiForm>
|
||||
|
|
|
@ -371,11 +371,7 @@ exports[`NewVisModal filter for visualization types should render as expected 1`
|
|||
onClose={[Function]}
|
||||
role="menu"
|
||||
>
|
||||
<EuiFocusTrap
|
||||
clickOutsideDisables={false}
|
||||
disabled={false}
|
||||
returnFocus={true}
|
||||
>
|
||||
<EuiFocusTrap>
|
||||
<FocusLock
|
||||
as="div"
|
||||
autoFocus={true}
|
||||
|
@ -852,10 +848,8 @@ exports[`NewVisModal filter for visualization types should render as expected 1`
|
|||
aria-label="Closes this modal window"
|
||||
className="euiModal__closeIcon"
|
||||
color="text"
|
||||
iconSize="m"
|
||||
iconType="cross"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
aria-label="Closes this modal window"
|
||||
|
@ -1707,11 +1701,7 @@ exports[`NewVisModal should render as expected 1`] = `
|
|||
onClose={[Function]}
|
||||
role="menu"
|
||||
>
|
||||
<EuiFocusTrap
|
||||
clickOutsideDisables={false}
|
||||
disabled={false}
|
||||
returnFocus={true}
|
||||
>
|
||||
<EuiFocusTrap>
|
||||
<FocusLock
|
||||
as="div"
|
||||
autoFocus={true}
|
||||
|
@ -2182,10 +2172,8 @@ exports[`NewVisModal should render as expected 1`] = `
|
|||
aria-label="Closes this modal window"
|
||||
className="euiModal__closeIcon"
|
||||
color="text"
|
||||
iconSize="m"
|
||||
iconType="cross"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
aria-label="Closes this modal window"
|
||||
|
|
|
@ -174,13 +174,9 @@ exports[`ShardFailureModal renders matching snapshot given valid properties 1`]
|
|||
<Component />
|
||||
</EuiCopy>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-sub="closeShardFailureModal"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Close"
|
||||
|
|
|
@ -64,13 +64,9 @@ exports[`ColorFormatEditorComponent should render multiple colors 1`] = `
|
|||
size="m"
|
||||
/>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
iconType="plusInCircle"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add color"
|
||||
|
@ -141,13 +137,9 @@ exports[`ColorFormatEditorComponent should render other type normally (range fie
|
|||
size="m"
|
||||
/>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
iconType="plusInCircle"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add color"
|
||||
|
@ -218,13 +210,9 @@ exports[`ColorFormatEditorComponent should render string type normally (regex fi
|
|||
size="m"
|
||||
/>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
iconType="plusInCircle"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add color"
|
||||
|
|
|
@ -56,13 +56,9 @@ exports[`StaticLookupFormatEditorComponent should render multiple lookup entries
|
|||
size="m"
|
||||
/>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
iconType="plusInCircle"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add entry"
|
||||
|
@ -151,13 +147,9 @@ exports[`StaticLookupFormatEditorComponent should render normally 1`] = `
|
|||
size="m"
|
||||
/>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
iconType="plusInCircle"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add entry"
|
||||
|
|
|
@ -37,7 +37,7 @@ exports[`render 1`] = `
|
|||
Object {
|
||||
"data-test-subj": "exportAsSnapshot",
|
||||
"id": "snapshot",
|
||||
"label": <EuiFlexGroup
|
||||
"label": <ForwardRef
|
||||
gutterSize="none"
|
||||
responsive={false}
|
||||
>
|
||||
|
@ -66,13 +66,13 @@ exports[`render 1`] = `
|
|||
position="bottom"
|
||||
/>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>,
|
||||
</ForwardRef>,
|
||||
},
|
||||
Object {
|
||||
"data-test-subj": "exportAsSavedObject",
|
||||
"disabled": true,
|
||||
"id": "savedObject",
|
||||
"label": <EuiFlexGroup
|
||||
"label": <ForwardRef
|
||||
gutterSize="none"
|
||||
responsive={false}
|
||||
>
|
||||
|
@ -101,7 +101,7 @@ exports[`render 1`] = `
|
|||
position="bottom"
|
||||
/>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>,
|
||||
</ForwardRef>,
|
||||
},
|
||||
]
|
||||
}
|
||||
|
@ -184,7 +184,7 @@ exports[`should enable saved object export option when objectId is provided 1`]
|
|||
Object {
|
||||
"data-test-subj": "exportAsSnapshot",
|
||||
"id": "snapshot",
|
||||
"label": <EuiFlexGroup
|
||||
"label": <ForwardRef
|
||||
gutterSize="none"
|
||||
responsive={false}
|
||||
>
|
||||
|
@ -213,13 +213,13 @@ exports[`should enable saved object export option when objectId is provided 1`]
|
|||
position="bottom"
|
||||
/>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>,
|
||||
</ForwardRef>,
|
||||
},
|
||||
Object {
|
||||
"data-test-subj": "exportAsSavedObject",
|
||||
"disabled": false,
|
||||
"id": "savedObject",
|
||||
"label": <EuiFlexGroup
|
||||
"label": <ForwardRef
|
||||
gutterSize="none"
|
||||
responsive={false}
|
||||
>
|
||||
|
@ -248,7 +248,7 @@ exports[`should enable saved object export option when objectId is provided 1`]
|
|||
position="bottom"
|
||||
/>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>,
|
||||
</ForwardRef>,
|
||||
},
|
||||
]
|
||||
}
|
||||
|
@ -331,7 +331,7 @@ exports[`should hide short url section when allowShortUrl is false 1`] = `
|
|||
Object {
|
||||
"data-test-subj": "exportAsSnapshot",
|
||||
"id": "snapshot",
|
||||
"label": <EuiFlexGroup
|
||||
"label": <ForwardRef
|
||||
gutterSize="none"
|
||||
responsive={false}
|
||||
>
|
||||
|
@ -360,13 +360,13 @@ exports[`should hide short url section when allowShortUrl is false 1`] = `
|
|||
position="bottom"
|
||||
/>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>,
|
||||
</ForwardRef>,
|
||||
},
|
||||
Object {
|
||||
"data-test-subj": "exportAsSavedObject",
|
||||
"disabled": false,
|
||||
"id": "savedObject",
|
||||
"label": <EuiFlexGroup
|
||||
"label": <ForwardRef
|
||||
gutterSize="none"
|
||||
responsive={false}
|
||||
>
|
||||
|
@ -395,7 +395,7 @@ exports[`should hide short url section when allowShortUrl is false 1`] = `
|
|||
position="bottom"
|
||||
/>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>,
|
||||
</ForwardRef>,
|
||||
},
|
||||
]
|
||||
}
|
||||
|
|
|
@ -24,10 +24,8 @@ exports[`DefaultEditorAgg component should init with the default set of props 1`
|
|||
aria-label="Enable aggregation"
|
||||
color="text"
|
||||
data-test-subj="toggleDisableAggregationBtn enable"
|
||||
iconSize="m"
|
||||
iconType="eyeClosed"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
/>
|
||||
</EuiToolTip>
|
||||
</div>
|
||||
|
|
|
@ -206,13 +206,11 @@ exports[`InspectorPanel should render as expected 1`] = `
|
|||
anchorPosition="downRight"
|
||||
button={
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
data-test-subj="inspectorViewChooser"
|
||||
iconSide="right"
|
||||
iconType="arrowDown"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="View: {viewName}"
|
||||
|
@ -251,13 +249,11 @@ exports[`InspectorPanel should render as expected 1`] = `
|
|||
className="euiPopover__anchor"
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
data-test-subj="inspectorViewChooser"
|
||||
iconSide="right"
|
||||
iconType="arrowDown"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
className="euiButtonEmpty euiButtonEmpty--primary euiButtonEmpty--small euiButtonEmpty--iconRight"
|
||||
|
|
|
@ -576,9 +576,6 @@ exports[`Inspector Data View component should render loading state 1`] = `
|
|||
>
|
||||
<EuiPanel
|
||||
className="eui-textCenter"
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="m"
|
||||
>
|
||||
<div
|
||||
className="euiPanel euiPanel--paddingMedium eui-textCenter"
|
||||
|
|
|
@ -54,11 +54,8 @@ exports[`SavedObjectSaveModal should render matching snapshot 1`] = `
|
|||
</EuiModalBody>
|
||||
<EuiModalFooter>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
data-test-subj="saveCancelButton"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Cancel"
|
||||
|
@ -67,13 +64,10 @@ exports[`SavedObjectSaveModal should render matching snapshot 1`] = `
|
|||
/>
|
||||
</EuiButtonEmpty>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="confirmSaveSavedObjectButton"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
isDisabled={false}
|
||||
isLoading={false}
|
||||
size="m"
|
||||
type="submit"
|
||||
>
|
||||
Save
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@elastic/eui": "13.6.1",
|
||||
"@elastic/eui": "13.8.1",
|
||||
"react": "^16.8.0",
|
||||
"react-dom": "^16.8.0"
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@elastic/eui": "13.6.1",
|
||||
"@elastic/eui": "13.8.1",
|
||||
"react": "^16.8.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@elastic/eui": "13.6.1",
|
||||
"@elastic/eui": "13.8.1",
|
||||
"react": "^16.8.0"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@elastic/eui": "13.6.1",
|
||||
"@elastic/eui": "13.8.1",
|
||||
"react": "^16.8.0"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@elastic/eui": "13.6.1",
|
||||
"@elastic/eui": "13.8.1",
|
||||
"react": "^16.8.0",
|
||||
"react-dom": "^16.8.0"
|
||||
}
|
||||
|
|
2
typings/@elastic/eui/index.d.ts
vendored
2
typings/@elastic/eui/index.d.ts
vendored
|
@ -21,8 +21,6 @@ import { Direction } from '@elastic/eui/src/services/sort/sort_direction';
|
|||
// TODO: Remove once typescript definitions are in EUI
|
||||
|
||||
declare module '@elastic/eui' {
|
||||
export const EuiWrappingPopover: React.SFC<any>;
|
||||
export const EuiOutsideClickDetector: React.SFC<any>;
|
||||
export const EuiSideNav: React.SFC<any>;
|
||||
|
||||
export interface EuiTableCriteria {
|
||||
|
|
|
@ -32,10 +32,7 @@ exports[`DetailView should render Discover button 1`] = `
|
|||
}
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
iconType="discoverApp"
|
||||
type="button"
|
||||
>
|
||||
View 10 occurrences in Discover
|
||||
</EuiButtonEmpty>
|
||||
|
@ -66,7 +63,6 @@ exports[`DetailView should render tabs 1`] = `
|
|||
size="m"
|
||||
>
|
||||
<EuiTab
|
||||
disabled={false}
|
||||
isSelected={true}
|
||||
key="exception_stacktrace"
|
||||
onClick={[Function]}
|
||||
|
@ -74,7 +70,6 @@ exports[`DetailView should render tabs 1`] = `
|
|||
Exception stacktrace
|
||||
</EuiTab>
|
||||
<EuiTab
|
||||
disabled={false}
|
||||
isSelected={false}
|
||||
key="metadata"
|
||||
onClick={[Function]}
|
||||
|
|
|
@ -56,60 +56,66 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = `
|
|||
<div
|
||||
className="euiTableHeaderMobile"
|
||||
>
|
||||
<div
|
||||
className="euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--alignItemsBaseline euiFlexGroup--justifyContentSpaceBetween euiFlexGroup--directionRow"
|
||||
<EuiFlexGroup
|
||||
alignItems="baseline"
|
||||
justifyContent="spaceBetween"
|
||||
responsive={false}
|
||||
>
|
||||
<div
|
||||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
/>
|
||||
<div
|
||||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
className="euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--alignItemsBaseline euiFlexGroup--justifyContentSpaceBetween euiFlexGroup--directionRow"
|
||||
>
|
||||
<div
|
||||
className="euiTableSortMobile"
|
||||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
/>
|
||||
<div
|
||||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
>
|
||||
<div
|
||||
className="euiPopover euiPopover--anchorDownRight"
|
||||
id="sortPopover"
|
||||
onKeyDown={[Function]}
|
||||
onMouseDown={[Function]}
|
||||
onMouseUp={[Function]}
|
||||
onTouchEnd={[Function]}
|
||||
onTouchStart={[Function]}
|
||||
className="euiTableSortMobile"
|
||||
>
|
||||
<div
|
||||
className="euiPopover__anchor"
|
||||
className="euiPopover euiPopover--anchorDownRight"
|
||||
id="sortPopover"
|
||||
onKeyDown={[Function]}
|
||||
onMouseDown={[Function]}
|
||||
onMouseUp={[Function]}
|
||||
onTouchEnd={[Function]}
|
||||
onTouchStart={[Function]}
|
||||
>
|
||||
<button
|
||||
className="euiButtonEmpty euiButtonEmpty--primary euiButtonEmpty--xSmall euiButtonEmpty--iconRight euiButtonEmpty--flushRight"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
<div
|
||||
className="euiPopover__anchor"
|
||||
>
|
||||
<span
|
||||
className="euiButtonEmpty__content"
|
||||
<button
|
||||
className="euiButtonEmpty euiButtonEmpty--primary euiButtonEmpty--xSmall euiButtonEmpty--iconRight euiButtonEmpty--flushRight"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
className="euiIcon euiIcon--medium euiIcon-isLoading euiButtonEmpty__icon"
|
||||
focusable="false"
|
||||
height={16}
|
||||
style={null}
|
||||
viewBox="0 0 16 16"
|
||||
width={16}
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
/>
|
||||
<span
|
||||
className="euiButtonEmpty__text"
|
||||
className="euiButtonEmpty__content"
|
||||
>
|
||||
Sorting
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
className="euiIcon euiIcon--medium euiIcon-isLoading euiButtonEmpty__icon"
|
||||
focusable="false"
|
||||
height={16}
|
||||
style={null}
|
||||
viewBox="0 0 16 16"
|
||||
width={16}
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
/>
|
||||
<span
|
||||
className="euiButtonEmpty__text"
|
||||
>
|
||||
Sorting
|
||||
</span>
|
||||
</span>
|
||||
</span>
|
||||
</button>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</EuiFlexGroup>
|
||||
</div>
|
||||
<table
|
||||
className="euiTable euiTable--responsive"
|
||||
|
@ -268,60 +274,66 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = `
|
|||
<div
|
||||
className="euiSpacer euiSpacer--m"
|
||||
/>
|
||||
<div
|
||||
className="euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--alignItemsCenter euiFlexGroup--justifyContentSpaceBetween euiFlexGroup--directionRow"
|
||||
<EuiFlexGroup
|
||||
alignItems="center"
|
||||
justifyContent="spaceBetween"
|
||||
responsive={false}
|
||||
>
|
||||
<div
|
||||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
className="euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--alignItemsCenter euiFlexGroup--justifyContentSpaceBetween euiFlexGroup--directionRow"
|
||||
>
|
||||
<div
|
||||
className="euiPopover euiPopover--anchorUpRight euiPopover--withTitle"
|
||||
id="customizablePagination"
|
||||
onKeyDown={[Function]}
|
||||
onMouseDown={[Function]}
|
||||
onMouseUp={[Function]}
|
||||
onTouchEnd={[Function]}
|
||||
onTouchStart={[Function]}
|
||||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
>
|
||||
<div
|
||||
className="euiPopover__anchor"
|
||||
className="euiPopover euiPopover--anchorUpRight euiPopover--withTitle"
|
||||
id="customizablePagination"
|
||||
onKeyDown={[Function]}
|
||||
onMouseDown={[Function]}
|
||||
onMouseUp={[Function]}
|
||||
onTouchEnd={[Function]}
|
||||
onTouchStart={[Function]}
|
||||
>
|
||||
<button
|
||||
className="euiButtonEmpty euiButtonEmpty--text euiButtonEmpty--xSmall euiButtonEmpty--iconRight"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
<div
|
||||
className="euiPopover__anchor"
|
||||
>
|
||||
<span
|
||||
className="euiButtonEmpty__content"
|
||||
<button
|
||||
className="euiButtonEmpty euiButtonEmpty--text euiButtonEmpty--xSmall euiButtonEmpty--iconRight"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
className="euiIcon euiIcon--medium euiIcon-isLoading euiButtonEmpty__icon"
|
||||
focusable="false"
|
||||
height={16}
|
||||
style={null}
|
||||
viewBox="0 0 16 16"
|
||||
width={16}
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
/>
|
||||
<span
|
||||
className="euiButtonEmpty__text"
|
||||
className="euiButtonEmpty__content"
|
||||
>
|
||||
Rows per page
|
||||
:
|
||||
25
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
className="euiIcon euiIcon--medium euiIcon-isLoading euiButtonEmpty__icon"
|
||||
focusable="false"
|
||||
height={16}
|
||||
style={null}
|
||||
viewBox="0 0 16 16"
|
||||
width={16}
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
/>
|
||||
<span
|
||||
className="euiButtonEmpty__text"
|
||||
>
|
||||
Rows per page
|
||||
:
|
||||
25
|
||||
</span>
|
||||
</span>
|
||||
</span>
|
||||
</button>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
>
|
||||
<span />
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
>
|
||||
<span />
|
||||
</div>
|
||||
</div>
|
||||
</EuiFlexGroup>
|
||||
</div>
|
||||
</div>
|
||||
</Memo(UnoptimizedManagedTable)>
|
||||
|
@ -438,60 +450,66 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = `
|
|||
<div
|
||||
className="euiTableHeaderMobile"
|
||||
>
|
||||
<div
|
||||
className="euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--alignItemsBaseline euiFlexGroup--justifyContentSpaceBetween euiFlexGroup--directionRow"
|
||||
<EuiFlexGroup
|
||||
alignItems="baseline"
|
||||
justifyContent="spaceBetween"
|
||||
responsive={false}
|
||||
>
|
||||
<div
|
||||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
/>
|
||||
<div
|
||||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
className="euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--alignItemsBaseline euiFlexGroup--justifyContentSpaceBetween euiFlexGroup--directionRow"
|
||||
>
|
||||
<div
|
||||
className="euiTableSortMobile"
|
||||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
/>
|
||||
<div
|
||||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
>
|
||||
<div
|
||||
className="euiPopover euiPopover--anchorDownRight"
|
||||
id="sortPopover"
|
||||
onKeyDown={[Function]}
|
||||
onMouseDown={[Function]}
|
||||
onMouseUp={[Function]}
|
||||
onTouchEnd={[Function]}
|
||||
onTouchStart={[Function]}
|
||||
className="euiTableSortMobile"
|
||||
>
|
||||
<div
|
||||
className="euiPopover__anchor"
|
||||
className="euiPopover euiPopover--anchorDownRight"
|
||||
id="sortPopover"
|
||||
onKeyDown={[Function]}
|
||||
onMouseDown={[Function]}
|
||||
onMouseUp={[Function]}
|
||||
onTouchEnd={[Function]}
|
||||
onTouchStart={[Function]}
|
||||
>
|
||||
<button
|
||||
className="euiButtonEmpty euiButtonEmpty--primary euiButtonEmpty--xSmall euiButtonEmpty--iconRight euiButtonEmpty--flushRight"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
<div
|
||||
className="euiPopover__anchor"
|
||||
>
|
||||
<span
|
||||
className="euiButtonEmpty__content"
|
||||
<button
|
||||
className="euiButtonEmpty euiButtonEmpty--primary euiButtonEmpty--xSmall euiButtonEmpty--iconRight euiButtonEmpty--flushRight"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
className="euiIcon euiIcon--medium euiIcon-isLoading euiButtonEmpty__icon"
|
||||
focusable="false"
|
||||
height={16}
|
||||
style={null}
|
||||
viewBox="0 0 16 16"
|
||||
width={16}
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
/>
|
||||
<span
|
||||
className="euiButtonEmpty__text"
|
||||
className="euiButtonEmpty__content"
|
||||
>
|
||||
Sorting
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
className="euiIcon euiIcon--medium euiIcon-isLoading euiButtonEmpty__icon"
|
||||
focusable="false"
|
||||
height={16}
|
||||
style={null}
|
||||
viewBox="0 0 16 16"
|
||||
width={16}
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
/>
|
||||
<span
|
||||
className="euiButtonEmpty__text"
|
||||
>
|
||||
Sorting
|
||||
</span>
|
||||
</span>
|
||||
</span>
|
||||
</button>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</EuiFlexGroup>
|
||||
</div>
|
||||
<table
|
||||
className="euiTable euiTable--responsive"
|
||||
|
@ -1060,60 +1078,66 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = `
|
|||
<div
|
||||
className="euiSpacer euiSpacer--m"
|
||||
/>
|
||||
<div
|
||||
className="euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--alignItemsCenter euiFlexGroup--justifyContentSpaceBetween euiFlexGroup--directionRow"
|
||||
<EuiFlexGroup
|
||||
alignItems="center"
|
||||
justifyContent="spaceBetween"
|
||||
responsive={false}
|
||||
>
|
||||
<div
|
||||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
className="euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--alignItemsCenter euiFlexGroup--justifyContentSpaceBetween euiFlexGroup--directionRow"
|
||||
>
|
||||
<div
|
||||
className="euiPopover euiPopover--anchorUpRight euiPopover--withTitle"
|
||||
id="customizablePagination"
|
||||
onKeyDown={[Function]}
|
||||
onMouseDown={[Function]}
|
||||
onMouseUp={[Function]}
|
||||
onTouchEnd={[Function]}
|
||||
onTouchStart={[Function]}
|
||||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
>
|
||||
<div
|
||||
className="euiPopover__anchor"
|
||||
className="euiPopover euiPopover--anchorUpRight euiPopover--withTitle"
|
||||
id="customizablePagination"
|
||||
onKeyDown={[Function]}
|
||||
onMouseDown={[Function]}
|
||||
onMouseUp={[Function]}
|
||||
onTouchEnd={[Function]}
|
||||
onTouchStart={[Function]}
|
||||
>
|
||||
<button
|
||||
className="euiButtonEmpty euiButtonEmpty--text euiButtonEmpty--xSmall euiButtonEmpty--iconRight"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
<div
|
||||
className="euiPopover__anchor"
|
||||
>
|
||||
<span
|
||||
className="euiButtonEmpty__content"
|
||||
<button
|
||||
className="euiButtonEmpty euiButtonEmpty--text euiButtonEmpty--xSmall euiButtonEmpty--iconRight"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
className="euiIcon euiIcon--medium euiIcon-isLoading euiButtonEmpty__icon"
|
||||
focusable="false"
|
||||
height={16}
|
||||
style={null}
|
||||
viewBox="0 0 16 16"
|
||||
width={16}
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
/>
|
||||
<span
|
||||
className="euiButtonEmpty__text"
|
||||
className="euiButtonEmpty__content"
|
||||
>
|
||||
Rows per page
|
||||
:
|
||||
25
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
className="euiIcon euiIcon--medium euiIcon-isLoading euiButtonEmpty__icon"
|
||||
focusable="false"
|
||||
height={16}
|
||||
style={null}
|
||||
viewBox="0 0 16 16"
|
||||
width={16}
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
/>
|
||||
<span
|
||||
className="euiButtonEmpty__text"
|
||||
>
|
||||
Rows per page
|
||||
:
|
||||
25
|
||||
</span>
|
||||
</span>
|
||||
</span>
|
||||
</button>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
>
|
||||
<span />
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
>
|
||||
<span />
|
||||
</div>
|
||||
</div>
|
||||
</EuiFlexGroup>
|
||||
</div>
|
||||
</div>
|
||||
</Memo(UnoptimizedManagedTable)>
|
||||
|
|
|
@ -23,10 +23,8 @@ exports[`Home component should render services 1`] = `
|
|||
<SettingsLink>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
iconType="gear"
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
Settings
|
||||
</EuiButtonEmpty>
|
||||
|
@ -91,10 +89,8 @@ exports[`Home component should render traces 1`] = `
|
|||
<SettingsLink>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
iconType="gear"
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
Settings
|
||||
</EuiButtonEmpty>
|
||||
|
|
|
@ -210,18 +210,16 @@ export const TransactionActionMenu: FunctionComponent<Props> = (
|
|||
}
|
||||
]
|
||||
.filter(({ condition }) => condition)
|
||||
.map(({ icon, key, child, condition }) =>
|
||||
condition ? (
|
||||
<EuiContextMenuItem icon={icon} key={key}>
|
||||
<EuiFlexGroup gutterSize="s">
|
||||
<EuiFlexItem>{child}</EuiFlexItem>
|
||||
<EuiFlexItem grow={false}>
|
||||
<EuiIcon type="popout" />
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
</EuiContextMenuItem>
|
||||
) : null
|
||||
);
|
||||
.map(({ icon, key, child }) => (
|
||||
<EuiContextMenuItem icon={icon} key={key}>
|
||||
<EuiFlexGroup gutterSize="s">
|
||||
<EuiFlexItem>{child}</EuiFlexItem>
|
||||
<EuiFlexItem grow={false}>
|
||||
<EuiIcon type="popout" />
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
</EuiContextMenuItem>
|
||||
));
|
||||
|
||||
return (
|
||||
<EuiPopover
|
||||
|
|
|
@ -590,11 +590,8 @@ exports[`render correctly with empty query string 1`] = `
|
|||
className="kuiLocalSearchAssistedInput__assistance"
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="xs"
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
className="euiButtonEmpty euiButtonEmpty--primary euiButtonEmpty--xSmall"
|
||||
|
@ -1311,11 +1308,8 @@ exports[`render correctly with input query string changed 1`] = `
|
|||
className="kuiLocalSearchAssistedInput__assistance"
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="xs"
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
className="euiButtonEmpty euiButtonEmpty--primary euiButtonEmpty--xSmall"
|
||||
|
|
|
@ -433,9 +433,11 @@ export class CodeQueryBar extends Component<Props, State> {
|
|||
</EuiFlexItem>
|
||||
<EuiFlexItem>
|
||||
<EuiOutsideClickDetector onOutsideClick={this.onOutsideClick}>
|
||||
{/* position:relative required on container so the suggestions appear under the query bar*/}
|
||||
<div
|
||||
style={{ position: 'relative' }}
|
||||
style={{
|
||||
// position:relative required on container so the suggestions appear under the query bar
|
||||
position: 'relative',
|
||||
}}
|
||||
role="combobox"
|
||||
aria-haspopup="true"
|
||||
aria-expanded={this.state.isSuggestionsVisible}
|
||||
|
|
11
x-pack/legacy/plugins/infra/types/eui.d.ts
vendored
11
x-pack/legacy/plugins/infra/types/eui.d.ts
vendored
|
@ -9,10 +9,6 @@
|
|||
* package includes them.
|
||||
*/
|
||||
|
||||
declare module '@elastic/eui' {
|
||||
export const EuiWrappingPopover: React.SFC<any>;
|
||||
}
|
||||
|
||||
import { IconType, ToolTipPositions } from '@elastic/eui';
|
||||
import { CommonProps } from '@elastic/eui/src/components/common';
|
||||
import moment from 'moment';
|
||||
|
@ -45,13 +41,6 @@ declare module '@elastic/eui' {
|
|||
type EuiHeaderBreadcrumbsProps = EuiBreadcrumbsProps;
|
||||
export const EuiHeaderBreadcrumbs: React.SFC<EuiHeaderBreadcrumbsProps>;
|
||||
|
||||
interface EuiOutsideClickDetectorProps {
|
||||
children: React.ReactNode;
|
||||
isDisabled?: boolean;
|
||||
onOutsideClick: React.MouseEventHandler<Element>;
|
||||
}
|
||||
export const EuiOutsideClickDetector: React.SFC<EuiOutsideClickDetectorProps>;
|
||||
|
||||
interface EuiFormControlLayoutIconProps {
|
||||
type: IconType;
|
||||
side?: 'left' | 'right';
|
||||
|
|
|
@ -140,8 +140,6 @@ exports[`UploadLicense should display a modal when license requires acknowledgem
|
|||
>
|
||||
<EuiPanel
|
||||
className="euiPageContent euiPageContent--verticalCenter euiPageContent--horizontalCenter"
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<div
|
||||
|
@ -327,11 +325,7 @@ exports[`UploadLicense should display a modal when license requires acknowledgem
|
|||
maxWidth={true}
|
||||
onClose={[Function]}
|
||||
>
|
||||
<EuiFocusTrap
|
||||
clickOutsideDisables={false}
|
||||
disabled={false}
|
||||
returnFocus={true}
|
||||
>
|
||||
<EuiFocusTrap>
|
||||
<FocusLock
|
||||
as="div"
|
||||
autoFocus={true}
|
||||
|
@ -612,10 +606,8 @@ exports[`UploadLicense should display a modal when license requires acknowledgem
|
|||
aria-label="Closes this modal window"
|
||||
className="euiModal__closeIcon"
|
||||
color="text"
|
||||
iconSize="m"
|
||||
iconType="cross"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
aria-label="Closes this modal window"
|
||||
|
@ -722,11 +714,8 @@ exports[`UploadLicense should display a modal when license requires acknowledgem
|
|||
>
|
||||
<EuiButtonEmpty
|
||||
buttonRef={[Function]}
|
||||
color="primary"
|
||||
data-test-subj="confirmModalCancelButton"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
className="euiButtonEmpty euiButtonEmpty--primary"
|
||||
|
@ -756,10 +745,7 @@ exports[`UploadLicense should display a modal when license requires acknowledgem
|
|||
color="primary"
|
||||
data-test-subj="confirmModalConfirmButton"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
className="euiButton euiButton--primary euiButton--fill"
|
||||
|
@ -975,10 +961,7 @@ exports[`UploadLicense should display a modal when license requires acknowledgem
|
|||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
href="#/management/elasticsearch/license_management/home"
|
||||
iconSide="left"
|
||||
type="button"
|
||||
>
|
||||
<a
|
||||
className="euiButtonEmpty euiButtonEmpty--primary"
|
||||
|
@ -1011,14 +994,10 @@ exports[`UploadLicense should display a modal when license requires acknowledgem
|
|||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="uploadLicenseButton"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
isLoading={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
className="euiButton euiButton--primary euiButton--fill"
|
||||
|
@ -1191,8 +1170,6 @@ exports[`UploadLicense should display an error when ES says license is expired 1
|
|||
>
|
||||
<EuiPanel
|
||||
className="euiPageContent euiPageContent--verticalCenter euiPageContent--horizontalCenter"
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<div
|
||||
|
@ -1436,10 +1413,7 @@ exports[`UploadLicense should display an error when ES says license is expired 1
|
|||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
href="#/management/elasticsearch/license_management/home"
|
||||
iconSide="left"
|
||||
type="button"
|
||||
>
|
||||
<a
|
||||
className="euiButtonEmpty euiButtonEmpty--primary"
|
||||
|
@ -1472,14 +1446,10 @@ exports[`UploadLicense should display an error when ES says license is expired 1
|
|||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="uploadLicenseButton"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
isLoading={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
className="euiButton euiButton--primary euiButton--fill"
|
||||
|
@ -1652,8 +1622,6 @@ exports[`UploadLicense should display an error when ES says license is invalid 1
|
|||
>
|
||||
<EuiPanel
|
||||
className="euiPageContent euiPageContent--verticalCenter euiPageContent--horizontalCenter"
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<div
|
||||
|
@ -1897,10 +1865,7 @@ exports[`UploadLicense should display an error when ES says license is invalid 1
|
|||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
href="#/management/elasticsearch/license_management/home"
|
||||
iconSide="left"
|
||||
type="button"
|
||||
>
|
||||
<a
|
||||
className="euiButtonEmpty euiButtonEmpty--primary"
|
||||
|
@ -1933,14 +1898,10 @@ exports[`UploadLicense should display an error when ES says license is invalid 1
|
|||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="uploadLicenseButton"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
isLoading={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
className="euiButton euiButton--primary euiButton--fill"
|
||||
|
@ -2113,8 +2074,6 @@ exports[`UploadLicense should display an error when submitting invalid JSON 1`]
|
|||
>
|
||||
<EuiPanel
|
||||
className="euiPageContent euiPageContent--verticalCenter euiPageContent--horizontalCenter"
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<div
|
||||
|
@ -2354,10 +2313,7 @@ exports[`UploadLicense should display an error when submitting invalid JSON 1`]
|
|||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
href="#/management/elasticsearch/license_management/home"
|
||||
iconSide="left"
|
||||
type="button"
|
||||
>
|
||||
<a
|
||||
className="euiButtonEmpty euiButtonEmpty--primary"
|
||||
|
@ -2390,14 +2346,10 @@ exports[`UploadLicense should display an error when submitting invalid JSON 1`]
|
|||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="uploadLicenseButton"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
isLoading={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
className="euiButton euiButton--primary euiButton--fill"
|
||||
|
@ -2570,8 +2522,6 @@ exports[`UploadLicense should display error when ES returns error 1`] = `
|
|||
>
|
||||
<EuiPanel
|
||||
className="euiPageContent euiPageContent--verticalCenter euiPageContent--horizontalCenter"
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<div
|
||||
|
@ -2815,10 +2765,7 @@ exports[`UploadLicense should display error when ES returns error 1`] = `
|
|||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
href="#/management/elasticsearch/license_management/home"
|
||||
iconSide="left"
|
||||
type="button"
|
||||
>
|
||||
<a
|
||||
className="euiButtonEmpty euiButtonEmpty--primary"
|
||||
|
@ -2851,14 +2798,10 @@ exports[`UploadLicense should display error when ES returns error 1`] = `
|
|||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="uploadLicenseButton"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
isLoading={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
className="euiButton euiButton--primary euiButton--fill"
|
||||
|
|
|
@ -284,14 +284,10 @@ Default value: 1024"
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="btnSavePipeline"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
isDisabled={true}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Create and deploy"
|
||||
|
@ -304,13 +300,8 @@ Default value: 1024"
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="btnCancel"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Cancel"
|
||||
|
@ -607,14 +598,10 @@ Default value: 1024"
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="btnSavePipeline"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
isDisabled={true}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Create and deploy"
|
||||
|
@ -627,13 +614,8 @@ Default value: 1024"
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="btnCancel"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Cancel"
|
||||
|
@ -930,14 +912,10 @@ Default value: 1024"
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="btnSavePipeline"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
isDisabled={true}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Create and deploy"
|
||||
|
@ -950,13 +928,8 @@ Default value: 1024"
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="btnCancel"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Cancel"
|
||||
|
@ -1224,14 +1197,10 @@ Default value: 1024"
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="btnSavePipeline"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
isDisabled={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Create and deploy"
|
||||
|
@ -1244,13 +1213,8 @@ Default value: 1024"
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="btnCancel"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Cancel"
|
||||
|
@ -1265,9 +1229,7 @@ Default value: 1024"
|
|||
<EuiButtonEmpty
|
||||
color="danger"
|
||||
data-test-subj="btnDeletePipeline"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Delete pipeline"
|
||||
|
@ -1560,14 +1522,10 @@ Default value: 1024"
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="btnSavePipeline"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
isDisabled={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Create and deploy"
|
||||
|
@ -1580,13 +1538,8 @@ Default value: 1024"
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="btnCancel"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Cancel"
|
||||
|
@ -1854,14 +1807,10 @@ Default value: 1024"
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="btnSavePipeline"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
isDisabled={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Create and deploy"
|
||||
|
@ -1874,13 +1823,8 @@ Default value: 1024"
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="btnCancel"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Cancel"
|
||||
|
@ -1895,9 +1839,7 @@ Default value: 1024"
|
|||
<EuiButtonEmpty
|
||||
color="danger"
|
||||
data-test-subj="btnDeletePipeline"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Delete pipeline"
|
||||
|
|
|
@ -112,14 +112,10 @@ exports[`PipelinesTable component renders component as expected 1`] = `
|
|||
],
|
||||
"toolsLeft": null,
|
||||
"toolsRight": <EuiButton
|
||||
color="primary"
|
||||
data-test-subj="btnAdd"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
isDisabled={false}
|
||||
onClick={[MockFunction]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Create pipeline"
|
||||
|
|
|
@ -122,8 +122,6 @@ exports[`UpgradeFailure component passes expected text for new pipeline 1`] = `
|
|||
>
|
||||
<EuiPanel
|
||||
className="euiPageContent"
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<div
|
||||
|
@ -276,12 +274,8 @@ exports[`UpgradeFailure component passes expected text for new pipeline 1`] = `
|
|||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
onClick={[MockFunction]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
className="euiButton euiButton--primary euiButton--fill"
|
||||
|
@ -309,9 +303,7 @@ exports[`UpgradeFailure component passes expected text for new pipeline 1`] = `
|
|||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
onClick={[MockFunction]}
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
className="euiButtonEmpty euiButtonEmpty--primary"
|
||||
|
@ -471,8 +463,6 @@ exports[`UpgradeFailure component passes expected text for not manual upgrade 1`
|
|||
>
|
||||
<EuiPanel
|
||||
className="euiPageContent"
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<div
|
||||
|
@ -625,12 +615,8 @@ exports[`UpgradeFailure component passes expected text for not manual upgrade 1`
|
|||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
onClick={[MockFunction]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
className="euiButton euiButton--primary euiButton--fill"
|
||||
|
@ -658,9 +644,7 @@ exports[`UpgradeFailure component passes expected text for not manual upgrade 1`
|
|||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
onClick={[MockFunction]}
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
className="euiButtonEmpty euiButtonEmpty--primary"
|
||||
|
@ -820,8 +804,6 @@ exports[`UpgradeFailure component passes expected text for not new pipeline 1`]
|
|||
>
|
||||
<EuiPanel
|
||||
className="euiPageContent"
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<div
|
||||
|
@ -974,12 +956,8 @@ exports[`UpgradeFailure component passes expected text for not new pipeline 1`]
|
|||
className="euiFlexItem euiFlexItem--flexGrowZero"
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
onClick={[MockFunction]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
className="euiButton euiButton--primary euiButton--fill"
|
||||
|
@ -1007,9 +985,7 @@ exports[`UpgradeFailure component passes expected text for not new pipeline 1`]
|
|||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
onClick={[MockFunction]}
|
||||
type="button"
|
||||
>
|
||||
<button
|
||||
className="euiButtonEmpty euiButtonEmpty--primary"
|
||||
|
|
|
@ -8,12 +8,8 @@ exports[`UpgradeFailureActions component renders component as expected 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
onClick={[MockFunction]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
upgrade button text
|
||||
</EuiButton>
|
||||
|
@ -23,9 +19,7 @@ exports[`UpgradeFailureActions component renders component as expected 1`] = `
|
|||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
onClick={[MockFunction]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Go back"
|
||||
|
|
|
@ -60,13 +60,9 @@ exports[`should not render relation select when geo field is geo_point 1`] = `
|
|||
/>
|
||||
</EuiFormRow>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
isDisabled={false}
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
Create filter
|
||||
</EuiButton>
|
||||
|
@ -162,13 +158,9 @@ exports[`should not show "within" relation when filter geometry is not closed 1`
|
|||
/>
|
||||
</EuiFormRow>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
isDisabled={false}
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
Create filter
|
||||
</EuiButton>
|
||||
|
@ -268,13 +260,9 @@ exports[`should render relation select when geo field is geo_shape 1`] = `
|
|||
/>
|
||||
</EuiFormRow>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
isDisabled={false}
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
Create filter
|
||||
</EuiButton>
|
||||
|
|
|
@ -28,10 +28,8 @@ exports[`LayerTocActions is rendered 1`] = `
|
|||
color="text"
|
||||
data-test-subj="layerTocActionsPanelToggleButtonlayer1"
|
||||
flush="left"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="xs"
|
||||
type="button"
|
||||
>
|
||||
<span
|
||||
className="mapTocEntry__layerNameIcon"
|
||||
|
@ -144,10 +142,8 @@ exports[`LayerTocActions should disable fit to data when supportsFitToBounds is
|
|||
color="text"
|
||||
data-test-subj="layerTocActionsPanelToggleButtonlayer1"
|
||||
flush="left"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="xs"
|
||||
type="button"
|
||||
>
|
||||
<span
|
||||
className="mapTocEntry__layerNameIcon"
|
||||
|
@ -260,10 +256,8 @@ exports[`LayerTocActions should not show edit actions in read only mode 1`] = `
|
|||
color="text"
|
||||
data-test-subj="layerTocActionsPanelToggleButtonlayer1"
|
||||
flush="left"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="xs"
|
||||
type="button"
|
||||
>
|
||||
<span
|
||||
className="mapTocEntry__layerNameIcon"
|
||||
|
|
|
@ -19,11 +19,8 @@ exports[`LayerPanel is rendered 1`] = `
|
|||
>
|
||||
<EuiButtonIcon
|
||||
aria-label="Fit to bounds"
|
||||
color="primary"
|
||||
iconSize="m"
|
||||
iconType="vector"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Fit"
|
||||
|
@ -86,11 +83,7 @@ exports[`LayerPanel is rendered 1`] = `
|
|||
<LayerErrors />
|
||||
<LayerSettings />
|
||||
<SourceSettings />
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="m"
|
||||
>
|
||||
<EuiPanel>
|
||||
<JoinEditor />
|
||||
</EuiPanel>
|
||||
<EuiSpacer
|
||||
|
|
|
@ -2,11 +2,7 @@
|
|||
|
||||
exports[`Should render source settings editor 1`] = `
|
||||
<Fragment>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="m"
|
||||
>
|
||||
<EuiPanel>
|
||||
<EuiFlexGroup>
|
||||
<EuiFlexItem>
|
||||
<EuiTitle
|
||||
|
|
|
@ -81,13 +81,10 @@ exports[`FeatureProperties should show only filter button for filterable propert
|
|||
<EuiButtonIcon
|
||||
aria-label="Filter on property"
|
||||
className="mapFeatureTooltip__filterButton"
|
||||
color="primary"
|
||||
data-test-subj="mapTooltipCreateFilterButton"
|
||||
iconSize="m"
|
||||
iconType="plusInCircle"
|
||||
onClick={[Function]}
|
||||
title="Filter on property"
|
||||
type="button"
|
||||
/>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -52,12 +52,9 @@ exports[`FeatureTooltip (multi) should show close button / should show count / s
|
|||
>
|
||||
<EuiButtonIcon
|
||||
aria-label="Close tooltip"
|
||||
color="primary"
|
||||
data-test-subj="mapTooltipCloseButton"
|
||||
iconSize="m"
|
||||
iconType="cross"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
/>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
|
@ -118,12 +115,9 @@ exports[`FeatureTooltip (multi) should show close button / should show count 1`]
|
|||
>
|
||||
<EuiButtonIcon
|
||||
aria-label="Close tooltip"
|
||||
color="primary"
|
||||
data-test-subj="mapTooltipCloseButton"
|
||||
iconSize="m"
|
||||
iconType="cross"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
/>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
|
@ -196,12 +190,9 @@ exports[`FeatureTooltip (single) should show close button 1`] = `
|
|||
>
|
||||
<EuiButtonIcon
|
||||
aria-label="Close tooltip"
|
||||
color="primary"
|
||||
data-test-subj="mapTooltipCloseButton"
|
||||
iconSize="m"
|
||||
iconType="cross"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
/>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
|
|
|
@ -12,11 +12,9 @@ exports[`Should render cancel button when drawing 1`] = `
|
|||
aria-label="Tools"
|
||||
className="mapToolbarOverlay__button"
|
||||
color="text"
|
||||
iconSize="m"
|
||||
iconType="wrench"
|
||||
onClick={[Function]}
|
||||
title="Tools"
|
||||
type="button"
|
||||
/>
|
||||
}
|
||||
closePopover={[Function]}
|
||||
|
@ -95,12 +93,9 @@ exports[`Should render cancel button when drawing 1`] = `
|
|||
</EuiFlexItem>
|
||||
<EuiFlexItem>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Cancel"
|
||||
|
@ -120,11 +115,9 @@ exports[`renders 1`] = `
|
|||
aria-label="Tools"
|
||||
className="mapToolbarOverlay__button"
|
||||
color="text"
|
||||
iconSize="m"
|
||||
iconType="wrench"
|
||||
onClick={[Function]}
|
||||
title="Tools"
|
||||
type="button"
|
||||
/>
|
||||
}
|
||||
closePopover={[Function]}
|
||||
|
|
|
@ -5,7 +5,6 @@ exports[`LayerControl is rendered 1`] = `
|
|||
<EuiPanel
|
||||
className="mapWidgetControl mapWidgetControl-hasShadow"
|
||||
grow={false}
|
||||
hasShadow={false}
|
||||
paddingSize="none"
|
||||
>
|
||||
<EuiFlexItem
|
||||
|
@ -45,10 +44,8 @@ exports[`LayerControl is rendered 1`] = `
|
|||
className="mapLayerControl__closeLayerTOCButton"
|
||||
color="text"
|
||||
data-test-subj="mapToggleLegendButton"
|
||||
iconSize="m"
|
||||
iconType="menuRight"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
/>
|
||||
</EuiToolTip>
|
||||
</EuiFlexItem>
|
||||
|
@ -65,14 +62,10 @@ exports[`LayerControl is rendered 1`] = `
|
|||
/>
|
||||
<EuiButton
|
||||
className="mapLayerControl__addLayerButton"
|
||||
color="primary"
|
||||
data-test-subj="addLayerButton"
|
||||
fill={true}
|
||||
fullWidth={true}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add layer"
|
||||
|
@ -93,10 +86,8 @@ exports[`LayerControl props Should not render LayerTOC when isLayerTOCOpen is fa
|
|||
aria-label="Expand layers panel"
|
||||
className="mapLayerControl__openLayerTOCButton"
|
||||
color="text"
|
||||
iconSize="m"
|
||||
iconType="menuLeft"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
/>
|
||||
</EuiToolTip>
|
||||
`;
|
||||
|
@ -106,7 +97,6 @@ exports[`LayerControl props isReadOnly 1`] = `
|
|||
<EuiPanel
|
||||
className="mapWidgetControl mapWidgetControl-hasShadow"
|
||||
grow={false}
|
||||
hasShadow={false}
|
||||
paddingSize="none"
|
||||
>
|
||||
<EuiFlexItem
|
||||
|
@ -146,10 +136,8 @@ exports[`LayerControl props isReadOnly 1`] = `
|
|||
className="mapLayerControl__closeLayerTOCButton"
|
||||
color="text"
|
||||
data-test-subj="mapToggleLegendButton"
|
||||
iconSize="m"
|
||||
iconType="menuRight"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
/>
|
||||
</EuiToolTip>
|
||||
</EuiFlexItem>
|
||||
|
|
|
@ -34,21 +34,16 @@ exports[`TOCEntry is rendered 1`] = `
|
|||
>
|
||||
<EuiButtonIcon
|
||||
aria-label="Edit layer"
|
||||
color="primary"
|
||||
iconSize="m"
|
||||
iconType="pencil"
|
||||
onClick={[Function]}
|
||||
title="Edit layer"
|
||||
type="button"
|
||||
/>
|
||||
<EuiButtonIcon
|
||||
aria-label="Reorder layer"
|
||||
className="mapTocEntry__grab"
|
||||
color="subdued"
|
||||
iconSize="m"
|
||||
iconType="grab"
|
||||
title="Reorder layer"
|
||||
type="button"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -155,21 +150,16 @@ exports[`TOCEntry props should display layer details when isLegendDetailsOpen is
|
|||
>
|
||||
<EuiButtonIcon
|
||||
aria-label="Edit layer"
|
||||
color="primary"
|
||||
iconSize="m"
|
||||
iconType="pencil"
|
||||
onClick={[Function]}
|
||||
title="Edit layer"
|
||||
type="button"
|
||||
/>
|
||||
<EuiButtonIcon
|
||||
aria-label="Reorder layer"
|
||||
className="mapTocEntry__grab"
|
||||
color="subdued"
|
||||
iconSize="m"
|
||||
iconType="grab"
|
||||
title="Reorder layer"
|
||||
type="button"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -2,14 +2,10 @@
|
|||
|
||||
exports[`FullTimeRangeSelector renders the selector 1`] = `
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="mlButtonUseFullData"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
isDisabled={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Use full {indexPatternTitle} data"
|
||||
|
|
|
@ -202,11 +202,9 @@ exports[`ConditionExpression renders with appliesTo, operator and value supplied
|
|||
<EuiButtonIcon
|
||||
aria-label="Delete condition"
|
||||
color="danger"
|
||||
iconSize="m"
|
||||
iconType="trash"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
/>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
|
@ -412,11 +410,9 @@ exports[`ConditionExpression renders with only value supplied 1`] = `
|
|||
<EuiButtonIcon
|
||||
aria-label="Delete condition"
|
||||
color="danger"
|
||||
iconSize="m"
|
||||
iconType="trash"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
/>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
|
|
|
@ -10,10 +10,7 @@ exports[`ConditionsSectionExpression renders when enabled with empty conditions
|
|||
size="s"
|
||||
/>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add new condition"
|
||||
|
@ -30,10 +27,7 @@ exports[`ConditionsSectionExpression renders when enabled with no conditions sup
|
|||
size="s"
|
||||
/>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add new condition"
|
||||
|
@ -59,10 +53,7 @@ exports[`ConditionsSectionExpression renders when enabled with one condition 1`]
|
|||
size="s"
|
||||
/>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add new condition"
|
||||
|
@ -97,10 +88,7 @@ exports[`ConditionsSectionExpression renders when enabled with two conditions 1`
|
|||
size="s"
|
||||
/>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add new condition"
|
||||
|
|
|
@ -225,12 +225,9 @@ exports[`RuleEditorFlyout renders the flyout after adding a condition to a rule
|
|||
grow={false}
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
flush="left"
|
||||
iconSide="left"
|
||||
iconType="cross"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Close"
|
||||
|
@ -243,13 +240,9 @@ exports[`RuleEditorFlyout renders the flyout after adding a condition to a rule
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
isDisabled={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Save"
|
||||
|
@ -499,12 +492,9 @@ exports[`RuleEditorFlyout renders the flyout after setting the rule to edit 1`]
|
|||
grow={false}
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
flush="left"
|
||||
iconSide="left"
|
||||
iconType="cross"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Close"
|
||||
|
@ -517,13 +507,9 @@ exports[`RuleEditorFlyout renders the flyout after setting the rule to edit 1`]
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
isDisabled={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Save"
|
||||
|
@ -751,12 +737,9 @@ exports[`RuleEditorFlyout renders the flyout for creating a rule with conditions
|
|||
grow={false}
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
flush="left"
|
||||
iconSide="left"
|
||||
iconType="cross"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Close"
|
||||
|
@ -769,13 +752,9 @@ exports[`RuleEditorFlyout renders the flyout for creating a rule with conditions
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
isDisabled={true}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Save"
|
||||
|
@ -881,12 +860,9 @@ exports[`RuleEditorFlyout renders the select action component for a detector wit
|
|||
grow={false}
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
flush="left"
|
||||
iconSide="left"
|
||||
iconType="cross"
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Close"
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
exports[`RuleActionPanel renders panel for rule with a condition 1`] = `
|
||||
<EuiPanel
|
||||
className="select-rule-action-panel"
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="m"
|
||||
>
|
||||
<EuiDescriptionList
|
||||
|
@ -75,8 +73,6 @@ exports[`RuleActionPanel renders panel for rule with a condition 1`] = `
|
|||
exports[`RuleActionPanel renders panel for rule with a condition and scope, value not in filter list 1`] = `
|
||||
<EuiPanel
|
||||
className="select-rule-action-panel"
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="m"
|
||||
>
|
||||
<EuiDescriptionList
|
||||
|
@ -129,8 +125,6 @@ exports[`RuleActionPanel renders panel for rule with a condition and scope, valu
|
|||
exports[`RuleActionPanel renders panel for rule with scope, value in filter list 1`] = `
|
||||
<EuiPanel
|
||||
className="select-rule-action-panel"
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="m"
|
||||
>
|
||||
<EuiDescriptionList
|
||||
|
|
|
@ -4,7 +4,6 @@ exports[`ValidateJob renders button and modal with a message 1`] = `
|
|||
<Fragment>
|
||||
<div>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={true}
|
||||
iconSide="right"
|
||||
iconType="questionInCircle"
|
||||
|
@ -12,7 +11,6 @@ exports[`ValidateJob renders button and modal with a message 1`] = `
|
|||
isLoading={false}
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Validate Job"
|
||||
|
@ -84,7 +82,6 @@ exports[`ValidateJob renders the button 1`] = `
|
|||
<Fragment>
|
||||
<div>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={true}
|
||||
iconSide="right"
|
||||
iconType="questionInCircle"
|
||||
|
@ -92,7 +89,6 @@ exports[`ValidateJob renders the button 1`] = `
|
|||
isLoading={false}
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Validate Job"
|
||||
|
@ -108,7 +104,6 @@ exports[`ValidateJob renders the button and modal with a success message 1`] = `
|
|||
<Fragment>
|
||||
<div>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={true}
|
||||
iconSide="right"
|
||||
iconType="questionInCircle"
|
||||
|
@ -116,7 +111,6 @@ exports[`ValidateJob renders the button and modal with a success message 1`] = `
|
|||
isLoading={false}
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Validate Job"
|
||||
|
|
|
@ -24,12 +24,9 @@ exports[`Data Frame: <AggLabelForm /> Date histogram aggregation 1`] = `
|
|||
button={
|
||||
<EuiButtonIcon
|
||||
aria-label="Edit aggregation"
|
||||
color="primary"
|
||||
iconSize="m"
|
||||
iconType="pencil"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
/>
|
||||
}
|
||||
closePopover={[Function]}
|
||||
|
@ -61,12 +58,9 @@ exports[`Data Frame: <AggLabelForm /> Date histogram aggregation 1`] = `
|
|||
>
|
||||
<EuiButtonIcon
|
||||
aria-label="Delete item"
|
||||
color="primary"
|
||||
iconSize="m"
|
||||
iconType="cross"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
/>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
exports[`Data Frame: <AggListForm /> Minimal initialization 1`] = `
|
||||
<Fragment>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="s"
|
||||
>
|
||||
<AggLabelForm
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
exports[`Data Frame: <AggListSummary /> Minimal initialization 1`] = `
|
||||
<EuiForm>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="s"
|
||||
>
|
||||
<div
|
||||
|
|
|
@ -34,13 +34,8 @@ exports[`Data Frame: Aggregation <PopoverForm /> Minimal initialization 1`] = `
|
|||
labelType="label"
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
isDisabled={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
Apply
|
||||
</EuiButton>
|
||||
|
|
|
@ -35,12 +35,9 @@ exports[`Data Frame: <GroupByLabelForm /> Date histogram aggregation 1`] = `
|
|||
button={
|
||||
<EuiButtonIcon
|
||||
aria-label="Edit interval"
|
||||
color="primary"
|
||||
iconSize="m"
|
||||
iconType="pencil"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
/>
|
||||
}
|
||||
closePopover={[Function]}
|
||||
|
@ -73,12 +70,9 @@ exports[`Data Frame: <GroupByLabelForm /> Date histogram aggregation 1`] = `
|
|||
>
|
||||
<EuiButtonIcon
|
||||
aria-label="Delete item"
|
||||
color="primary"
|
||||
iconSize="m"
|
||||
iconType="cross"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
/>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
|
@ -119,12 +113,9 @@ exports[`Data Frame: <GroupByLabelForm /> Histogram aggregation 1`] = `
|
|||
button={
|
||||
<EuiButtonIcon
|
||||
aria-label="Edit interval"
|
||||
color="primary"
|
||||
iconSize="m"
|
||||
iconType="pencil"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
/>
|
||||
}
|
||||
closePopover={[Function]}
|
||||
|
@ -157,12 +148,9 @@ exports[`Data Frame: <GroupByLabelForm /> Histogram aggregation 1`] = `
|
|||
>
|
||||
<EuiButtonIcon
|
||||
aria-label="Delete item"
|
||||
color="primary"
|
||||
iconSize="m"
|
||||
iconType="cross"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
/>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
|
@ -192,12 +180,9 @@ exports[`Data Frame: <GroupByLabelForm /> Terms aggregation 1`] = `
|
|||
button={
|
||||
<EuiButtonIcon
|
||||
aria-label="Edit interval"
|
||||
color="primary"
|
||||
iconSize="m"
|
||||
iconType="pencil"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
/>
|
||||
}
|
||||
closePopover={[Function]}
|
||||
|
@ -229,12 +214,9 @@ exports[`Data Frame: <GroupByLabelForm /> Terms aggregation 1`] = `
|
|||
>
|
||||
<EuiButtonIcon
|
||||
aria-label="Delete item"
|
||||
color="primary"
|
||||
iconSize="m"
|
||||
iconType="cross"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
/>
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
exports[`Data Frame: <GroupByListForm /> Minimal initialization 1`] = `
|
||||
<Fragment>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="s"
|
||||
>
|
||||
<GroupByLabelForm
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
exports[`Data Frame: <GroupByListSummary /> Minimal initialization 1`] = `
|
||||
<Fragment>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="s"
|
||||
>
|
||||
<GroupByLabelSummary
|
||||
|
|
|
@ -84,13 +84,8 @@ exports[`Data Frame: Group By <PopoverForm /> Minimal initialization 1`] = `
|
|||
labelType="label"
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
isDisabled={false}
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
Apply
|
||||
</EuiButton>
|
||||
|
|
|
@ -60,11 +60,7 @@ exports[`Data Frame: Job List <Page /> Minimal initialization 1`] = `
|
|||
<EuiSpacer
|
||||
size="l"
|
||||
/>
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="m"
|
||||
>
|
||||
<EuiPanel>
|
||||
<DataFrameTransformList
|
||||
isInitialized={false}
|
||||
transforms={Array []}
|
||||
|
|
|
@ -7,15 +7,12 @@ exports[`Data Frame: Transform List <CreateTransformButton /> Minimal initializa
|
|||
position="top"
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="mlDataFramesButtonCreate"
|
||||
disabled={true}
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
iconType="plusInCircle"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Create transform"
|
||||
|
|
|
@ -11,11 +11,9 @@ exports[`Data Frame: Transform List Actions <DeleteAction /> Minimal initializat
|
|||
aria-label="Delete"
|
||||
color="text"
|
||||
disabled={true}
|
||||
iconSide="left"
|
||||
iconType="trash"
|
||||
onClick={[Function]}
|
||||
size="xs"
|
||||
type="button"
|
||||
>
|
||||
Delete
|
||||
</EuiButtonEmpty>
|
||||
|
|
|
@ -11,11 +11,9 @@ exports[`Data Frame: Transform List Actions <StartAction /> Minimal initializati
|
|||
aria-label="Start"
|
||||
color="text"
|
||||
disabled={true}
|
||||
iconSide="left"
|
||||
iconType="play"
|
||||
onClick={[Function]}
|
||||
size="xs"
|
||||
type="button"
|
||||
>
|
||||
Start
|
||||
</EuiButtonEmpty>
|
||||
|
|
|
@ -10,11 +10,9 @@ exports[`Data Frame: Transform List Actions <StopAction /> Minimal initializatio
|
|||
aria-label="Stop"
|
||||
color="text"
|
||||
disabled={true}
|
||||
iconSide="left"
|
||||
iconType="stop"
|
||||
onClick={[Function]}
|
||||
size="xs"
|
||||
type="button"
|
||||
>
|
||||
Stop
|
||||
</EuiButtonEmpty>
|
||||
|
|
|
@ -38,11 +38,7 @@ exports[`Data Frame: Job List Expanded Row <ExpandedRowDetailsPane /> Minimal in
|
|||
`;
|
||||
|
||||
exports[`Data Frame: Job List Expanded Row <Section /> Minimal initialization 1`] = `
|
||||
<EuiPanel
|
||||
grow={true}
|
||||
hasShadow={false}
|
||||
paddingSize="m"
|
||||
>
|
||||
<EuiPanel>
|
||||
<EuiTitle
|
||||
size="xs"
|
||||
>
|
||||
|
|
|
@ -9,11 +9,8 @@ exports[`Data Frame: Transform List <DataFrameTransformList /> Minimal initializ
|
|||
actions={
|
||||
Array [
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
isDisabled={true}
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
Create your first data frame transform
|
||||
</EuiButtonEmpty>,
|
||||
|
|
|
@ -7,9 +7,6 @@ exports[`ExplorerNoInfluencersFound snapshot 1`] = `
|
|||
color="primary"
|
||||
fill={true}
|
||||
href="ml#/jobs"
|
||||
iconSide="left"
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Create new job"
|
||||
|
|
|
@ -108,11 +108,9 @@ exports[`CustomUrlList renders a list of custom URLs 1`] = `
|
|||
<EuiButtonIcon
|
||||
aria-label="Test custom URL"
|
||||
color="primary"
|
||||
iconSize="m"
|
||||
iconType="popout"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
/>
|
||||
</EuiToolTip>
|
||||
</EuiFormRow>
|
||||
|
@ -140,11 +138,9 @@ exports[`CustomUrlList renders a list of custom URLs 1`] = `
|
|||
<EuiButtonIcon
|
||||
aria-label="Delete custom URL"
|
||||
color="danger"
|
||||
iconSize="m"
|
||||
iconType="trash"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
/>
|
||||
</EuiToolTip>
|
||||
</EuiFormRow>
|
||||
|
@ -256,11 +252,9 @@ exports[`CustomUrlList renders a list of custom URLs 1`] = `
|
|||
<EuiButtonIcon
|
||||
aria-label="Test custom URL"
|
||||
color="primary"
|
||||
iconSize="m"
|
||||
iconType="popout"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
/>
|
||||
</EuiToolTip>
|
||||
</EuiFormRow>
|
||||
|
@ -288,11 +282,9 @@ exports[`CustomUrlList renders a list of custom URLs 1`] = `
|
|||
<EuiButtonIcon
|
||||
aria-label="Delete custom URL"
|
||||
color="danger"
|
||||
iconSize="m"
|
||||
iconType="trash"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
/>
|
||||
</EuiToolTip>
|
||||
</EuiFormRow>
|
||||
|
@ -404,11 +396,9 @@ exports[`CustomUrlList renders a list of custom URLs 1`] = `
|
|||
<EuiButtonIcon
|
||||
aria-label="Test custom URL"
|
||||
color="primary"
|
||||
iconSize="m"
|
||||
iconType="popout"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
/>
|
||||
</EuiToolTip>
|
||||
</EuiFormRow>
|
||||
|
@ -436,11 +426,9 @@ exports[`CustomUrlList renders a list of custom URLs 1`] = `
|
|||
<EuiButtonIcon
|
||||
aria-label="Delete custom URL"
|
||||
color="danger"
|
||||
iconSize="m"
|
||||
iconType="trash"
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
/>
|
||||
</EuiToolTip>
|
||||
</EuiFormRow>
|
||||
|
|
|
@ -16,14 +16,12 @@ exports[`BucketSpanEstimator renders the button 1`] = `
|
|||
position="bottom"
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
disabled={false}
|
||||
fill={true}
|
||||
iconSide="right"
|
||||
isLoading={false}
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
Estimate bucket span
|
||||
</EuiButton>
|
||||
|
@ -47,14 +45,12 @@ exports[`BucketSpanEstimator renders the loading button 1`] = `
|
|||
position="bottom"
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
disabled={true}
|
||||
fill={true}
|
||||
iconSide="right"
|
||||
isLoading={true}
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
Estimating bucket span
|
||||
</EuiButton>
|
||||
|
|
|
@ -171,14 +171,10 @@ exports[`CalendarForm Renders calendar form 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-testid="ml_save_calendar_button"
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
isDisabled={true}
|
||||
onClick={[MockFunction]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Save"
|
||||
|
@ -191,13 +187,8 @@ exports[`CalendarForm Renders calendar form 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
href="undefined/app/ml#/settings/calendars_list"
|
||||
iconSide="left"
|
||||
isDisabled={false}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Cancel"
|
||||
|
|
|
@ -132,15 +132,11 @@ exports[`EventsTable Renders events table with search bar 1`] = `
|
|||
"filters": Array [],
|
||||
"toolsRight": Array [
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-testid="ml_new_event"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
iconType="plusInCircle"
|
||||
isDisabled={false}
|
||||
onClick={[MockFunction]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="New event"
|
||||
|
@ -149,15 +145,11 @@ exports[`EventsTable Renders events table with search bar 1`] = `
|
|||
/>
|
||||
</EuiButton>,
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-testid="ml_import_events"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
iconType="importAction"
|
||||
isDisabled={false}
|
||||
onClick={[MockFunction]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Import events"
|
||||
|
|
|
@ -54,10 +54,7 @@ exports[`ImportModal Renders import modal 1`] = `
|
|||
</EuiModalBody>
|
||||
<EuiModalFooter>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
onClick={[MockFunction]}
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Cancel"
|
||||
|
@ -66,13 +63,9 @@ exports[`ImportModal Renders import modal 1`] = `
|
|||
/>
|
||||
</EuiButtonEmpty>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
disabled={true}
|
||||
fill={true}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Import"
|
||||
|
|
|
@ -60,12 +60,9 @@ exports[`CalendarListsHeader renders header 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButtonEmpty
|
||||
color="primary"
|
||||
iconSide="left"
|
||||
iconType="refresh"
|
||||
onClick={[MockFunction]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Refresh"
|
||||
|
|
|
@ -69,14 +69,10 @@ exports[`CalendarsListTable renders the table with all calendars 1`] = `
|
|||
"filters": Array [],
|
||||
"toolsRight": Array [
|
||||
<EuiButton
|
||||
color="primary"
|
||||
data-test-subj="mlCalendarButtonCreate"
|
||||
fill={false}
|
||||
href="undefined/app/ml#/settings/calendars_list/new_calendar"
|
||||
iconSide="left"
|
||||
isDisabled={false}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="New"
|
||||
|
@ -86,13 +82,10 @@ exports[`CalendarsListTable renders the table with all calendars 1`] = `
|
|||
</EuiButton>,
|
||||
<EuiButton
|
||||
color="danger"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
iconType="trash"
|
||||
isDisabled={true}
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Delete"
|
||||
|
|
|
@ -7,13 +7,11 @@ exports[`AddItemPopover calls addItems with multiple items on clicking Add butto
|
|||
button={
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
iconSide="right"
|
||||
iconType="arrowDown"
|
||||
isDisabled={false}
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add item"
|
||||
|
@ -72,13 +70,8 @@ exports[`AddItemPopover calls addItems with multiple items on clicking Add butto
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
disabled={true}
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add"
|
||||
|
@ -99,13 +92,11 @@ exports[`AddItemPopover opens the popover onButtonClick 1`] = `
|
|||
button={
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
iconSide="right"
|
||||
iconType="arrowDown"
|
||||
isDisabled={false}
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add item"
|
||||
|
@ -164,13 +155,8 @@ exports[`AddItemPopover opens the popover onButtonClick 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
disabled={true}
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add"
|
||||
|
@ -191,13 +177,11 @@ exports[`AddItemPopover renders the popover 1`] = `
|
|||
button={
|
||||
<EuiButton
|
||||
color="primary"
|
||||
fill={false}
|
||||
iconSide="right"
|
||||
iconType="arrowDown"
|
||||
isDisabled={false}
|
||||
onClick={[Function]}
|
||||
size="s"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add item"
|
||||
|
@ -256,13 +240,8 @@ exports[`AddItemPopover renders the popover 1`] = `
|
|||
grow={false}
|
||||
>
|
||||
<EuiButton
|
||||
color="primary"
|
||||
disabled={true}
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Add"
|
||||
|
|
|
@ -4,14 +4,10 @@ exports[`DeleteFilterListModal false canDeleteFilter privilege renders as disabl
|
|||
<div>
|
||||
<EuiButton
|
||||
color="danger"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
iconType="trash"
|
||||
isDisabled={false}
|
||||
key="delete_filter_list"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Delete"
|
||||
|
@ -26,14 +22,10 @@ exports[`DeleteFilterListModal renders as delete button after opening and closin
|
|||
<div>
|
||||
<EuiButton
|
||||
color="danger"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
iconType="trash"
|
||||
isDisabled={false}
|
||||
key="delete_filter_list"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Delete"
|
||||
|
@ -48,14 +40,10 @@ exports[`DeleteFilterListModal renders as disabled delete button when no lists s
|
|||
<div>
|
||||
<EuiButton
|
||||
color="danger"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
iconType="trash"
|
||||
isDisabled={false}
|
||||
key="delete_filter_list"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Delete"
|
||||
|
@ -70,14 +58,10 @@ exports[`DeleteFilterListModal renders as enabled delete button when a list is s
|
|||
<div>
|
||||
<EuiButton
|
||||
color="danger"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
iconType="trash"
|
||||
isDisabled={false}
|
||||
key="delete_filter_list"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Delete"
|
||||
|
@ -92,14 +76,10 @@ exports[`DeleteFilterListModal renders modal after clicking delete button 1`] =
|
|||
<div>
|
||||
<EuiButton
|
||||
color="danger"
|
||||
fill={false}
|
||||
iconSide="left"
|
||||
iconType="trash"
|
||||
isDisabled={false}
|
||||
key="delete_filter_list"
|
||||
onClick={[Function]}
|
||||
size="m"
|
||||
type="button"
|
||||
>
|
||||
<FormattedMessage
|
||||
defaultMessage="Delete"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue