Jump to content
XPEnology Community

binders

Rookie
  • Posts

    3
  • Joined

  • Last visited

Posts posted by binders

  1. I have two E5-2696 v4 after the patch appeared
    8 Cores (1 CPU / 8 Cores | 8 Threads)
    Then I went to edit manually.
    Here is a piece of code 
     

    Цитата

     

    ("support_mtd_serial")=="yes"){q.push([_T("common","ds_serial"),h.serial])}q.push([_T("common","ds_model"),h.model]);h.cpu_vendor="Intel";h.cpu_family="Xeon";h.cpu_series="E5-2696 v4";h.cpu_cores="22 Cores (2 CPU/44 Cores | 44s Threads)";h.cpu_detail="<a href='https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=E5-2696 v4' target=_blank>detail</a>";if(Ext.isDefined(h.cpu_vendor)&&Ext.isDefined(h.cpu_family)&&Ext.isDefined(h.cpu_series)){q.push([_T("status","cpu_model_name"),String.format("{0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {16} {17} {18} {19} {20} {21}",h.cpu_vendor,h.cpu_family,h.cpu_series,h.cpu_detail)])}if(Ext.isDefined(h.cpu_clock_speed)){if(h.cpu_clock_speed<1000){k=Math.round(h.cpu_clock_speed);q.push([_T("status","cpu_clock_speed"),k+" MHz"])}else{k=Math.round(h.cpu_clock_speed/10)/100;q.push([_T("status","cpu_clock_speed"),k+" GHz"])}}if(Ext.isDefined(h.cpu_num)){q.push([_T("status","cpu_num"),h.cpu_num])}if(Ext.isDefined(h.cpu_cores)){q.push([_T("status","cpu_cores"),h.


     

     

    And in the application the whole

    admin_center (1).js

×
×
  • Create New...