Update table.html
Browse files- table.html +5 -5
table.html
CHANGED
@@ -136,12 +136,12 @@
|
|
136 |
<script>
|
137 |
document.getElementById("delite_db").addEventListener("click", function () {
|
138 |
Swal.fire({
|
139 |
-
title: "
|
140 |
-
text: "При нажатии кнопки 'Удалить' вы полностью очистите базу данных предыдущего цикла
|
141 |
icon: "warning",
|
142 |
showCancelButton: true,
|
143 |
-
confirmButtonColor: "#d33",
|
144 |
-
cancelButtonColor: "#
|
145 |
confirmButtonText: "Удалить",
|
146 |
cancelButtonText: "Нет"
|
147 |
}).then((result) => {
|
@@ -175,7 +175,7 @@ document.getElementById("delite_db").addEventListener("click", function () {
|
|
175 |
}
|
176 |
});
|
177 |
});
|
178 |
-
</script>
|
179 |
|
180 |
|
181 |
<script>
|
|
|
136 |
<script>
|
137 |
document.getElementById("delite_db").addEventListener("click", function () {
|
138 |
Swal.fire({
|
139 |
+
title: "Внимание",
|
140 |
+
text: "При нажатии кнопки 'Удалить' вы полностью очистите базу данных предыдущего цикла выращивания!",
|
141 |
icon: "warning",
|
142 |
showCancelButton: true,
|
143 |
+
confirmButtonColor: "#d33", // Красная кнопка "Удалить"
|
144 |
+
cancelButtonColor: "#28a745", // Зеленая кнопка "Нет"
|
145 |
confirmButtonText: "Удалить",
|
146 |
cancelButtonText: "Нет"
|
147 |
}).then((result) => {
|
|
|
175 |
}
|
176 |
});
|
177 |
});
|
178 |
+
</script>
|
179 |
|
180 |
|
181 |
<script>
|