custom_components/bahmcloud_store/panel/index.html hinzugefügt
This commit is contained in:
20
custom_components/bahmcloud_store/panel/index.html
Normal file
20
custom_components/bahmcloud_store/panel/index.html
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<title>Bahmcloud Store</title>
|
||||||
|
<link rel="stylesheet" href="/api/bahmcloud_store_static/styles.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="wrap">
|
||||||
|
<h1>Bahmcloud Store</h1>
|
||||||
|
<p class="muted">
|
||||||
|
Installation & Updates laufen manuell über <b>Einstellungen → System → Updates</b>.<br/>
|
||||||
|
Diese Seite zeigt nur die Paketliste aus store.yaml (auto-refresh).
|
||||||
|
</p>
|
||||||
|
<button id="refresh">Refresh</button>
|
||||||
|
<div id="list"></div>
|
||||||
|
</div>
|
||||||
|
<script src="/api/bahmcloud_store_static/app.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user