- If you want Olympus to be used on a different computer or over the internet for a dedicated server, select the multiplayer option. - -
diff --git a/manager/1.js b/manager/1.js index d852ce3f..ac4cd6d8 100644 --- a/manager/1.js +++ b/manager/1.js @@ -37,7 +37,7 @@ }); /* Installations */ - this.installationsPage = new InstallationsPage(this, { + this.installationPage = new installationPage(this, { instances: instances }); @@ -61,7 +61,7 @@ /* Create all the HTML pages */ document.body.appendChild(this.menuPage.getElement()); - document.body.appendChild(this.installationsPage.getElement()); + document.body.appendChild(this.installationPage.getElement()); document.body.appendChild(this.instancesPage.getElement()); document.body.appendChild(this.connectionsPage.getElement()); document.body.appendChild(this.passwordsPage.getElement()); diff --git a/manager/ejs/installations.ejs b/manager/ejs/installation.ejs similarity index 100% rename from manager/ejs/installations.ejs rename to manager/ejs/installation.ejs diff --git a/manager/ejs/menu.ejs b/manager/ejs/menu.ejs index 2a2e77b2..1ee05ae8 100644 --- a/manager/ejs/menu.ejs +++ b/manager/ejs/menu.ejs @@ -1,62 +1,55 @@