mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Notification Settings card
This commit is contained in:
@@ -122,6 +122,7 @@ model ApplicationMonitoring {
|
||||
|
||||
model ServerMonitoringNotification {
|
||||
id Int @id @default(autoincrement())
|
||||
enabled Boolean @default(false)
|
||||
statusChange Boolean
|
||||
cpuLimit Float
|
||||
gpuLimit Float
|
||||
@@ -145,6 +146,7 @@ model ServerMonitoringNotification {
|
||||
|
||||
model ApplicationMonitoringNotification {
|
||||
id Int @id @default(autoincrement())
|
||||
enabled Boolean @default(false)
|
||||
statusChange Boolean
|
||||
latencyLimit Float
|
||||
notificationTextStatus String
|
||||
|
||||
Reference in New Issue
Block a user