Fix index sorting again
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8b7615dce1
commit
d9a8d580ce
@ -197,7 +197,7 @@ viewApps model =
|
||||
[ div [ class "row" ]
|
||||
(List.map viewApp (apps |> List.sortWith
|
||||
(by .status ASC
|
||||
|> andThen .name ASC))
|
||||
|> andThen (String.toLower << .name) ASC))
|
||||
)
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user