diff --git a/backend/bec_atlas/model/model.py b/backend/bec_atlas/model/model.py index 77c6d07..d443ce1 100644 --- a/backend/bec_atlas/model/model.py +++ b/backend/bec_atlas/model/model.py @@ -171,6 +171,8 @@ class State(AccessProfile): class Session(MongoBaseModel, AccessProfile): deployment_id: str name: str + prefix: str = "" + description: str = "" SessionPartial = make_all_fields_optional(Session, "SessionPartial") diff --git a/frontend/bec_atlas/src/app/dashboard/dashboard.component.html b/frontend/bec_atlas/src/app/dashboard/dashboard.component.html index 54ba06e..78f0cc4 100644 --- a/frontend/bec_atlas/src/app/dashboard/dashboard.component.html +++ b/frontend/bec_atlas/src/app/dashboard/dashboard.component.html @@ -4,46 +4,23 @@ BEC - - - - - - account_circle - Username - - - - - - - - - - - table_chart - Data Browser - - - - - + + + - @@ -70,10 +47,10 @@ - + --> -