We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 622ccbc + 5ba3f28 commit da35661Copy full SHA for da35661
ui/src/Main/View/Page/Apps.elm
@@ -90,7 +90,7 @@ viewPageAppsApp _ app =
90
]
91
[ small []
92
(List.concat
93
- [ if app.app_services.appServices_runtimes.appServicesRuntimes_container.enable then
+ [ if app.app_programs.appPrograms_runtimes.appProgramsRuntimes_shell.enable then
94
[ span [ class "badge bg-secondary me-1" ] [ text "shell" ] ]
95
96
else
0 commit comments