File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ className: 'rubberBand animated',
3535 buttons: {
3636 confirm: {
3737 label: i18next.t('OK'),
38- className: 'btn-success '
38+ className: 'btn-danger '
3939 },
4040 cancel: {
4141 label: i18next.t('Cancel'),
42- className: 'btn-danger '
42+ className: 'btn-secondary '
4343 }
4444 },
4545 callback: function (result) {
@@ -56,6 +56,16 @@ className: 'btn-danger'
5656 title: i18next.t("Warning") + "!!!",
5757 message: i18next.t("This will reset the system data and will restart the system as a new install."),
5858 size: 'small',
59+ buttons: {
60+ confirm: {
61+ label: i18next.t('OK'),
62+ className: 'btn-danger'
63+ },
64+ cancel: {
65+ label: i18next.t('Cancel'),
66+ className: 'btn-secondary'
67+ }
68+ },
5969 callback: function (result) {
6070 if (result) {
6171 $.ajax({
You can’t perform that action at this time.
0 commit comments