mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Notification Settings UI Improvements
This commit is contained in:
@@ -202,7 +202,7 @@ export const NotificationSettings = ({ onError, onSuccess }: NotificationSetting
|
||||
<p className="text-sm opacity-70">Monitor server resources and performance</p>
|
||||
</div>
|
||||
<span
|
||||
className={`px-3 py-1 rounded-full text-xs font-medium ${
|
||||
className={`px-3 py-1 rounded-full text-xs font-medium w-20 text-center ${
|
||||
serverSettings?.enabled ? "bg-success text-white" : "bg-error text-white"
|
||||
}`}
|
||||
>
|
||||
@@ -419,7 +419,7 @@ export const NotificationSettings = ({ onError, onSuccess }: NotificationSetting
|
||||
<p className="text-sm opacity-70">Configure application monitoring notifications</p>
|
||||
</div>
|
||||
<span
|
||||
className={`px-3 py-1 rounded-full text-xs font-medium ${
|
||||
className={`px-3 py-1 rounded-full text-xs font-medium w-20 text-center ${
|
||||
applicationsSettings?.enabled ? "bg-success text-white" : "bg-error text-white"
|
||||
}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user