no message
This commit is contained in:
parent
845aea22c5
commit
e5c5705036
@ -688,8 +688,8 @@ final class HookController
|
||||
|
||||
$row['custom_config'] = json_decode($row['custom_config']);
|
||||
$row['dynamic_rate_config'] = json_decode($row['dynamic_rate_config']);
|
||||
$row['node_bandwidth_limit'] = Tools::flowToGB($row['node_bandwidth_limit']);
|
||||
$row['node_bandwidth'] = Tools::flowToGB($row['node_bandwidth']);
|
||||
$row['node_bandwidth_limit'] = Tools::flowToGB($row['node_bandwidth_limit']).'GB';
|
||||
$row['node_bandwidth'] = Tools::flowToGB($row['node_bandwidth']).'GB';
|
||||
$row['node_heartbeat'] = date('Y-m-d H:i:s', $row['node_heartbeat']);
|
||||
unset($row['is_dynamic_rate']);
|
||||
unset($row['dynamic_rate_type']);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user