DmitrMakeev commited on
Commit
b9c96a5
·
verified ·
1 Parent(s): 75f525d

Update table.html

Browse files
Files changed (1) hide show
  1. 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: "#3085d6",
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>