Setting up display of incidents page
It is possible to specify additional URL parameters in the address bar of the incidents page. These parameters affect appearance of menu elements and displaying data in the table.
This functionality can be useful for embedding the incidents page to the IFrame widget. |
Below is the example that:
-
disables all the control elements, except for the Export to Excel button;
-
applies filter, previously saved with Major name.
http://127.0.0.1/incidents.html?header=off&exportSection=on&filterName=Major
You may wish to specify address of your SAYMON installation instead of 127.0.0.1.
Parameters of control elements
Parameter | Description | ||
---|---|---|---|
header |
It enables/disables displaying of the panel with data filtration elements;
By default on | displaying of the panel is enabled.
|
||
cache |
It enables/disables caching settings made by the user in a browser: whether the settings are saved/ignored on the web page reload;
|
||
entityHref |
It enables/disables displaying of links to the alarming elements in the Object/link column and their parent objects in the Path column;
|
||
exportSection |
It enables/disables displaying of the Export to Excel button;
|
||
filterSection |
It enables/disables displaying of the section of the expanded filter;
|
||
logo |
It enables/disables displaying of the logo;
|
||
presetSection |
It enables/disables displaying of the Presets section;
|
||
propertyFieldsSection |
It enables/disables displaying of the property fields section;
|
||
typeSelect |
It enables/disables displaying of the type selector (selection between active alarms and alarm history);
|
Filter parameters
Parameter | Description |
---|---|
filterName |
The name of the previously saved filter, which is applied to the displayed data. |
timeFilter |
It enables/disables displaying of the additional filter by time period;
By default off | displaying of the panel is disabled.
|
type |
Selection of the displayed data type - the active alarms list or the alarm history one.
By default the last selected list is displayed. |