mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
This came with a merge conflict by mistake
This commit is contained in:
parent
ea7faad921
commit
a6a39f834c
2 changed files with 0 additions and 18 deletions
|
@ -44,11 +44,6 @@ exports[`MonitorList component renders a monitor list without errors 1`] = `
|
|||
"name": "URL",
|
||||
"render": [Function],
|
||||
},
|
||||
Object {
|
||||
"field": "ping.url.full",
|
||||
"name": "URL",
|
||||
"render": [Function],
|
||||
},
|
||||
Object {
|
||||
"align": "right",
|
||||
"field": "upSeries",
|
||||
|
|
|
@ -146,19 +146,6 @@ export const MonitorListComponent = ({
|
|||
</EuiLink>
|
||||
),
|
||||
},
|
||||
{
|
||||
field: 'ping.url.full',
|
||||
name: i18n.translate('xpack.uptime.monitorList.urlColumnLabel', {
|
||||
defaultMessage: 'URL',
|
||||
}),
|
||||
render: (url: string, monitor: LatestMonitor) => (
|
||||
<div>
|
||||
<EuiLink href={url} target="_blank" color="text">
|
||||
{url} <EuiIcon size="s" type="popout" color="subdued" />
|
||||
</EuiLink>
|
||||
</div>
|
||||
),
|
||||
},
|
||||
{
|
||||
field: 'ping.url.full',
|
||||
name: i18n.translate('xpack.uptime.monitorList.urlColumnLabel', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue