mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 12:46:35 +00:00
Add frontend version to info (#3354)
This commit is contained in:
parent
60c2bcc483
commit
cc969e547c
@ -14,7 +14,8 @@ import "./system-log-card";
|
|||||||
import "./error-log-card";
|
import "./error-log-card";
|
||||||
import "./system-health-card";
|
import "./system-health-card";
|
||||||
|
|
||||||
const JS_VERSION = __BUILD__;
|
const JS_TYPE = __BUILD__;
|
||||||
|
const JS_VERSION = __VERSION__;
|
||||||
const OPT_IN_PANEL = "states";
|
const OPT_IN_PANEL = "states";
|
||||||
|
|
||||||
class HaPanelDevInfo extends LitElement {
|
class HaPanelDevInfo extends LitElement {
|
||||||
@ -92,7 +93,7 @@ class HaPanelDevInfo extends LitElement {
|
|||||||
>.
|
>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Frontend JavaScript version: ${JS_VERSION}
|
Frontend version: ${JS_VERSION} - ${JS_TYPE}
|
||||||
${customUiList.length > 0
|
${customUiList.length > 0
|
||||||
? html`
|
? html`
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user