mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-26 14:27:20 +00:00
Merge pull request #13041 from home-assistant/Fix-About-Page
This commit is contained in:
commit
b633067e5c
@ -24,6 +24,7 @@ import { haStyle } from "../../../resources/styles";
|
|||||||
import type { HomeAssistant, Route } from "../../../types";
|
import type { HomeAssistant, Route } from "../../../types";
|
||||||
import { documentationUrl } from "../../../util/documentation-url";
|
import { documentationUrl } from "../../../util/documentation-url";
|
||||||
|
|
||||||
|
const JS_TYPE = __BUILD__;
|
||||||
const JS_VERSION = __VERSION__;
|
const JS_VERSION = __VERSION__;
|
||||||
|
|
||||||
const PAGES: Array<{
|
const PAGES: Array<{
|
||||||
@ -132,7 +133,9 @@ class HaConfigInfo extends LitElement {
|
|||||||
${this.hass.localize(
|
${this.hass.localize(
|
||||||
"ui.panel.config.info.frontend_version",
|
"ui.panel.config.info.frontend_version",
|
||||||
"version",
|
"version",
|
||||||
JS_VERSION
|
JS_VERSION,
|
||||||
|
"type",
|
||||||
|
JS_TYPE
|
||||||
)}
|
)}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user