refactor: Refactor internal error / info message components (#1842)

This commit is contained in:
Dermot Duffy
2025-01-20 15:26:53 -08:00
committed by GitHub
parent 99fe613811
commit faa5ec3eec
19 changed files with 421 additions and 252 deletions
+1 -2
View File
@@ -41,8 +41,7 @@ export class FrigateCardDiagnostics extends LitElement {
protected render(): TemplateResult | void {
return renderMessage({
message: localize('error.diagnostics'),
type: 'diagnostics',
icon: 'mdi:information',
icon: 'mdi:cogs',
context: this._diagnostics,
});
}