Compare commits

..

No commits in common. "233d3119e51fcc8972b667423658730e43ad1a2a" and "4425e1b0c761879d47d0c27641400e1b16e4de3c" have entirely different histories.

View File

@ -406,7 +406,7 @@ local PAGES = {
}, },
Padding:new{ Padding:new{
x = 1, x = 1,
y = state.height - 2, y = state.height - 3,
top = 1, top = 1,
left = 1, left = 1,
right = 1, right = 1,
@ -418,7 +418,6 @@ local PAGES = {
}, },
onClick = function(e, x, y, s) onClick = function(e, x, y, s)
state:setPage("REQUEST") state:setPage("REQUEST")
return true
end end
} }
}, },
@ -427,7 +426,6 @@ local PAGES = {
parent = state.monitor, parent = state.monitor,
onClick = function(e, x, y, s) onClick = function(e, x, y, s)
state:setPage("MAIN") state:setPage("MAIN")
return true
end end
} }
@ -448,7 +446,6 @@ local PAGES = {
parent = state.monitor, parent = state.monitor,
onClick = function(e, x, y, s) onClick = function(e, x, y, s)
state:setPage("GROUP_DETAIL") state:setPage("GROUP_DETAIL")
return true
end end
} }