Skip to content

Commit

Permalink
remove ' ago'
Browse files Browse the repository at this point in the history
  • Loading branch information
kla committed Sep 14, 2024
1 parent abdaaeb commit 4cf345b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app_list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function list(apps: App[]) {
icons[container.state] || icons.unknown,
name(app, container),
container.state,
container.uptime,
container.uptime?.replace(' ago', ''),
container.forwardedPorts.join(', '),
app.containers.length == 1 ? source : '',
])
Expand Down

0 comments on commit 4cf345b

Please sign in to comment.