Commit b2909b9
fix(site): show command apps in Tasks view
Previously, command apps (apps with `command` field instead of `url`) were
filtered out from the Tasks view because they had health "disabled" when no
healthcheck was defined.
This change updates the filter to allow command apps through regardless of
their health status, so they appear as tabs in the Tasks view alongside web
apps and the generic terminal.
Fixes #21183
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 3a0e8af commit b2909b9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments