comment updates and refactors
This commit is contained in:
parent
ba4a5aa85e
commit
c6a5d487e0
@ -1,5 +1,5 @@
|
||||
--
|
||||
-- Unit Control Page
|
||||
-- Facility & Unit Control App
|
||||
--
|
||||
|
||||
local types = require("scada-common.types")
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
--
|
||||
-- Process Control Page
|
||||
-- Process Control App
|
||||
--
|
||||
|
||||
local types = require("scada-common.types")
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
--
|
||||
-- Unit Overview Page
|
||||
-- Unit Overview App
|
||||
--
|
||||
|
||||
local util = require("scada-common.util")
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
--
|
||||
-- Waste Control Page
|
||||
-- Waste Control App
|
||||
--
|
||||
|
||||
local util = require("scada-common.util")
|
||||
@ -264,8 +264,8 @@ local function new_view(root)
|
||||
--#endregion
|
||||
|
||||
-- setup multipane
|
||||
local u_pane = MultiPane{parent=page_div,x=1,y=1,panes=panes}
|
||||
app.set_root_pane(u_pane)
|
||||
local w_pane = MultiPane{parent=page_div,x=1,y=1,panes=panes}
|
||||
app.set_root_pane(w_pane)
|
||||
|
||||
-- setup sidebar
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user