Update plot_week.html
Browse files- plot_week.html +3 -3
plot_week.html
CHANGED
@@ -77,9 +77,9 @@ body {
|
|
77 |
MackorLab
|
78 |
</a>
|
79 |
<form class="form-inline">
|
80 |
-
<button id="st_onl" class="btn btn-success
|
81 |
-
<button id="st_set" class="btn btn-success
|
82 |
-
<button id="st_plot" class="btn btn-
|
83 |
</form>
|
84 |
</div>
|
85 |
</nav>
|
|
|
77 |
MackorLab
|
78 |
</a>
|
79 |
<form class="form-inline">
|
80 |
+
<button id="st_onl" class="btn btn-outline-success" type="button">Онлайн</button>
|
81 |
+
<button id="st_set" class="btn btn-outline-success" type="button">Настройки</button>
|
82 |
+
<button id="st_plot" class="btn btn-success mr-2" type="button">Графики</button>
|
83 |
</form>
|
84 |
</div>
|
85 |
</nav>
|