Compare commits
2 Commits
4425e1b0c7
...
233d3119e5
Author | SHA1 | Date | |
---|---|---|---|
![]() |
233d3119e5 | ||
![]() |
c01b258e51 |
@ -406,7 +406,7 @@ local PAGES = {
|
||||
},
|
||||
Padding:new{
|
||||
x = 1,
|
||||
y = state.height - 3,
|
||||
y = state.height - 2,
|
||||
top = 1,
|
||||
left = 1,
|
||||
right = 1,
|
||||
@ -418,6 +418,7 @@ local PAGES = {
|
||||
},
|
||||
onClick = function(e, x, y, s)
|
||||
state:setPage("REQUEST")
|
||||
return true
|
||||
end
|
||||
}
|
||||
},
|
||||
@ -426,6 +427,7 @@ local PAGES = {
|
||||
parent = state.monitor,
|
||||
onClick = function(e, x, y, s)
|
||||
state:setPage("MAIN")
|
||||
return true
|
||||
end
|
||||
}
|
||||
|
||||
@ -446,6 +448,7 @@ local PAGES = {
|
||||
parent = state.monitor,
|
||||
onClick = function(e, x, y, s)
|
||||
state:setPage("GROUP_DETAIL")
|
||||
return true
|
||||
end
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user