config('app.version') === 'canary', 'eggsCount' => Egg::query()->count(), 'nodesList' => ListNodes::getUrl(), 'nodesCount' => Node::query()->count(), 'serversCount' => Server::query()->count(), 'usersCount' => User::query()->count(), 'devActions' => [ CreateAction::make() ->label(trans('dashboard/index.sections.intro-developers.button_issues')) ->icon('tabler-brand-github') ->url('https://github.com/pelican-dev/panel/issues/new/choose', true) ->color('warning'), CreateAction::make() ->label(trans('dashboard/index.sections.intro-developers.button_features')) ->icon('tabler-brand-github') ->url('https://github.com/pelican-dev/panel/discussions', true) ->color('primary'), ], 'nodeActions' => [ CreateAction::make() ->label(trans('dashboard/index.sections.intro-first-node.button_label')) ->icon('tabler-server-2') ->url(route('filament.admin.resources.nodes.create')) ->color('primary'), ], 'supportActions' => [ CreateAction::make() ->label(trans('dashboard/index.sections.intro-support.button_translate')) ->icon('tabler-language') ->url('https://crowdin.com/project/pelican-dev', true) ->color('info'), CreateAction::make() ->label(trans('dashboard/index.sections.intro-support.button_donate')) ->icon('tabler-cash') ->url('https://pelican.dev/donate', true) ->color('success'), ], 'helpActions' => [ CreateAction::make() ->label(trans('dashboard/index.sections.intro-help.button_docs')) ->icon('tabler-speedboat') ->url('https://pelican.dev/docs', true) ->color('info'), CreateAction::make() ->label(trans('dashboard/index.sections.intro-help.button_discord')) ->icon('tabler-brand-discord') ->url('https://discord.gg/pelican-panel', true) ->color('primary'), ], ]; } }