diff --git a/index.js b/index.js index 5f2e4ac..4a7ae7b 100644 --- a/index.js +++ b/index.js @@ -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")) { diff --git a/package.json b/package.json index ccd9ffe..d49dbff 100644 --- a/package.json +++ b/package.json @@ -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"