diff --git a/src/components/main/run-frame/top-bar/ActionRunning.vue b/src/components/main/run-frame/top-bar/ActionRunning.vue index 2b907ed..5ccb6ed 100644 --- a/src/components/main/run-frame/top-bar/ActionRunning.vue +++ b/src/components/main/run-frame/top-bar/ActionRunning.vue @@ -4,7 +4,7 @@ variant="outlined" color="error" prepend-icon="mdi-close" - @click="executeInterrupt" + @click="dialogInterrupt = true" > interrupt @@ -14,13 +14,13 @@ - + Terminate - + @@ -28,10 +28,28 @@ + + + + + + + + + + + + diff --git a/src/components/main/run-frame/top-bar/InterruptConfirmationDialog.vue b/src/components/main/run-frame/top-bar/InterruptConfirmationDialog.vue new file mode 100644 index 0000000..27ebe7e --- /dev/null +++ b/src/components/main/run-frame/top-bar/InterruptConfirmationDialog.vue @@ -0,0 +1,29 @@ + + + diff --git a/src/components/main/run-frame/top-bar/KillConfirmationDialog.vue b/src/components/main/run-frame/top-bar/KillConfirmationDialog.vue new file mode 100644 index 0000000..19ba0dc --- /dev/null +++ b/src/components/main/run-frame/top-bar/KillConfirmationDialog.vue @@ -0,0 +1,34 @@ + + + diff --git a/src/components/main/run-frame/top-bar/TerminateConfirmationDialog.vue b/src/components/main/run-frame/top-bar/TerminateConfirmationDialog.vue new file mode 100644 index 0000000..3a53179 --- /dev/null +++ b/src/components/main/run-frame/top-bar/TerminateConfirmationDialog.vue @@ -0,0 +1,34 @@ + + +