#640 bug fixes and enhancements
This commit is contained in:
@@ -51,7 +51,7 @@ local function init(panel)
|
||||
|
||||
local system = Div{parent=panel,width=14,height=18,x=2,y=3}
|
||||
|
||||
local degraded = LED{parent=system,label="STATUS",colors=cpair(colors.green,colors.red)}
|
||||
local degraded = LED{parent=system,label="STATUS",colors=cpair(colors.red,colors.green)}
|
||||
local heartbeat = LED{parent=system,label="HEARTBEAT",colors=ind_grn}
|
||||
system.line_break()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user