forked from labring/sealos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* i18n * fix: update app patch * perf: gpu ui * perf: gpu ui * perf: source price * feat: gpu source cr * feat: edit gpu data * perf: env adapt valuefrom * value from * perf: gpu selector * selector * fix: analyze * gpu * config cpu and memory * config gpu, memory slider * fix: args * deploy * perf: ui * perf: config data * fix: env edit * event analyse * code comment * fix: value from
- Loading branch information
Showing
44 changed files
with
2,046 additions
and
1,299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,3 +39,4 @@ next-env.d.ts | |
platform.json | ||
.yalc/ | ||
yalc.lock | ||
data/*.local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"NoGpu": { | ||
"cpu": [100, 200, 500, 1000, 2000, 3000, 4000, 8000], | ||
"memory": [64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.