Skip to content

Commit da35661

Browse files
authored
Merge pull request #243 from ngi-nix/ui-fix-shell-flag-cond
2 parents 622ccbc + 5ba3f28 commit da35661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/Main/View/Page/Apps.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ viewPageAppsApp _ app =
9090
]
9191
[ small []
9292
(List.concat
93-
[ if app.app_services.appServices_runtimes.appServicesRuntimes_container.enable then
93+
[ if app.app_programs.appPrograms_runtimes.appProgramsRuntimes_shell.enable then
9494
[ span [ class "badge bg-secondary me-1" ] [ text "shell" ] ]
9595

9696
else

0 commit comments

Comments
 (0)