Skip to content

Commit

Permalink
commit with tag nightly-25.01.01
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Dec 31, 2024
1 parent 3304524 commit 289f2ac
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions dist/html-static/js/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -1043,14 +1043,6 @@ document.addEventListener("DOMContentLoaded", async function() {
}
if (clickedEdge.data("editor") !== "true") {

addSvgIcon("endpoint-a-edgeshark", "images/svg-wireshark.svg", "Wireshark Icon", "before", "20px");
addSvgIcon("endpoint-b-edgeshark", "images/svg-wireshark.svg", "Wireshark Icon", "before", "20px");

addSvgIcon("endpoint-a-clipboard", "images/svg-copy.svg", "Clipboard Icon", "before", "20px");
addSvgIcon("endpoint-b-clipboard", "images/svg-copy.svg", "Clipboard Icon", "before", "20px");

addSvgIcon("panel-link-action-impairment-B->A", "images/svg-impairment.svg", "Impairment Icon", "before", "15px");

document.getElementById("panel-link").style.display = "none";
if (document.getElementById("panel-link").style.display === "none") {
document.getElementById("panel-link").style.display = "block";
Expand Down Expand Up @@ -4033,4 +4025,12 @@ function addSvgIcon(targetHtmlId, svgIcon, altName, position, size) {
document.head.appendChild(style);
}

addSvgIcon("endpoint-a-edgeshark", "images/svg-wireshark.svg", "Wireshark Icon", "before", "20px");
addSvgIcon("endpoint-b-edgeshark", "images/svg-wireshark.svg", "Wireshark Icon", "before", "20px");

addSvgIcon("endpoint-a-clipboard", "images/svg-copy.svg", "Clipboard Icon", "before", "20px");
addSvgIcon("endpoint-b-clipboard", "images/svg-copy.svg", "Clipboard Icon", "before", "20px");

addSvgIcon("panel-link-action-impairment-B->A", "images/svg-impairment.svg", "Impairment Icon", "before", "15px");


Binary file modified dist/topoviewer
Binary file not shown.
2 changes: 1 addition & 1 deletion go_cloudshellwrapper/constants.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package cloudshellwrapper

var VersionInfo string = "nightly-24.12.31"
var VersionInfo string = "nightly-25.01.01"

// create html-public files
var HtmlPublicPrefixPath string = "./html-public/"
Expand Down
2 changes: 1 addition & 1 deletion go_cloudshellwrapper/constants.go.bak
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package cloudshellwrapper

var VersionInfo string = "nightly-24.12.24"
var VersionInfo string = "nightly-24.12.31"

// create html-public files
var HtmlPublicPrefixPath string = "./html-public/"
Expand Down

0 comments on commit 289f2ac

Please sign in to comment.