asdasd
This commit is contained in:
@@ -74,12 +74,24 @@ return [
|
||||
'icon' => 'MC',
|
||||
'entry_route' => '/apps/mining-checker',
|
||||
'window_mode' => 'window',
|
||||
'content_mode' => 'iframe',
|
||||
'content_mode' => 'native-module',
|
||||
'default_width' => 1180,
|
||||
'default_height' => 760,
|
||||
'supports_widget' => false,
|
||||
'supports_tray' => true,
|
||||
'module_name' => 'finance',
|
||||
'summary' => 'Vollstaendiger Rechner fuer Mining-Profitabilitaet, Stromkosten, ROI und Snapshot-Historie.',
|
||||
'module_options' => [
|
||||
'default_project_key' => 'doge-main',
|
||||
'active_view' => 'overview',
|
||||
'sections' => [
|
||||
['key' => 'overview', 'label' => 'Übersicht'],
|
||||
['key' => 'upload', 'label' => 'Upload'],
|
||||
['key' => 'measurements', 'label' => 'Mining-History'],
|
||||
['key' => 'wallet', 'label' => 'Wallet'],
|
||||
['key' => 'mining', 'label' => 'Miner-Daten'],
|
||||
['key' => 'dashboards', 'label' => 'Dashboards'],
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user