Commit 96450ef
committed
Resolves ([FR-1403](https://lablup.atlassian.net/browse/FR-1403))
This PR improves the lifecycle stage filter logic for active serving instances in the ServingPage component.
## Changes
- Updated lifecycle stage filter from specific inclusion logic (`lifecycle_stage == "created" | lifecycle_stage == "destroying"`) to exclusion logic (`lifecycle_stage != "destroyed"`)
- This provides better coverage of all non-destroyed lifecycle stages when filtering for "active" serving instances
## Impact
- Users will see a more comprehensive view of active serving instances
- Improves accuracy of filtering serving instances by their lifecycle stage
- Better alignment with the intended behavior of showing all active (non-destroyed) services
**Checklist:**
- [x] Code follows project conventions
- [x] Changes are focused and minimal
- [ ] Documentation (not applicable)
- [ ] Test coverage (existing tests cover this logic)
[FR-1403]: https://lablup.atlassian.net/browse/FR-1403?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 6c9a90a commit 96450ef
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments