DmitrMakeev
commited on
Commit
•
a1d825a
1
Parent(s):
5b1bcc3
Update data_gc_tab.html
Browse files- data_gc_tab.html +12 -4
data_gc_tab.html
CHANGED
@@ -13,10 +13,11 @@
|
|
13 |
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
14 |
|
15 |
|
16 |
-
<link href="https://unpkg.com/tabulator-tables@6.2.1/dist/css/tabulator.min.css" rel="stylesheet">
|
17 |
-
<script type="text/javascript" src="https://unpkg.com/tabulator-tables@6.2.1/dist/js/tabulator.min.js"></script>
|
18 |
-
<script type="text/javascript" src="https://oss.sheetjs.com/sheetjs/xlsx.full.min.js"></script>
|
19 |
|
|
|
|
|
|
|
|
|
20 |
<style>
|
21 |
body {
|
22 |
font-family: Arial, sans-serif;
|
@@ -262,7 +263,14 @@
|
|
262 |
Swal.fire({
|
263 |
title: 'Детали пользователя',
|
264 |
html: `<strong>Имя:</strong> ${data.name}<br><strong>Реплики:</strong> ${data.b_mess}`,
|
265 |
-
icon: '
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
266 |
});
|
267 |
}},
|
268 |
{title:"Куратор", field:"curator", formatter: linkFormatter},
|
|
|
13 |
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
14 |
|
15 |
|
|
|
|
|
|
|
16 |
|
17 |
+
|
18 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css">
|
19 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/sweetalert2@11/dist/sweetalert2.min.css">
|
20 |
+
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
21 |
<style>
|
22 |
body {
|
23 |
font-family: Arial, sans-serif;
|
|
|
263 |
Swal.fire({
|
264 |
title: 'Детали пользователя',
|
265 |
html: `<strong>Имя:</strong> ${data.name}<br><strong>Реплики:</strong> ${data.b_mess}`,
|
266 |
+
icon: 'success',
|
267 |
+
confirmButtonText: 'Закрыть',
|
268 |
+
confirmButtonColor: '#4CAF50',
|
269 |
+
customClass: {
|
270 |
+
confirmButton: 'button is-success',
|
271 |
+
title: 'title-custom',
|
272 |
+
content: 'content-custom'
|
273 |
+
}
|
274 |
});
|
275 |
}},
|
276 |
{title:"Куратор", field:"curator", formatter: linkFormatter},
|