From 1d2187b957b7a2d9eb33f11fe4068e25d1a13719 Mon Sep 17 00:00:00 2001 From: Anavrins Date: Sun, 19 Jun 2022 20:00:56 -0400 Subject: [PATCH] Closes #56 --- milo/core/machines.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milo/core/machines.lua b/milo/core/machines.lua index 049c5a11..cdc5ce19 100644 --- a/milo/core/machines.lua +++ b/milo/core/machines.lua @@ -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 },