Update biz_v.html
Browse files- biz_v.html +3 -3
biz_v.html
CHANGED
@@ -261,7 +261,7 @@
|
|
261 |
</form>
|
262 |
<div id="result"></div>
|
263 |
|
264 |
-
<h2>
|
265 |
<form id="uploadFormJson" onsubmit="handleFormSubmit(event)" enctype="multipart/form-data">
|
266 |
<div class="input-row">
|
267 |
<input type="file" id="fileJson" name="file" accept=".json" required>
|
@@ -290,7 +290,7 @@
|
|
290 |
</div>
|
291 |
<button id="sendRequestButton">Получить список комнат Бизон 365</button>
|
292 |
<div id="dropdown-container"></div>
|
293 |
-
<button id="sendGetRequestButton">Обновить базу
|
294 |
</div>
|
295 |
</div>
|
296 |
|
@@ -375,7 +375,7 @@
|
|
375 |
})
|
376 |
.then(response => response.json())
|
377 |
.then(data => {
|
378 |
-
showNotification('Пользователи добавлены в базу данных
|
379 |
})
|
380 |
.catch(error => {
|
381 |
console.error('Error:', error);
|
|
|
261 |
</form>
|
262 |
<div id="result"></div>
|
263 |
|
264 |
+
<h2>GreenBuilderGRM - Файл JSON</h2>
|
265 |
<form id="uploadFormJson" onsubmit="handleFormSubmit(event)" enctype="multipart/form-data">
|
266 |
<div class="input-row">
|
267 |
<input type="file" id="fileJson" name="file" accept=".json" required>
|
|
|
290 |
</div>
|
291 |
<button id="sendRequestButton">Получить список комнат Бизон 365</button>
|
292 |
<div id="dropdown-container"></div>
|
293 |
+
<button id="sendGetRequestButton">Обновить базу GreenBuilderGRM</button>
|
294 |
</div>
|
295 |
</div>
|
296 |
|
|
|
375 |
})
|
376 |
.then(response => response.json())
|
377 |
.then(data => {
|
378 |
+
showNotification('Пользователи добавлены в базу данных GreenBuilderGRM');
|
379 |
})
|
380 |
.catch(error => {
|
381 |
console.error('Error:', error);
|