Port filemanager to composition style api and sync filemanger/terminal/logs toolbar layout
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
|
||||
const API_ORIGIN = import.meta.env.VITE_API_ORIGIN || '';
|
||||
const BASE_URL = import.meta.env.BASE_URL || '/';
|
||||
|
||||
// app.accessRestriction:
|
||||
// null = ANY
|
||||
@@ -311,6 +312,7 @@ const BACKUP_FORMATS = [
|
||||
// named exports
|
||||
export {
|
||||
API_ORIGIN,
|
||||
BASE_URL,
|
||||
ACL_OPTIONS,
|
||||
APP_TYPES,
|
||||
ERROR,
|
||||
@@ -342,6 +344,7 @@ export {
|
||||
// default export
|
||||
export default {
|
||||
API_ORIGIN,
|
||||
BASE_URL,
|
||||
ACL_OPTIONS,
|
||||
APP_TYPES,
|
||||
ERROR,
|
||||
|
||||
Reference in New Issue
Block a user