Skip to content

Commit

Permalink
🔥 [UI] - Fix container list sort (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartinou authored Nov 7, 2024
1 parent 57d287a commit a111376
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion app/store/container.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ function getContainers(query = {}) {
return containerList.sort(
byValues([
[(container) => container.watcher, byString()],
[(container) => container.image.registry.name, byString()],
[(container) => container.name, byString()],
[(container) => container.image.tag.value, byString()],
]),
Expand Down
1 change: 1 addition & 0 deletions docs/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# 7.1.0 (wip)
- :star: [PUSHOVER] - Add support for HTML templating
- :fire: [UI] - Fix container list sort

# 7.0.0
- :star: [UI] - Add support for [Selfh.st](https://selfh.st/icons/) icons
Expand Down

0 comments on commit a111376

Please sign in to comment.