Closes #56
This commit is contained in:
@@ -28,7 +28,7 @@ local networkPage = UI.Page {
|
|||||||
y = 2, ey = -3,
|
y = 2, ey = -3,
|
||||||
values = context.storage.nodes,
|
values = context.storage.nodes,
|
||||||
columns = {
|
columns = {
|
||||||
{ key = 'suffix', width = 4, align = 'right' },
|
{ key = 'suffix', width = 5, align = 'right' },
|
||||||
{ heading = 'Name', key = 'displayName' },
|
{ heading = 'Name', key = 'displayName' },
|
||||||
{ heading = 'Type', key = 'mtype', width = 4 },
|
{ heading = 'Type', key = 'mtype', width = 4 },
|
||||||
{ heading = 'Pri', key = 'priority', width = 3 },
|
{ heading = 'Pri', key = 'priority', width = 3 },
|
||||||
|
|||||||
Reference in New Issue
Block a user