reformat html

This commit is contained in:
Tyler 2021-06-05 22:21:49 -05:00
parent 9fc34e2704
commit 4b5ab5fcdb
1 changed files with 8 additions and 2 deletions

View File

@ -21,8 +21,14 @@ if (window.location.href.indexOf("5d49ec10226b9e13cb6a422e") > -1) {
"southeastasia", "eastasia", "brazilsouth", "eastus2", "eastus", +
"centralus", "northcentralus", "francecentral", "chinanorth2", "chinaeast2", +
"usgovvirginia", "usgovarizona"];
var profilesHTML = '<center><button id="controlPlanesButton type="button">Controlplanes</button> <button id="stagesButton type="button">Stages</button> <button id="dataPlanesButton type="button">Dataplanes</button></center>'
var dataplanesHTML = '<button id="canadaCentralButton" type="button">canadacentral</button><button id="canadaEastButton" type="button">canadaeast</button><button id="centralIndiaButton" type="button>centralindia</button><button id="southIndiaButton" type="button">southindia</button><button id="westIndiaButton" type="button">westindia</button><button id="switzerlandNorthButton" type="button">switzerlandnorth</button><button id="norwayEastButton" type="button">norwayeast</button>'
var profilesHTML = '<center><button id="controlPlanesButton type="button">Controlplanes</button> ' +
'<button id="stagesButton type="button">Stages</button> <button id="dataPlanesButton type="button">' +
'Dataplanes</button></center>'
var dataplanesHTML = '<button id="canadaCentralButton" type="button">canadacentral</button>' +
'<button id="canadaEastButton" type="button">canadaeast</button><button id="centralIndiaButton"' +
' type="button>centralindia</button><button id="southIndiaButton" type="button">southindia</button>' +
'<button id="westIndiaButton" type="button">westindia</button><button id="switzerlandNorthButton"' +
' type="button">switzerlandnorth</button><button id="norwayEastButton" type="button">norwayeast</button>'
var locationHTML = dataplanesHTML
}