fix naming convention

This commit is contained in:
Tyler Bean 2022-01-26 18:06:07 -06:00
parent b027433de5
commit 1fba4e1f04
1 changed files with 1 additions and 1 deletions

View File

@ -1444,7 +1444,7 @@ if (window.location.href.indexOf("60087ab5608daf0535dc8e23") > -1) {
var controlplaneHTML = '<center>' + var controlplaneHTML = '<center>' +
'<button id="europewest1Button" style="width:468px" type="button">Europe-West1</button>' + '<button id="europewest1Button" style="width:468px" type="button">Europe-West1</button>' +
'</br></br>' + '</br></br>' +
'<button id="europewest2Button" style="width:234px" type="button">EU-West2</button>' + '<button id="europewest2Button" style="width:234px" type="button">Europe-West2</button>' +
'<button id="uscentral1Button" style="width:234px" type="button">US-Central1</button>' + '<button id="uscentral1Button" style="width:234px" type="button">US-Central1</button>' +
'</br>' + '</br>' +
'<button id="useast1Button" style="width:156px" type="button">US-East1</button>' + '<button id="useast1Button" style="width:156px" type="button">US-East1</button>' +