diff test_create.html @ 2908:9c26e579e64d

Test create supports template XMLs. Added ITU-R BS.1116 template.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Tue, 01 Aug 2017 09:13:57 +0100
parents a1e294297380
children bcb741f60298
line wrap: on
line diff
--- a/test_create.html	Mon Jul 31 16:15:47 2017 +0100
+++ b/test_create.html	Tue Aug 01 09:13:57 2017 +0100
@@ -1063,7 +1063,7 @@
                     </div>
                     <div class="row">
                         <div class="col-md-6" style="overflow-y: scroll;height: 333px;">
-                            <div class="new-test" ng-repeat="i in testSpecifications.interfaces" ng-mouseover="mouseover(i.name)" ng-click="initialise(i.name)">
+                            <div class="new-test" ng-repeat="i in testSpecifications.interfaces" ng-mouseover="mouseover(i.name)" ng-click="select(i.name)">
                                 <label style="cursor:pointer">
                                     <input type="radio" name="new-test" value="{{i.name}}" id="i.name" style="cursor:pointer" /> {{i.name}}
                                 </label>