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
+30-16Lines changed: 30 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -29,36 +29,50 @@
29
29
30
30
31
31
<divclass="panel panel-primary">
32
-
<divclass="panel-heading">Application URL</div>
32
+
<divclass="panel-heading"><h4>Game Server Control Panel</h4></div>
33
33
<divclass="panel-body">
34
+
<p>You can access the link below to log in and manage your Game Server, which includes controlling settings, plugins, mods, backups and much more.</p>
35
+
<p><b>Tip:</b> Make sure your Instance is Runnings before trying to access this link</p>
36
+
<buttonstyle="margin-left: 16px; "onclick="window.open('{$appUrl}/?instance={$instanceId}', '_blank')"class="btn btn-default">Open Game Server Control Panel</button>
37
+
<p> </p>
38
+
<p>Alternatively you can Bookmark the below link for quick refference</p>
0 commit comments