diff --git a/index.js b/index.js index 8e9f082..172426e 100644 --- a/index.js +++ b/index.js @@ -727,6 +727,7 @@ function outputAlert(jsonData, type) { html: '
', background: "#0e1746", showConfirmButton: true, + width: '30%', //backdrop: false, didOpen: () => { const container = document.getElementById("json-output"); @@ -1671,7 +1672,7 @@ function statusMCIS() { var namespace = namespaceElement.value; var mcisid = mcisidElement.value; - var url = `http://${hostname}:${port}/tumblebug/ns/${namespace}/mcis/${mcisid}?option=status`; + var url = `http://${hostname}:${port}/tumblebug/ns/${namespace}/mcis/${mcisid}`; axios({ method: "get",