Skip to content

Commit

Permalink
Staging v0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-github-robot authored May 2, 2024
2 parents 46796a6 + faee2e5 commit e544fae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ function getMcis() {
makePolyDot(vmGeo);
vmGeo = convexHull(vmGeo);

mcisStatus[cnt] = item.status;fv
mcisStatus[cnt] = item.status;

var newName = item.name;
if (newName.includes("-nlb")) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "echo 'Removing temporal cache files' && rm -rf dist/* .parcel-cache/* && mkdir -p dist/img/ && cp -r img/ dist/ && parcel build --public-url . index.html"
},
"description": "MapUI Client for CB-Tumblebug (display multi-cloud infra service)",
"version": "0.8.11",
"version": "0.8.12",
"repository": {
"type": "git",
"url": "git+https://github.com/cloud-barista/cb-mapui.git"
Expand Down

0 comments on commit e544fae

Please sign in to comment.