Overview
This article provides information on the Application
, Config
, and NameDateRange
tables, which store the configuration settings for the dashboard's UI (user interface).
Information
-
Application
: This table stores the UI configuration for the dashboard. There is only one row in this table.
Column Description application_id The primary key. Password The password. Salt The salt used for security. timeout_mi How long it takes the dashboard to timeout (in minutes). Description The application description.
-
Config
: This table is updated through the Dashboard Configuration page of the dashboard.
Column Description config_id The primary key. config_name The name of the configuration. config_xml The XML code that defines the configuration.
-
NamedDateRange
: This table can be used to store custom date ranges, including date range information for baseline. The date ranges will show up in the date selection of the dashboard.
Column Description NamedDateRangeId The primary key. Name The name of the custom date range. This name will appear in the list of available date ranges in the dashboard UI. StartDate The start date of the date range. EndDate The end date of the date range.
Comments
0 comments
Article is closed for comments.