LabFileBrowserRoot#

class nublado.controller.config.LabFileBrowserRoot(*values)#

Bases: StrEnum

Where the top of the UI file browser is.

Attributes Summary

HOME

The user's home directory is as high as the file browser can go.

ROOT

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.