Skip to content

Commit b27cad1

Browse files
Updates
1 parent 657f80e commit b27cad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<h3>Load SCL file to compare against</h3>
88
<input id="oursinput" type="file"></input>
99
<div style="margin:10px" class="oursloadstatus">No SCL loaded</div>
10-
<select class="oursselect"></select>
10+
<select class="oursselect"><option>--Please choose an IED--</option></select>
1111
<div style="margin:10px" class="oursdescribestatus">Select IED to generate describe object</div>
1212
<button disabled class="oursdescload">Download describe object</button>
1313
<div class="describeours"></div>
@@ -16,7 +16,7 @@ <h3>Load SCL file to compare against</h3>
1616
<h3>Load SCL file to compare to</h3>
1717
<input id="theirsinput" type="file"></input>
1818
<div style="margin:10px" class="theirsloadstatus">No SCL loaded</div>
19-
<select class="theirsselect"></select>
19+
<select class="theirsselect"><option>--Please choose an IED--</option></select>
2020
<div style="margin:10px" class="theirsdescribestatus">Select IED to generate describe object</div>
2121
<button disabled class="theirsdescload">Download describe object</button>
2222
<div class="describetheirs"></div>

0 commit comments

Comments
 (0)