[Infra UI] Remove duplicate "Overview" in detail page title (#25283) (#25292)

This removes the duplicate word "Overview" from the title of the container details page.
This commit is contained in:
Felix Stürmer 2018-11-07 18:18:51 +01:00 committed by GitHub
parent bfd422294e
commit ca57dcf2b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ import {
export const containerLayoutCreator: InfraMetricLayoutCreator = theme => [
{
id: 'containerOverview',
label: 'Container Overview',
label: 'Container',
sections: [
{
id: InfraMetric.containerOverview,