Додан моніторінг застосунку
Додани веб компоненти карточок територій та повідомлень
This commit is contained in:
3
web/lib/pages/schedule/constructor/index.html
Normal file
3
web/lib/pages/schedule/constructor/index.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="page-schedule-constructor">
|
||||
|
||||
</div>
|
||||
8
web/lib/pages/schedule/constructor/script.js
Normal file
8
web/lib/pages/schedule/constructor/script.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const Schedule_constructor = {
|
||||
init: async () => {
|
||||
let html = await fetch('/lib/pages/schedule/constructor/index.html').then((response) => response.text());
|
||||
app.innerHTML = html;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
6
web/lib/pages/schedule/constructor/style.css
Normal file
6
web/lib/pages/schedule/constructor/style.css
Normal file
@@ -0,0 +1,6 @@
|
||||
.page-schedule-constructor {
|
||||
width: calc(100% - 40px);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 20px 20px 0 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user