mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge branch 'feat-storage-buckets' into feat-s3-integration
This commit is contained in:
commit
9f3b298a57
1 changed files with 0 additions and 8 deletions
|
|
@ -326,12 +326,6 @@ App::get('/console/storage/bucket')
|
|||
/** @var Appwrite\Utopia\Response $response */
|
||||
/** @var Utopia\View $layout */
|
||||
|
||||
// $logs = new View(__DIR__.'/../../views/console/comps/logs.phtml');
|
||||
|
||||
// $logs
|
||||
// ->setParam('interval', App::getEnv('_APP_MAINTENANCE_RETENTION_AUDIT', 0))
|
||||
// ;
|
||||
|
||||
$page = new View(__DIR__.'/../../views/console/storage/bucket.phtml');
|
||||
$page
|
||||
->setParam('home', App::getEnv('_APP_HOME', 0))
|
||||
|
|
@ -339,8 +333,6 @@ App::get('/console/storage/bucket')
|
|||
->setParam('fileLimitHuman', Storage::human(App::getEnv('_APP_STORAGE_LIMIT', 0)))
|
||||
;
|
||||
|
||||
// $page->setParam('logs', $logs);
|
||||
|
||||
$layout
|
||||
->setParam('title', APP_NAME.' - Storage Bucket')
|
||||
->setParam('body', $page)
|
||||
|
|
|
|||
Loading…
Reference in a new issue