From 3031c64dee4fe7df907cbbe7e55b548a71d7edea Mon Sep 17 00:00:00 2001 From: Tyler Date: Mon, 7 Jun 2021 22:28:25 -0500 Subject: [PATCH] small aws corrections --- statusio-selector.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);