milo: categories, better listing page separation
This commit is contained in:
@@ -48,6 +48,7 @@ function storageView:isValidType(node)
|
||||
return m and m.pullItems and {
|
||||
name = 'Storage',
|
||||
value = 'storage',
|
||||
category = 'storage',
|
||||
help = 'Use for item storage',
|
||||
}
|
||||
end
|
||||
@@ -117,6 +118,7 @@ function lockView:isValidType(node)
|
||||
return m and m.pullItems and {
|
||||
name = 'Storage',
|
||||
value = 'storage',
|
||||
category = 'storage',
|
||||
help = 'Use for item storage',
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user