diff --git a/omf/models/resilientCommunity.html b/omf/models/resilientCommunity.html index 919a58c14..b1f8badd7 100644 --- a/omf/models/resilientCommunity.html +++ b/omf/models/resilientCommunity.html @@ -50,46 +50,49 @@ Choose Equipment Lines - + Yes No Transformers - + Yes No Buses - + Yes No Fuses - + Yes No - - - + + + + Data Refresh + + Yes + No + + Loads Coloring BySelect the simulation output value that will be used to color the loads in the circuit. - + Base Criticality Score Community Criticality Score Base Criticality Index Community Criticality Index - No Node Coloring + No Node Coloring @@ -114,7 +117,7 @@ var mapContent = allOutputData["resilienceMap"] var iframe = document.createElement('iframe'); iframe.style = 'width:1000px; height:800px; border-radius:8px;' - document.getElementById('resilienceMap').innerHTML = ''; + document.getElementById('resilienceMap').innerHTML = ''; document.getElementById('resilienceMap').appendChild(iframe); iframe.contentWindow.document.open(); iframe.contentWindow.document.write(mapContent);