From d62d9fe7299f450d5fc13ec403955ce3522cc28f Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Sun, 24 Feb 2019 16:43:10 -0500 Subject: [PATCH] oops --- milo/plugins/statsView.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milo/plugins/statsView.lua b/milo/plugins/statsView.lua index 0131490..5035d35 100644 --- a/milo/plugins/statsView.lua +++ b/milo/plugins/statsView.lua @@ -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 })