{include file="page_header.tpl"} {literal} {/literal}
{section name=domain loop=$tool_domain_list} {/section}
Domains
{$tool_domain_list[domain].domain_name}
{if $tool_domain_selected}
{section name=shard loop=$tool_shard_list} {if $tool_domain_selected == $tool_shard_list[shard].shard_domain_id} {/if} {/section}
Shards
{$tool_shard_list[shard].shard_name}
{/if}
  {if !$tool_domain_selected}
You need to select a domain.
{elseif $tool_domain_error}
{$tool_domain_error}
{else} {if $tool_as_error}
{$tool_as_error}

{/if}
{assign var="service_counter" value="0"} {section name=service loop=$tool_services_list} {assign var="service_shard_id" value=$tool_services_list[service].ShardName} {if $tool_shard_filters.$service_shard_id || $tool_shard_filters._all_ || ($tool_shard_filters._unknown_ && !$tool_services_list[service].ShardName)} {cycle assign="trclass" values="row0,row1"} {assign var="tdclass1" value=""} {assign var="tdclass2" value=""} {if $tool_services_list[service]._flags_.rs_stopped}{assign var="tdclass1" value="class=\"cell_inactive1\""}{assign var="tdclass2" value="class=\"cell_inactive2\""}{assign var="trclass" value="row_stopped"}{/if} {if $tool_services_list[service]._flags_.rs_starting}{assign var="tdclass1" value="class=\"cell_inactive1\""}{assign var="tdclass2" value="class=\"cell_inactive2\""}{assign var="trclass" value="row_starting"}{/if} {if $tool_services_list[service]._flags_.alert_red}{assign var="trclass" value="row_red"}{/if} {if $tool_services_list[service]._flags_.alert_orange_dark}{assign var="trclass" value="row_orange_dark"}{/if} {if $tool_services_list[service]._flags_.alert_orange_light}{assign var="trclass" value="row_orange_light"}{/if} {assign var="check_name" value=$tool_services_list[service].AliasName} {assign var="service_counter" value="`$service_counter+1`"} {/if} {/section}
AliasName Shard ShortName Hostname Running State Running Tags State Report Counters User SL Tick SL Memory NbPlayers UpTime
{$tool_services_list[service].AliasName} {if $tool_services_list[service].ShardName != ""}{$tool_services_list[service].ShardName}{else}?{/if}{if $tool_services_list[service].ShardId != ""}/{$tool_services_list[service].ShardId}{/if} {$tool_services_list[service].ShortName} {$tool_services_list[service].Hostname} {$tool_services_list[service].RunningState} {$tool_services_list[service].RunningTags} {$tool_services_list[service].State} {$tool_services_list[service].NoReportSince} {$tool_services_list[service].StartCounter} {$tool_services_list[service].UserSpeedLoop} {$tool_services_list[service].TickSpeedLoop} {$tool_services_list[service].ProcessUsedMemory} {$tool_services_list[service].NbPlayers} {$tool_services_list[service].UpTime}
{if $service_counter > 0}
Commands :    
{if $tool_entity_data} {assign var="entity_service" value="n/a"} {section name=entity loop=$tool_entity_data} {if $entity_service != $tool_entity_data[entity].service} {assign var="entity_service" value=$tool_entity_data[entity].service} {/if} {cycle assign="trclass" values="row0,row1"} {/section}
{$entity_service}
Service Entity Name State Param 1 Param 2
{$tool_entity_data[entity].service_id} {$tool_entity_data[entity].entity} {$tool_entity_data[entity].entity_name}
{/if} {if $tool_execute_command}
Command Results for '{$tool_execute_command}' :
{/if} {else}
No AIS to work with!
{/if} {/if}
{include file="page_footer.tpl"}