mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
🔧 Make lab_url and legacy_notebook_url member fields (fix #79)
(didn't I already do this?)
This commit is contained in:
parent
8f59ebad0e
commit
06301a6ad9
1 changed files with 2 additions and 2 deletions
|
@ -133,8 +133,6 @@ class Notebook(SophonGroupModel):
|
|||
"locked_by",
|
||||
"container_image",
|
||||
"is_running",
|
||||
"lab_url",
|
||||
"legacy_notebook_url",
|
||||
}
|
||||
|
||||
@classmethod
|
||||
|
@ -144,6 +142,8 @@ class Notebook(SophonGroupModel):
|
|||
"""
|
||||
return {
|
||||
"jupyter_token",
|
||||
"lab_url",
|
||||
"legacy_notebook_url",
|
||||
}
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Reference in a new issue