This commit is contained in:
kepler155c@gmail.com
2019-02-24 16:43:10 -05:00
parent b8919851e6
commit d62d9fe729

View File

@@ -63,7 +63,7 @@ function wizardPage:isValidType(node)
end
function wizardPage:isValidFor(node)
return node.mtype == 'activity'
return node.mtype == 'status'
end
UI:getPage('nodeWizard').wizard:add({ statusMonitor = wizardPage })