mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 02:36:37 +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>
|
||||
<p class="config-path">
|
||||
${this.hass.localize(
|
||||
"ui.panel.config.info.path_configuration",
|
||||
"path",
|
||||
hass.config.config_dir
|
||||
)}
|
||||
</p>
|
||||
${!customUiList.length
|
||||
? ""
|
||||
: html`
|
||||
@ -202,7 +195,7 @@ class HaConfigInfo extends LitElement {
|
||||
if (((window as any).CUSTOM_UI_LIST || []).length !== customUI.length) {
|
||||
this.requestUpdate();
|
||||
}
|
||||
}, 1000);
|
||||
}, 2000);
|
||||
|
||||
if (isComponentLoaded(this.hass, "hassio")) {
|
||||
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 {
|
||||
color: var(--secondary-text-color);
|
||||
text-align: center;
|
||||
|
@ -1593,7 +1593,6 @@
|
||||
"copy_github": "For GitHub",
|
||||
"description": "Version, loaded integrations and links to documentation",
|
||||
"home_assistant_logo": "Home Assistant logo",
|
||||
"path_configuration": "Path to configuration.yaml: {path}",
|
||||
"developed_by": "Developed by a bunch of awesome people.",
|
||||
"license": "Published under the Apache 2.0 license",
|
||||
"source": "Source:",
|
||||
|
Loading…
x
Reference in New Issue
Block a user