Smart Grid Applications Overview > Responder Overview > Optional Configurations > Web Server > Dashboard > Remove Dashboard Values |
Version: 10.1 |
You may remove reported information from the dashboard Analytical and Tabular sections. This is done by editing the Web.config file. By default, this file is installed here: C:\Inetpub\wwwroot\Responder.
The dashboard uses providerKeys to gather the data and controlKeys to display it. By removing the providerKey and the corresponding controlKey, you can eliminate reported data in the dashboard. You may take out only the controlKey. If you choose to take out only the providerKey, the display will appear broken.
Copy Code
|
|
---|---|
<add key="service.providerKeys" value="customerStatus, crewStatus, incidentStatus, wiresDownStatus, regionAreaPath, affectedLoadPoints, incidentDevicePoints, hazardPoints, callStatus, outageMonetaryStatus"/> |
Below are descriptions of the providerKeys:
Copy Code
|
|
---|---|
<add key="dashboard.grid.controlKeys" value="customerStatus, incidentStatus, crewStatus, wiresDownStatus, callStatus, outageMonetaryStatus"/> |
Below are descriptions of the controlKeys.