mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
This removes the duplicate word "Overview" from the title of the container details page.
This commit is contained in:
parent
bfd422294e
commit
ca57dcf2b7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import {
|
|||
export const containerLayoutCreator: InfraMetricLayoutCreator = theme => [
|
||||
{
|
||||
id: 'containerOverview',
|
||||
label: 'Container Overview',
|
||||
label: 'Container',
|
||||
sections: [
|
||||
{
|
||||
id: InfraMetric.containerOverview,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue