DmitrMakeev commited on
Commit
be6bcf3
·
verified ·
1 Parent(s): 1fb6ca8

Update biz_v.html

Browse files
Files changed (1) hide show
  1. biz_v.html +3 -3
biz_v.html CHANGED
@@ -261,7 +261,7 @@
261
  </form>
262
  <div id="result"></div>
263
 
264
- <h2>WhatsMasterCRM - Файл 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,7 +290,7 @@
290
  </div>
291
  <button id="sendRequestButton">Получить список комнат Бизон 365</button>
292
  <div id="dropdown-container"></div>
293
- <button id="sendGetRequestButton">Обновить базу WhatsMasterGRM</button>
294
  </div>
295
  </div>
296
 
@@ -375,7 +375,7 @@
375
  })
376
  .then(response => response.json())
377
  .then(data => {
378
- showNotification('Пользователи добавлены в базу данных WhatsGRM');
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);