small aws corrections
This commit is contained in:
parent
f5a699d5ae
commit
3031c64dee
|
|
@ -610,7 +610,7 @@ if (window.location.href.indexOf("5cf02dde58a00904bda41926") > -1) {
|
||||||
document.getElementById("applyButton").addEventListener("click", applyButtonClickAction, false);
|
document.getElementById("applyButton").addEventListener("click", applyButtonClickAction, false);
|
||||||
};
|
};
|
||||||
function loadControlplanes() {
|
function loadControlplanes() {
|
||||||
console.log("Loading Azure controlplanes profile");
|
console.log("Loading AWS controlplanes profile");
|
||||||
var controlplaneHTML = '<center><button id="ceButton" style="width:117px" type="button">CE</button><button id="cacentral1Button" style="width:117px" type="button">ca-central-1</button><button id="eucentral1Button" style="width:117px" type="button">eu-central-1</button><button id="euwest2Button" style="width:117px" type="button">eu-west-2</button></br></br><button id="uswest2Button" style="width:156px" type="button">us-west-2</button><button id="useast1Button" style="width:156px" type="button">us-east-1</button><button id="useast2Button" style="width:156px" type="button">us-east-2</button></br></br><button id="apsouth1Button" style="width:156px" type="button">ap-south-1</button><button id="apsoutheast2Button" style="width:156px" type="button">ap-southeast-2</button><button id="apnortheast1Button" style="width:156px" type="button">ap-northeast-1</button></br></br><button id="euwest1Button" style="width:468px" type="button">eu-west-1</button></center>';
|
var controlplaneHTML = '<center><button id="ceButton" style="width:117px" type="button">CE</button><button id="cacentral1Button" style="width:117px" type="button">ca-central-1</button><button id="eucentral1Button" style="width:117px" type="button">eu-central-1</button><button id="euwest2Button" style="width:117px" type="button">eu-west-2</button></br></br><button id="uswest2Button" style="width:156px" type="button">us-west-2</button><button id="useast1Button" style="width:156px" type="button">us-east-1</button><button id="useast2Button" style="width:156px" type="button">us-east-2</button></br></br><button id="apsouth1Button" style="width:156px" type="button">ap-south-1</button><button id="apsoutheast2Button" style="width:156px" type="button">ap-southeast-2</button><button id="apnortheast1Button" style="width:156px" type="button">ap-northeast-1</button></br></br><button id="euwest1Button" style="width:468px" type="button">eu-west-1</button></center>';
|
||||||
zNode.innerHTML = profilesHTML + '<hr class="solid">' + controlplaneHTML + '<hr class="solid">' + componentsHTML + auxHTML;
|
zNode.innerHTML = profilesHTML + '<hr class="solid">' + controlplaneHTML + '<hr class="solid">' + componentsHTML + auxHTML;
|
||||||
|
|
||||||
|
|
@ -646,7 +646,7 @@ if (window.location.href.indexOf("5cf02dde58a00904bda41926") > -1) {
|
||||||
document.getElementById("applyButton").addEventListener("click", applyButtonClickAction, false);
|
document.getElementById("applyButton").addEventListener("click", applyButtonClickAction, false);
|
||||||
};
|
};
|
||||||
function loadStages() {
|
function loadStages() {
|
||||||
console.log("Loading Azure stages profile");
|
console.log("Loading AWS stages profile");
|
||||||
var stagesHTML = '<center><button id="stage1Button" style="width:117px" type="button">Stage-1</button><button id="stage2Button" style="width:117px" type="button">Stage-2</button><button id="stage3amButton" style="width:117px" type="button">Stage-3 AM</button><button id="stage3pmButton" style="width:117px" type="button">Stage-3 PM</button></center>';
|
var stagesHTML = '<center><button id="stage1Button" style="width:117px" type="button">Stage-1</button><button id="stage2Button" style="width:117px" type="button">Stage-2</button><button id="stage3amButton" style="width:117px" type="button">Stage-3 AM</button><button id="stage3pmButton" style="width:117px" type="button">Stage-3 PM</button></center>';
|
||||||
|
|
||||||
zNode.innerHTML = profilesHTML + '<hr class="solid">' + stagesHTML + '<hr class="solid">' + componentsHTML + auxHTML;
|
zNode.innerHTML = profilesHTML + '<hr class="solid">' + stagesHTML + '<hr class="solid">' + componentsHTML + auxHTML;
|
||||||
|
|
@ -816,7 +816,7 @@ function apply() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
function reset(buttons) {
|
function reset() {
|
||||||
for (i = 0; i < componentArray.length; i++) {
|
for (i = 0; i < componentArray.length; i++) {
|
||||||
var component = componentArray[i];
|
var component = componentArray[i];
|
||||||
deselectComponent(component);
|
deselectComponent(component);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue