mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 04:06: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 "./system-health-card";
|
||||
|
||||
const JS_VERSION = __BUILD__;
|
||||
const JS_TYPE = __BUILD__;
|
||||
const JS_VERSION = __VERSION__;
|
||||
const OPT_IN_PANEL = "states";
|
||||
|
||||
class HaPanelDevInfo extends LitElement {
|
||||
@ -92,7 +93,7 @@ class HaPanelDevInfo extends LitElement {
|
||||
>.
|
||||
</p>
|
||||
<p>
|
||||
Frontend JavaScript version: ${JS_VERSION}
|
||||
Frontend version: ${JS_VERSION} - ${JS_TYPE}
|
||||
${customUiList.length > 0
|
||||
? html`
|
||||
<div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user