mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Remove config Path from about (#13049)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
4148b8c7aa
commit
b70eee77ef
@ -165,13 +165,6 @@ class HaConfigInfo extends LitElement {
|
|||||||
`
|
`
|
||||||
)}
|
)}
|
||||||
</mwc-list>
|
</mwc-list>
|
||||||
<p class="config-path">
|
|
||||||
${this.hass.localize(
|
|
||||||
"ui.panel.config.info.path_configuration",
|
|
||||||
"path",
|
|
||||||
hass.config.config_dir
|
|
||||||
)}
|
|
||||||
</p>
|
|
||||||
${!customUiList.length
|
${!customUiList.length
|
||||||
? ""
|
? ""
|
||||||
: html`
|
: html`
|
||||||
@ -202,7 +195,7 @@ class HaConfigInfo extends LitElement {
|
|||||||
if (((window as any).CUSTOM_UI_LIST || []).length !== customUI.length) {
|
if (((window as any).CUSTOM_UI_LIST || []).length !== customUI.length) {
|
||||||
this.requestUpdate();
|
this.requestUpdate();
|
||||||
}
|
}
|
||||||
}, 1000);
|
}, 2000);
|
||||||
|
|
||||||
if (isComponentLoaded(this.hass, "hassio")) {
|
if (isComponentLoaded(this.hass, "hassio")) {
|
||||||
this._loadSupervisorInfo();
|
this._loadSupervisorInfo();
|
||||||
@ -291,12 +284,6 @@ class HaConfigInfo extends LitElement {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.config-path {
|
|
||||||
color: var(--secondary-text-color);
|
|
||||||
text-align: center;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
.custom-ui {
|
.custom-ui {
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -1593,7 +1593,6 @@
|
|||||||
"copy_github": "For GitHub",
|
"copy_github": "For GitHub",
|
||||||
"description": "Version, loaded integrations and links to documentation",
|
"description": "Version, loaded integrations and links to documentation",
|
||||||
"home_assistant_logo": "Home Assistant logo",
|
"home_assistant_logo": "Home Assistant logo",
|
||||||
"path_configuration": "Path to configuration.yaml: {path}",
|
|
||||||
"developed_by": "Developed by a bunch of awesome people.",
|
"developed_by": "Developed by a bunch of awesome people.",
|
||||||
"license": "Published under the Apache 2.0 license",
|
"license": "Published under the Apache 2.0 license",
|
||||||
"source": "Source:",
|
"source": "Source:",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user