Skip to content

Commit

Permalink
fix devbox monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
bxy4543 committed Sep 27, 2024
1 parent b78691a commit a8232bf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions controllers/pkg/resources/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,16 @@ const (
)

const (
DB = "DB"
APP = "APP"
TERMINAL = "TERMINAL"
JOB = "JOB"
OTHER = "OTHER"
ObjectStorage = "OBJECT-STORAGE"
CVM = "CLOUD-VM"
AppStore = "APP-STORE"
DBBackup = "DB-BACKUP"
DevBox = "DEV-BOX"
DB = "Database"
APP = "APP Launchpad"
TERMINAL = "Terminal"
JOB = "CronJob"
OTHER = "Other"
ObjectStorage = "Object Storage"
CVM = "Cloud Server"
AppStore = "App Store"
DBBackup = "Database Backup"
DevBox = "Devbox"
)

var AppType = map[string]uint8{
Expand Down

0 comments on commit a8232bf

Please sign in to comment.