@model IEnumerable

Web Console

                                /(((((((*                           
                      ./((((((((((((((((,                            
            .*/(((((((((((((((((((((((((.                            
    *((((((((((((((((((((((((((((((((((                              
 ./(((((((((((((((((((((((((((((((((((/ ,**,                         
    ./(((((((((((((((((((((((((((((((/  ,******,                     
       ,(((((((((((((((((((((((((((((* ********//**.                 
         */(((((((((((((((((((((((((* ***************                
      ,***  ,(((((((((((((((((((((((,  ,***************.             
     ,****/**,*/(((((((((((((((((((.       *************,            
    ************,,((((((((((((((((*.         ,************           
  .***********,     *(((((((((((((            .*//*********          
 .,**********,        ,(((((((((/               ***********          
 ,**********,           *(((((((/               ,**********          
 ,/*********,             .*(((*                 **********,         
 ,/*********,                .*.                 ***********.        
 ,**********,                                   ***********          
  .***********                                  ***********          
  .************                               .***********           
    ************.                           .************,           
     ,*************                      .**************,            
      .*****************              *****************.             
         *******************************************,                
           .*//***********************************.                  
              ********************************,.                     
                 .************************,                          
                            ,.**,           
            
@ViewBag.Localization["WEBFRONT_CONSOLE_FORM_SERVER"]
@Html.DropDownList("Server", Model.Select(s => new SelectListItem { Text = s.Name.StripColors(), Value = s.ID.ToString() }).ToList(), new { @class = "form-control", id = "console_server_select" })
@section scripts { }