diff --git a/img/ibm.png b/img/ibm.png index d9eefa0..475742f 100644 Binary files a/img/ibm.png and b/img/ibm.png differ diff --git a/img/kt.png b/img/kt.png index 05f236a..2ae8377 100644 Binary files a/img/kt.png and b/img/kt.png differ diff --git a/img/ktvpc.png b/img/ktvpc.png index 1281a6f..f4d8e4d 100644 Binary files a/img/ktvpc.png and b/img/ktvpc.png differ diff --git a/img/ncp.png b/img/ncp.png index 0892b6c..9322b7c 100644 Binary files a/img/ncp.png and b/img/ncp.png differ diff --git a/img/ncpvpc.png b/img/ncpvpc.png index 4157002..73b247f 100644 Binary files a/img/ncpvpc.png and b/img/ncpvpc.png differ diff --git a/img/nhn.png b/img/nhn.png index a68f081..819ad52 100644 Binary files a/img/nhn.png and b/img/nhn.png differ diff --git a/index.html b/index.html index af4fe10..856af12 100644 --- a/index.html +++ b/index.html @@ -693,9 +693,14 @@ - + +
@@ -705,16 +710,14 @@ diff --git a/index.js b/index.js index 0ae71f7..fee7e03 100644 --- a/index.js +++ b/index.js @@ -1119,12 +1119,8 @@ function createMcis() { } console.log(error.config); - errorAlert( - JSON.stringify(error.response.data, null, 2).replace( - /['",]+/g, - "" - ) - ); + displayJsonData(error.response, typeError); + }) .finally(function () { removeSpinnerTask(spinnerId); @@ -3172,7 +3168,7 @@ window.onload = function () { var strArray = tbServerAp.split(":"); console.log("Host address: " + strArray[0]); document.getElementById("hostname").value = strArray[0]; - setTimeout(getConnection, 3000); + setTimeout(getConnection, 1000); updateNsList(); diff --git a/package.json b/package.json index de66e73..296a02c 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.5", + "version": "0.8.6", "repository": { "type": "git", "url": "git+https://github.com/cloud-barista/cb-mapui.git"