8000 feat(site): show license utilization in general settings by SasSwart · Pull Request #15683 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat(site): show license utilization in general settings #15683

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Dec 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files 8000 .
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make fmt
  • Loading branch information
SasSwart committed Dec 2, 2024
commit 46f19c6eeeab84b17f509c52b1315de8603bc82f
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ export const GeneralSettingsPageView: FC<GeneralSettingsPageViewProps> = ({
licenseUtilizationPercentage < 0.9
? "primary"
: licenseUtilizationPercentage < 1
? "warning"
: "error"
? "warning"
: "error"
}
css={{
height: 24,
Expand Down
Loading
0