diff --git a/statusio-selector.js b/statusio-selector.js index 2266d65..d83749a 100644 --- a/statusio-selector.js +++ b/statusio-selector.js @@ -610,7 +610,7 @@ if (window.location.href.indexOf("5cf02dde58a00904bda41926") > -1) { document.getElementById("applyButton").addEventListener("click", applyButtonClickAction, false); }; function loadControlplanes() { - console.log("Loading Azure controlplanes profile"); + console.log("Loading AWS controlplanes profile"); var controlplaneHTML = '






'; zNode.innerHTML = profilesHTML + '
' + controlplaneHTML + '
' + componentsHTML + auxHTML; @@ -646,7 +646,7 @@ if (window.location.href.indexOf("5cf02dde58a00904bda41926") > -1) { document.getElementById("applyButton").addEventListener("click", applyButtonClickAction, false); }; function loadStages() { - console.log("Loading Azure stages profile"); + console.log("Loading AWS stages profile"); var stagesHTML = '
'; zNode.innerHTML = profilesHTML + '
' + stagesHTML + '
' + componentsHTML + auxHTML; @@ -816,7 +816,7 @@ function apply() { } } }; -function reset(buttons) { +function reset() { for (i = 0; i < componentArray.length; i++) { var component = componentArray[i]; deselectComponent(component);