diff --git a/new-lamassu-admin/src/pages/Dashboard/SystemPerformance/SystemPerformance.js b/new-lamassu-admin/src/pages/Dashboard/SystemPerformance/SystemPerformance.js index 341f3385..29b3dca1 100644 --- a/new-lamassu-admin/src/pages/Dashboard/SystemPerformance/SystemPerformance.js +++ b/new-lamassu-admin/src/pages/Dashboard/SystemPerformance/SystemPerformance.js @@ -15,6 +15,7 @@ import { ReactComponent as PercentNeutralIcon } from 'src/styling/icons/dashboar import { ReactComponent as PercentUpIcon } from 'src/styling/icons/dashboard/up.svg' import { java, neon } from 'src/styling/variables' import { fromNamespace } from 'src/utils/config' +import { timezones } from 'src/utils/timezone-list' import { toTimezone } from 'src/utils/timezones' import PercentageChart from './Graphs/PercentageChart' @@ -205,7 +206,10 @@ const SystemPerformance = () => {
{timezone} timezone
+ {timezones[timezone].short ?? timezones[timezone].long}{' '} + timezone +