Config Viewer

Overview
The Config Viewer allows an Admin User the ability to view all of the configuration values within PCR-360.
Columns
Column Name  | Description  | Notes  | 
|---|---|---|
ROW_ID  | Hidden by default. A unique identifier for the row suitable for including in a HTML attribute  | The entire purpose of this column's existence is to make both the grid report and double click to expand row work  | 
INI Key  | Hidden by default. Value should match the value one would use to override that parameter in the site config ini  | Example: if you would set the value with section.parameter="VALUE" then the ROW ID should be section.parameter  | 
Category  | The parameter’s category.  | |
Parameter  | The name of the parameter  | |
Type  | The type of value expected  | |
Current Value  | The currently configured value for the parameter  | |
Description  | The parameter’s description  | |
Default Value  | The default value for the parameter  | |
Expected Values  | The expected values and their impact  |