Commit 5ac5242
committed
Resolves #4725 ([FR-1735](https://lablup.atlassian.net/browse/FR-1735))
# Add `system` session type to app launch check to prevent SFTP app from being falsely reported as disabled.
This PR adds 'system' to the list of session types that support app launching. Previously, only 'batch', 'interactive', 'inference', and 'running' session types were considered for app support.
**Checklist:**
- [ ] Documentation
- [ ] Minium required manager version
- [ ] Specific setting for review (eg., KB link, endpoint or how to setup)
- [ ] Minimum requirements to check during review
- [ ] Test case(s) to demonstrate the difference of before/after
[FR-1735]: https://lablup.atlassian.net/browse/FR-1735?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 81b3705 commit 5ac5242
File tree
1 file changed
+1
-1
lines changed- react/src/components/ComputeSessionNodeItems
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments