[test] add inspect tab to rotation
This commit is contained in:
parent
e251e28598
commit
64bd641528
2
test.lua
2
test.lua
|
@ -146,6 +146,8 @@ local function init()
|
||||||
-- to display colony work orders
|
-- to display colony work orders
|
||||||
tabview.addTab(require "orders", 2)
|
tabview.addTab(require "orders", 2)
|
||||||
|
|
||||||
|
tabview.addTab(require "inspect", 3)
|
||||||
|
|
||||||
tabview.showTab(config.initial_tab)
|
tabview.showTab(config.initial_tab)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue