custom_components/bahmcloud_store/panel/index.html hinzugefügt
This commit is contained in:
21
custom_components/bahmcloud_store/panel/index.html
Normal file
21
custom_components/bahmcloud_store/panel/index.html
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
<!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>
|
||||||
|
<div class="actions">
|
||||||
|
<button id="refresh">Refresh</button>
|
||||||
|
<button id="updateAll">Update all</button>
|
||||||
|
</div>
|
||||||
|
<div id="status" class="muted"></div>
|
||||||
|
<div id="list"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script src="/api/bahmcloud_store_static/app.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user