DmitrMakeev commited on
Commit
68c2b9e
·
verified ·
1 Parent(s): c7f339c

Update online.html

Browse files
Files changed (1) hide show
  1. online.html +2 -2
online.html CHANGED
@@ -264,9 +264,9 @@ document.addEventListener("DOMContentLoaded", function () {
264
  <div class="d-flex justify-content-between align-items-center mb-3">
265
 
266
  <div>
267
- <label for="periodSelect"><h4>Графики за предыдущий период:</h4></label>
268
  <select id="periodSelect" class="form-select" style="width: auto; display: inline-block;">
269
- <option value="60">10 минут)</option>
270
  <option value="120">20 минут</option>
271
  <option value="180">30 минут</option>
272
  <option value="240">40 минут</option>
 
264
  <div class="d-flex justify-content-between align-items-center mb-3">
265
 
266
  <div>
267
+ <label for="periodSelect"><h5>Графики за предыдущий период:</h5></label>
268
  <select id="periodSelect" class="form-select" style="width: auto; display: inline-block;">
269
+ <option value="60">10 минут</option>
270
  <option value="120">20 минут</option>
271
  <option value="180">30 минут</option>
272
  <option value="240">40 минут</option>