dbms_primeidc_init...1
This commit is contained in:
parent
5b30849abe
commit
f044e02480
@ -38,7 +38,7 @@ class GearlistController extends DBMSController
|
||||
$spec = $lineup_explode[0];
|
||||
$cpu = $entity->getCPUName();
|
||||
$entity->all = $this->getServerService()->getCountByMode("all", $cpu, $spec);
|
||||
var_dump($entity->all);
|
||||
var_dump($entity);
|
||||
exit;
|
||||
$entity->use = $this->getServerService()->getCountByMode("use", $cpu, $spec);
|
||||
$entity->empty = $this->getServerService()->getCountByMode("empty", $cpu, $spec);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user