show the current channel and add links to the changelogs

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-03-02 15:47:16 +01:00
parent 853a880c9d
commit 6232000e31
2 changed files with 11 additions and 1 deletions

View file

@ -88,6 +88,7 @@ $app->get('/containers', function ($request, $response, $args) use ($container)
'has_update_available' => $dockerActionManger->isAnyUpdateAvailable(),
'last_backup_time' => $configurationManager->GetLastBackupTime(),
'backup_times' => $configurationManager->GetBackupTimes(),
'current_channel' => $dockerActionManger->GetCurrentChannel(),
]);
})->setName('profile');
$app->get('/login', function ($request, $response, $args) use ($container) {