System Settings
To ensure proper operation and employee management, the system provides a range of configuration options. To access settings, click the gear icon in the bottom part of the sidebar.
All settings include the following sections:
- Administration
- Monitoring (if the Monitoring module is installed)
- Data Processing
- Licensing
- Connections
Notification Banner
After an update or when the system is running in service mode, a notification banner appears. To dismiss it, click the Close button or the × icon. If you check the Don’t show again box before closing, the notification will remain hidden until new changes occur.
The notification banner can display any custom message. To modify its text, edit the configuration file com.operavix.subsystem.core.json and set the following parameter:
- On Windows:
"system_notification_message": "TEXT" - On Linux:
"service_mode_message": "TEXT"
You can enter any text. If the parameter is empty or missing from the configuration file, the notification is considered disabled and will not be shown.
The notification supports Markdown formatting:
- Bold:
**Bold text**or__Bold text__ - Italic:
*Italic text*or_Italic text_ - Strikethrough:
~~Strikethrough text~~
Was the article helpful?