DmitrMakeev
commited on
Commit
•
bf932c7
1
Parent(s):
3e7c5a7
Update biz_v.html
Browse files- biz_v.html +2 -2
biz_v.html
CHANGED
@@ -220,7 +220,7 @@ button:hover {
|
|
220 |
<input type="text" id="tokenInput" placeholder="Введите токен">
|
221 |
</div>
|
222 |
<div class="form-group">
|
223 |
-
<label for="dateSelect"
|
224 |
<select id="dateSelect">
|
225 |
<option value="2021-01-01T00:00:00">2021-01-01</option>
|
226 |
<option value="2022-01-01T00:00:00">2022-01-01</option>
|
@@ -237,7 +237,7 @@ button:hover {
|
|
237 |
</div>
|
238 |
<button id="sendRequestButton">Получить список комнат Бизон 365</button>
|
239 |
<div id="dropdown-container"></div>
|
240 |
-
<button id="sendGetRequestButton">Обновить базу
|
241 |
</div>
|
242 |
</div>
|
243 |
|
|
|
220 |
<input type="text" id="tokenInput" placeholder="Введите токен">
|
221 |
</div>
|
222 |
<div class="form-group">
|
223 |
+
<label for="dateSelect">Крайняя дата выборки комнат:</label>
|
224 |
<select id="dateSelect">
|
225 |
<option value="2021-01-01T00:00:00">2021-01-01</option>
|
226 |
<option value="2022-01-01T00:00:00">2022-01-01</option>
|
|
|
237 |
</div>
|
238 |
<button id="sendRequestButton">Получить список комнат Бизон 365</button>
|
239 |
<div id="dropdown-container"></div>
|
240 |
+
<button id="sendGetRequestButton">Обновить базу WhatsMasterGRM</button>
|
241 |
</div>
|
242 |
</div>
|
243 |
|