Skip to content

Commit

Permalink
Closes kepler155c#56
Browse files Browse the repository at this point in the history
  • Loading branch information
xAnavrins committed Jun 20, 2022
1 parent c85bb53 commit 1d2187b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion milo/core/machines.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ local networkPage = UI.Page {
y = 2, ey = -3,
values = context.storage.nodes,
columns = {
{ key = 'suffix', width = 4, align = 'right' },
{ key = 'suffix', width = 5, align = 'right' },
{ heading = 'Name', key = 'displayName' },
{ heading = 'Type', key = 'mtype', width = 4 },
{ heading = 'Pri', key = 'priority', width = 3 },
Expand Down

0 comments on commit 1d2187b

Please sign in to comment.