@@ -597,9 +597,10 @@ <h3>Bash file preview:</h3>
597
597
< script src ="src/static/vendor/js/vis.js "> </ script >
598
598
< script src ="src/lab-generator/models/draw.js "> </ script >
599
599
< script src ="src/lab-generator/make_draw_model.js "> </ script >
600
- < div id ="mynetwork " style ="height: 75vh ; border: 1px solid lightgray; "> </ div >
600
+ < div id ="mynetwork " style ="height: 65vh ; border: 1px solid lightgray; "> </ div >
601
601
602
- < div id ="controls " style ="border: 1px solid lightgray; width: 100%; margin-top: 1em; ">
602
+ < div id ="controls "
603
+ style ="border: 1px solid lightgray; width: 100%; margin-top: 1em; height: 25vh; overflow: scroll; ">
603
604
< div class ="row " style ="margin: 0 !important; ">
604
605
< div class ="col-md-offset-3 col-md-2 ">
605
606
< h3 class ="margin-bottom: 5px; "> Edges smoothness</ h3 >
@@ -641,8 +642,8 @@ <h3 class="margin-bottom: 5px;">Physics</h3>
641
642
642
643
< div class ="form-group ">
643
644
< label for ='physicsGravitationalConstant '> Gravitational Constant:</ label >
644
- < input style ="max-width: 300px; " type ='range ' min ='-30000 ' max ='0 ' value ='-1200 ' step =' 50 '
645
- id ='physicsGravitationalConstant ' onchange ='setNetworkOptions() '>
645
+ < input style ="max-width: 300px; " type ='range ' min ='-30000 ' max ='0 ' value ='-1200 '
646
+ step =' 50 ' id ='physicsGravitationalConstant ' onchange ='setNetworkOptions() '>
646
647
< input style ="max-width: 300px; margin-top: 10px; " class ="form-control " type ='text '
647
648
value ='-1200 ' id ='physicsGravitationalConstantValue ' readonly ='true '>
648
649
</ div >
@@ -651,32 +652,33 @@ <h3 class="margin-bottom: 5px;">Physics</h3>
651
652
< h3 class ="margin-bottom: 5px; "> Miscellaneous</ h3 >
652
653
653
654
< div class ="form-group ">
654
- < input class ="form-check-input " type ="checkbox " value ="" id ="ifNameAt ">
655
- < label class ="form-check-label " for ="ifNameAt ">
656
- Replace interface name with "@"
657
- </ label >
655
+ < input class ="form-check-input " type ="checkbox " value ="" id ="ifNameAt ">
656
+ < label class ="form-check-label " for ="ifNameAt ">
657
+ Replace interface name with "@"
658
+ </ label >
658
659
</ div >
659
660
660
661
< div class ="form-group ">
661
- < input class ="form-check-input " type ="checkbox " value ="" id ="ifOspfCost ">
662
- < label class ="form-check-label " for ="ifOspfCost ">
663
- Show OSPF interface cost
664
- </ label >
662
+ < input class ="form-check-input " type ="checkbox " value ="" id ="ifOspfCost ">
663
+ < label class ="form-check-label " for ="ifOspfCost ">
664
+ Show OSPF interface cost
665
+ </ label >
665
666
</ div >
666
667
667
668
< div class ="form-group ">
668
- < input class ="form-check-input " type ="checkbox " value ="" id ="routingLabel ">
669
- < label class ="form-check-label " for ="routingLabel ">
670
- Show OSPF/RIP/BGP label on router
671
- </ label >
669
+ < input class ="form-check-input " type ="checkbox " value ="" id ="routingLabel ">
670
+ < label class ="form-check-label " for ="routingLabel ">
671
+ Show OSPF/RIP/BGP label on router
672
+ </ label >
672
673
</ div >
673
- </ div >
674
+ </ div >
674
675
</ div >
675
676
676
677
< div class ="row " style ="margin: 0 !important; margin-top: 10px; ">
677
678
< div class ="col-md-offset-3 col-md-6 ">
678
679
< div class ="form-group ">
679
- < button class ="btn btn-danger btn-block " data-ng-click ="makeGraph(netkit) "> Reset</ button >
680
+ < button class ="btn btn-danger btn-block "
681
+ data-ng-click ="makeGraph(netkit) "> Reset</ button >
680
682
</ div >
681
683
</ div >
682
684
</ div >
@@ -719,6 +721,7 @@ <h4 class="modal-title">Running Commands</h4>
719
721
}
720
722
}
721
723
</ script >
724
+ </ div >
722
725
</ body >
723
726
724
727
</ html >
0 commit comments