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