Move identifier to correct element
This commit is contained in:
parent
065940ff2c
commit
d623d338d7
@ -482,7 +482,6 @@ local PAGES = {
|
||||
[Orientation:getId()] = Orientation.VERTICAL,
|
||||
[Children:getId()] = {
|
||||
List:new{
|
||||
id = "list_request_count",
|
||||
[Orientation:getId()] = Orientation.HORIZONTAL,
|
||||
[Children:getId()] = {
|
||||
Text:new{ text = "Request" },
|
||||
@ -497,6 +496,7 @@ local PAGES = {
|
||||
}
|
||||
},
|
||||
List:new{
|
||||
id = "list_request_count",
|
||||
[Orientation:getId()] = Orientation.HORIZONTAL,
|
||||
[Children:getId()] = {
|
||||
Text:new{ id = "data_request", text = tostring(pageState.request) },
|
||||
|
Loading…
x
Reference in New Issue
Block a user