Skip to content
Snippets Groups Projects
Commit 83b13b24 authored by Robin Leber's avatar Robin Leber
Browse files

FIX: correct satte when pause scaling

parent 81ecf0ce
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,8 @@ export const initContextmenu = (instance) => { ...@@ -65,6 +65,8 @@ export const initContextmenu = (instance) => {
}); });
$("body").on("click", ".scale-out", (event) => { $("body").on("click", ".scale-out", (event) => {
scaleOut(window.selectedFilter); scaleOut(window.selectedFilter);
document.getElementById("Pause").removeAttribute("disabled");
document.getElementById("Deploy").setAttribute("disabled", "disabled");
}); });
// Kontext Menü für Pipes // Kontext Menü für Pipes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment