@if (session()->has('success'))
{!! session()->get('success') !!}
@endif @if (!$game_server->is_set_up)
{{ __('Finish Setting Up') }}

{!! __('In order to finish setting up this game server, please open up the Tadah.Arbiter\'s App.config and add the following access key like so:') !!}

{{ __('Then, launch Tadah.Arbiter. Upon a successful connection, you will see this page automatically reload.') }}

@else
                             $game_server->state() != GameServerState::Offline])>
                            
$game_server->state() == GameServerState::Offline]) role="status"> {{ __('Loading Game Server Console...') }}
{{ __('Note: Timestamps are set in') }} UTC{{ substr($game_server->utc_offset, 0, -3) }}

{{ __('CPU Usage') }}

{{ __('CPU usage statistics are unavailable while the game server is offline.') }}

{{ __('RAM Usage') }}

{{ __('RAM usage statistics are unavailable while the game server is offline.') }}

{{ __('Network Usage') }}

{{ __('Network Usage statistics are unavailable while the game server is offline.') }}
{{ __('View more statistics on Grafana') }}
...
...
...
@endif