Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix: adds 'stopped' filter for workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl27 committed May 13, 2021
1 parent eeb0f3b commit 960b592
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import { filterNames } from '../../../models/environments-sc/ScEnvironmentsStore
const filterColorMap = {
[filterNames.ALL]: 'blue',
[filterNames.AVAILABLE]: 'green',
[filterNames.PENDING]: 'orange',
[filterNames.PENDING]: 'gold',
[filterNames.STOPPED]: 'orange',
[filterNames.ERRORED]: 'red',
[filterNames.TERMINATED]: 'grey',
};
Expand Down

0 comments on commit 960b592

Please sign in to comment.