mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
show the current channel and add links to the changelogs
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
853a880c9d
commit
6232000e31
2 changed files with 11 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue