- added new wormhole statics for "Thera", closed #240

This commit is contained in:
Exodus4D
2016-07-15 21:42:36 +02:00
parent b867e8423c
commit 79cbeedb91
3 changed files with 579 additions and 551 deletions

View File

@@ -770,7 +770,19 @@ class Setup extends Controller {
protected function getIndexData(){
$indexInfo = [
'route' => [
'label' => 'Route',
'action' => 'buildRouteIndex',
'count' => DB\Database::instance()->getRowCount('system_neighbour')
],
'wormhole' => [
'label' => 'Wormhole',
'task' => '/export/sql/pathfinder.sql',
'count' => DB\Database::instance()->getRowCount('wormhole')
],
'SystemWormhole' => [
'label' => 'System wormhole',
'task' => '/export/sql/pathfinder.sql',
'count' => DB\Database::instance()->getRowCount('system_wormhole')
]
];
return $indexInfo;