|
29 | 29 |
|
30 | 30 |
|
31 | 31 | <div class="panel panel-primary"> |
32 | | - <div class="panel-heading"><h4>Game Server Control Panel</h4></div> |
33 | | - <div class="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 | | - <button style="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> |
39 | | - <a href="{$appUrl}/?instance={$instanceId}" target="_blank">{$appUrl}/?instance={$instanceId}</a> |
40 | | - </div> |
| 32 | + <div class="panel-heading"><h4>Game Server Control Panel</h4></div> |
| 33 | + <div class="panel-body"> |
| 34 | + <div class="row"> |
| 35 | + <div class="col-sm-8"> |
| 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 | + </div> |
| 38 | + <div class="col-sm-4 text-right"> |
| 39 | + <button style="margin-left: 0px; " onclick="window.open('{$appUrl}/?instance={$instanceId}', '_blank')" class="btn btn-success">Open Game Server Control Panel</button> |
| 40 | + </div> |
| 41 | + </div> |
| 42 | + <p> </p> |
| 43 | + <div class="alert alert-info"> |
| 44 | + <strong>Tip:</strong> If you can't access your console, make sure your Instance is Running below. |
| 45 | + </div> |
41 | 46 | </div> |
| 47 | +</div> |
| 48 | + |
42 | 49 |
|
43 | 50 | {if !empty($endpoints)} |
44 | 51 | <div class="panel panel-primary"> |
45 | | - <div class="panel-heading"><h4>How to connect to your game</h4></div> |
| 52 | + <div class="panel-heading"><h4>Server Endpoints</h4></div> |
46 | 53 | <div class="panel-body" > |
47 | 54 |
|
48 | 55 | {foreach $endpoints as $e} |
|
73 | 80 | <div class="panel-body"> |
74 | 81 |
|
75 | 82 | <h5>Status: <span id="status"></span></h5> |
76 | | -<button id="start" class="btn btn-default" data-toggle="modal" data-target="#confirmModal">Start Instance</button> |
77 | | -<button id="stop" class="btn btn-default" data-toggle="modal" data-target="#confirmModal">Stop Instance</button> |
78 | | -<button id="restart" class="btn btn-default" data-toggle="modal" data-target="#confirmModal">Restart Instance</button> |
79 | | -<button id="resetPassword" class="btn btn-default" data-toggle="modal" data-target="#confirmModal">Reset Password</button> |
| 83 | +<button id="start" class="btn btn-success" data-toggle="modal" data-target="#confirmModal">Start Instance</button> |
| 84 | +<button id="stop" class="btn btn-danger" data-toggle="modal" data-target="#confirmModal">Stop Instance</button> |
| 85 | +<button id="restart" class="btn btn-warning" data-toggle="modal" data-target="#confirmModal">Restart Instance</button> |
| 86 | +<button id="resetPassword" class="btn btn-info" data-toggle="modal" data-target="#confirmModal">Reset Password</button> |
80 | 87 |
|
81 | 88 | </div> |
82 | 89 | </div> |
|
0 commit comments