Skip to content

Commit 6648d2f

Browse files
committed
commit with tag nightly-24.10.26b
1 parent f8ee288 commit 6648d2f

File tree

9 files changed

+16
-424
lines changed

9 files changed

+16
-424
lines changed

clab-demo/topology-data.json

-353
This file was deleted.

dist/dist.zip

97 Bytes
Binary file not shown.

dist/topoviewer

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:e7947fbfb8ff7626ffe4db9149fe6771b27ed4dd1e90ea9252fdebd69d62bcca
2+
oid sha256:eac773fb054b9836fb95741b7701e9e13602c2aa8db3d6a74332b7892cdd2296
33
size 77787288

go_cloudshellwrapper/constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package cloudshellwrapper
22

3-
var VersionInfo string = "nightly-24.10.26a"
3+
var VersionInfo string = "nightly-24.10.26b"
44

55
// create html-public files
66
var HtmlPublicPrefixPath string = "./html-public/"

go_topoengine/adaptorClab.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ func (cyTopo *CytoTopology) GenerateClabTopoFromYaml(clabYamlTopoFile string) (s
158158
topoDataF, _ := os.Create(clabJsonTopoFilePath)
159159

160160
ctx, _ := context.WithCancel(context.Background())
161-
c.GenerateExports(ctx, topoDataF, "./topoviewer.tmpl")
161+
c.GenerateExports(ctx, topoDataF, "./clab-topoviewer.tmpl")
162162

163163
log.Infof("clab json topology succesfully generated, location of the file is %s", clabJsonTopoFilePath)
164164

0 commit comments

Comments
 (0)