${output}`, - html: true, - dark: true + html: true }); }, scriptMoreInfo(props) { @@ -387,6 +383,7 @@ export default { title: "Are you sure?", message: `Delete ${desc}`, cancel: true, + ok: { label: "Delete", color: "negative" }, persistent: true }) .onOk(() => { diff --git a/web/src/components/modals/checks/EventLogCheckOutput.vue b/web/src/components/modals/checks/EventLogCheckOutput.vue index dd3d1644..b75c32ff 100644 --- a/web/src/components/modals/checks/EventLogCheckOutput.vue +++ b/web/src/components/modals/checks/EventLogCheckOutput.vue @@ -6,11 +6,11 @@
{{ scriptInfo.retcode }}
{{ scriptInfo.stdout }}
{{ scriptInfo.stderr }}