milo fixes

This commit is contained in:
kepler155c
2018-11-19 16:10:24 -05:00
parent 6b11b29bba
commit cc913bc10c

View File

@@ -144,7 +144,7 @@ end
function networkPage:applyFilter()
local t = Util.filter(context.config.nodes, function(v)
return not v.hidden
return v.mtype ~= 'hidden'
end)
if #self.filter.value > 0 then
@@ -443,7 +443,7 @@ _G._p3 = self.node -- TODO: remove - debugging
local choices = {
{ name = 'Ignore', value = 'ignore', '' },
{ name = 'Hidden', value = 'hidden', 'Do not show in list' },
{ name = 'Hidden', value = 'hidden', help = 'Do not show in list' },
}
for _, page in pairs(self.wizard.pages) do
if page.isValidType then