You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/servers/AMP/templates/overview.tpl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@
36
36
<p>Manage your Game Server Console to control a wide range of functions, including controlling settings, plugins, mods, backups, and many other features.</p>
37
37
</div>
38
38
<divclass="col-sm-4 text-sm-right text-center">
39
-
<buttonstyle="margin-left: 0px; "onclick="window.open('{$appUrl}/?instance={$instanceId}', '_blank')"class="btn btn-success">Open Game Server Control Panel</button>
39
+
<buttonstyle="margin-left: 0px; "onclick="window.open('{$appUrl}/remote/{$instanceId}', '_blank')"class="btn btn-success">Open Game Server Control Panel</button>
0 commit comments