NotificationLevel
Type definitions for the Notification Center
Enumeration Members
Announcement
Announcement: 0;
An announcement. To be used when we want to inform on high-interest topics - news, updates, changes, scheduled maintenance, etc. E.g. “New version available!”
Error
Error: 5;
Notification of an error. To be used when we want to alert on a confirmed risk. E.g. “Extension failed to load”
Hidden
Hidden: 6;
Info
Info: 2;
Information notification. To be used when we want to inform on low-interest topics. E.g. “Welcome to Rancher v2.8"
Success
Success: 3;
Notification that something has completed successfully. To be used when we want to confirm a successful action was completed. E.g. “Cluster provisioning completed”
Task
Task: 1;
A task that is underway. To be used when we want to inform on a process taking place - on-going actions that might take a while. E.g. “Cluster provisioning in progress”. The progress bar will also be shown if the progress field is set
Warning
Warning: 4;
Notification of a warning. To be used when we want to warn about a potential risk. E.g. “Nodes limitation warning”