mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-10 11:30:01 +00:00
Support system health streaming (#7593)
This commit is contained in:
@@ -11,7 +11,7 @@ export class HaCircularProgress extends CircularProgress {
|
||||
public alt = "Loading";
|
||||
|
||||
@property()
|
||||
public size: "small" | "medium" | "large" = "medium";
|
||||
public size: "tiny" | "small" | "medium" | "large" = "medium";
|
||||
|
||||
// @ts-ignore
|
||||
public set density(_) {
|
||||
@@ -20,6 +20,8 @@ export class HaCircularProgress extends CircularProgress {
|
||||
|
||||
public get density() {
|
||||
switch (this.size) {
|
||||
case "tiny":
|
||||
return -8;
|
||||
case "small":
|
||||
return -5;
|
||||
case "medium":
|
||||
|
||||
Reference in New Issue
Block a user