Add link to aliases in cloud config entity settings (#14959)

This commit is contained in:
Bram Kragten
2023-01-02 20:42:31 +01:00
committed by GitHub
parent bdef924426
commit fe87466351
11 changed files with 92 additions and 69 deletions

View File

@@ -527,15 +527,10 @@ export class HaScriptTrace extends LitElement {
:host([narrow]) .graph {
max-width: 100%;
}
.info {
flex: 1;
background-color: var(--card-background-color);
}
.linkButton {
color: var(--primary-text-color);
}
.trace-link {
text-decoration: none;
}