File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 < script src ="https://cdn.jsdelivr.net/npm/cytoscape-qtip@2.8.0/cytoscape-qtip.min.js " integrity ="sha384-/wOfQ2EF8dRXpJj/0rw3wfMzHB/hPiKoGnyiIaYKCW7e5EZsUUOzFDtnum4eufVs " crossorigin ="anonymous "> </ script >
2222 < script src ="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.2/moment.min.js " integrity ="sha384-sIzeKWIAHvT0Vm8QbfLCqZwBG0WMCkWVAOYd/330YSNeeQ1Y57N3T9lQz5Ry/EHH " crossorigin ="anonymous "> </ script >
2323 < script src ="https://cdnjs.cloudflare.com/ajax/libs/tempusdominus-bootstrap-4/5.0.1/js/tempusdominus-bootstrap-4.min.js " integrity ="sha384-hzexvprs0k2Q/IHSJOfegsjdg6kTcTTVxQdgHiB4+I/915hcvse9v42LLVVM5K4e " crossorigin ="anonymous "> </ script >
24- < script src ="https://cdn.jsdelivr.net/npm/desvg@1.0.2/desvg.min.js " integrity ="sha384-0wGKJjJ/c7TAf3eiXh6u62Xrl/qbfUKz6/9h2gPE1l/f9iMLSRfgchhT99XT9O6f " crossorigin ="anonymous "> </ script >
24+ < script src ="https://cdn.jsdelivr.net/npm/desvg@1.0.2/desvg.min.js " integrity ="sha384-ZOVohye7BoqmxIwQPP39NQrWUNVACjW1oHpAPQ09pGRXqidrYxFb3lqDLQt5UBKM " crossorigin ="anonymous "> </ script >
2525 <!-- Neo4j JavaScript Driver -->
2626 < script src ="https://cdn.jsdelivr.net/npm/neo4j-driver@4.4.11/lib/browser/neo4j-web.min.js " integrity ="sha384-M7IgiSpzRjF1qJu8pYaYwoDwXif/XBFUlabbZLNDtqXE7kPugcTx7QRyZqveSoBZ " crossorigin ="anonymous "> </ script >
2727 < script src ="static/js/script.js "> </ script >
152152 </ div >
153153 < hr >
154154 < a data-bs-toggle ="tooltip " data-bs-placement ="bottom " title ="Enable visualization of malicious account ranking. "> Rank visualize mode</ a > < br >
155- < input type ="checkbox " data-toggle ="toggle " data-on ="Enabled " data-onstyle ="secondary " data-height ="35 " data-off ="Disabled " data-offstyle ="outline-secondary " id ="rankMode ">
155+ < input type ="checkbox " data-toggle ="toggle " data-onlabel ="Enabled " data-onstyle ="secondary " data-height ="35 " data-offlabel ="Disabled " data-offstyle ="outline-secondary " id ="rankMode ">
156156 < hr >
157157 < a data-bs-toggle ="tooltip " data-bs-placement ="bottom " title ="Import event logs in EVTX or XML format. "> Upload</ a > < br >
158158 < button class ="btn btn-secondary " data-bs-toggle ="modal " data-bs-target ="#UploadEVTX "> Upload Event Log</ button >
Original file line number Diff line number Diff line change 4141 < input type ="button " class ="btn btn-primary ms-1 mt-2 h-25 " value ="+ " onclick ="ItemField.add(); " />
4242 < input type ="button " class ="btn btn-primary ms-1 mt-2 h-25 " value ="- " onclick ="ItemField.del(); " />
4343 < span class ="ms-1 mt-2 ">
44- < input type ="checkbox " data-toggle ="toggle " data-on ="Table " data-onstyle ="secondary " data-height ="38 " data-off ="Graph " data-offstyle ="outline-secondary " id ="timelineTypes ">
44+ < input type ="checkbox " data-toggle ="toggle " data-onlabel ="Table " data-onstyle ="secondary " data-height ="38 " data-offlabel ="Graph " data-offstyle ="outline-secondary " id ="timelineTypes ">
4545 </ span >
4646 < button type ="button " class ="btn btn-outline-primary ms-1 mt-2 h-25 " onclick ="searchTimeline() "> search</ button >
4747 < button type ="button " class ="btn btn-outline-primary ms-1 mt-2 h-25 " onclick ="createAlltimeline() "> all</ button >
You can’t perform that action at this time.
0 commit comments