#557 facility app bug fix

This commit is contained in:
Mikayla 2025-01-09 00:14:28 +00:00
parent 4cb6f9ca0f
commit fb221a566c

View File

@ -46,7 +46,6 @@ local wht_ind_s = style.icon_states.wht_ind_s
---@param root Container parent ---@param root Container parent
local function new_view(root) local function new_view(root)
local db = iocontrol.get_db() local db = iocontrol.get_db()
local fac = db.facility
local frame = Div{parent=root,x=1,y=1} local frame = Div{parent=root,x=1,y=1}
@ -70,6 +69,7 @@ local function new_view(root)
-- load the app (create the elements) -- load the app (create the elements)
local function load() local function load()
local fac = db.facility
local f_ps = fac.ps local f_ps = fac.ps
page_div = Div{parent=main,y=2,width=main.get_width()} page_div = Div{parent=main,y=2,width=main.get_width()}