40 lines
1.6 KiB
Smarty
40 lines
1.6 KiB
Smarty
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h3 class="panel-title">{$LANG.hexagamecloud_server_overview}</h3>
|
|
</div>
|
|
<div class="panel-body">
|
|
{if $apiWarning}
|
|
<div class="alert alert-warning">{$apiWarning}</div>
|
|
{/if}
|
|
{if $notProvisioned}
|
|
<p class="text-muted">{$LANG.hexagamecloud_not_provisioned}</p>
|
|
{else}
|
|
<dl class="dl-horizontal">
|
|
<dt>{$LANG.hexagamecloud_server_name}</dt>
|
|
<dd>{$serverName}</dd>
|
|
<dt>{$LANG.hexagamecloud_status}</dt>
|
|
<dd>{$technicalStatus}</dd>
|
|
<dt>{$LANG.hexagamecloud_join_address}</dt>
|
|
<dd>{$joinAddress}</dd>
|
|
<dt>{$LANG.hexagamecloud_edition}</dt>
|
|
<dd>{$edition}</dd>
|
|
<dt>{$LANG.hexagamecloud_software}</dt>
|
|
<dd>{$softwareFamily}</dd>
|
|
<dt>{$LANG.hexagamecloud_version}</dt>
|
|
<dd>{$minecraftVersion}</dd>
|
|
<dt>{$LANG.hexagamecloud_plan}</dt>
|
|
<dd>{$planSlug}</dd>
|
|
<dt>{$LANG.hexagamecloud_ram}</dt>
|
|
<dd>{$ramMb} MiB</dd>
|
|
<dt>{$LANG.hexagamecloud_next_due}</dt>
|
|
<dd>{$nextDueDate}</dd>
|
|
<dt>{$LANG.hexagamecloud_suspend_status}</dt>
|
|
<dd>{$billingStatus}</dd>
|
|
</dl>
|
|
{if $lastSync}
|
|
<p class="text-muted"><small>{$LANG.hexagamecloud_last_sync}: {$lastSync}</small></p>
|
|
{/if}
|
|
{/if}
|
|
</div>
|
|
</div>
|