LabFileBrowserRoot#
- class nublado.controller.config.LabFileBrowserRoot(*values)#
Bases:
StrEnumWhere the top of the UI file browser is.
Attributes Summary
The user's home directory is as high as the file browser can go.
The file browser can traverse up to the container root directory.
Attributes Documentation
- HOME = 'home'#
The user’s home directory is as high as the file browser can go.
- ROOT = 'root'#
The file browser can traverse up to the container root directory.