Remove Estimated Time of Restoration
If you don't want to see the Estimated Time of Restoration options in the Dashboard, you can remove them using the Web.config file installed here: C:\Inetpub\wwwroot\Responder.
- Open Web.config.
-
Look for the following XML:
<add key="service.providerKeys" value="customerStatus, crewStatus, incidentStatus, wiresDownStatus, regionAreaPath, affectedLoadPoints, incidentDevicePoints, hazardPoints, callStatus, outageMonetaryStatus, regionEtr, feederEtr"/>
- Remove the last two keys in the list: regionEtr and feederEtr.
-
Look for the following XML:
<add key="dashboard.tabular.controlKeys" value="customerStatus, incidentStatus, crewStatus, wiresDownStatus, callStatus, regionEtr, feederEtr"/> <add key="dashboard.grid.controlKeys" value="customerStatus, incidentStatus, crewStatus, wiresDownStatus, callStatus, outageMonetaryStatus, regionEtr"/> <add key="mapRender.service.keys" value="customersInterrupted, interruptionCount, wiresDown, activeCalls, regionEtr"/>
- Remove the regionEtr and feederEtr from each value attribute. The first has both regionEtr and feederEtr. The last two have only the regionEtr.
- Save and close Web.config.