diff --git a/web/metrics/ServiceButtonRow.ts b/web/metrics/ServiceButtonRow.ts --- a/web/metrics/ServiceButtonRow.ts +++ b/web/metrics/ServiceButtonRow.ts @@ -5,7 +5,7 @@ export { StatsLine } from "./StatsLine"; @customElement("service-button-row") export class ServiceButtonRow extends LitElement { @property() name: string = "?"; - @property({ type:Boolean, attribute: "metrics" }) hasMetrics: boolean = false; + @property({ type: Boolean, attribute: "metrics" }) hasMetrics: boolean = false; static styles = [ css` :host { @@ -57,10 +57,10 @@ export class ServiceButtonRow extends Li ${this.hasMetrics ? html`