-
This commit is contained in:
parent
333abed87c
commit
ab51630786
@ -1,6 +1,6 @@
|
||||
name: Wall Panel
|
||||
description: Wall Panel PHP interface as a Home Assistant add-on
|
||||
version: "1.0.8"
|
||||
version: "1.0.9"
|
||||
slug: wall_panel
|
||||
url: https://git.striker72rus.ru/PHP/wallpanell.git
|
||||
init: false
|
||||
|
||||
@ -45,8 +45,8 @@ $appTitle = htmlspecialchars((string)($config['app']['title'] ?? 'Wall Panel'),
|
||||
<script>
|
||||
window.APP_BOOTSTRAP = <?= json_encode($bootstrap, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES) ?>;
|
||||
</script>
|
||||
<link rel="stylesheet" href="assets/app.css?v=0.28">
|
||||
<script src="assets/app.js?v=0.28" defer></script>
|
||||
<link rel="stylesheet" href="assets/app.css?v=0.29">
|
||||
<script src="assets/app.js?v=0.29" defer></script>
|
||||
</head>
|
||||
<body class="<?= $embedMode ? 'is-embedded' : '' ?>" data-ui-mode="<?= htmlspecialchars($runtimeMode, ENT_QUOTES | ENT_SUBSTITUTE, 'UTF-8') ?>">
|
||||
<div class="app-shell<?= $embedMode ? ' app-shell--embed' : '' ?>">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user