package manager + tweaks to milo
This commit is contained in:
@@ -58,7 +58,7 @@ local machinesPage = UI.Page {
|
||||
|
||||
function machinesPage.grid:getDisplayValues(row)
|
||||
row = Util.shallowCopy(row)
|
||||
local t = { row.name:match(':(.+)_(%d+)') }
|
||||
local t = { row.name:match(':(.+)_(%d+)$') }
|
||||
if t and #t == 2 then
|
||||
row.name, row.suffix = table.unpack(t)
|
||||
row.name = row.name .. '_' .. row.suffix
|
||||
|
||||
Reference in New Issue
Block a user