Skip to content

Commit

Permalink
Refs #188. Added session parameters in TeraSessionForm.
Browse files Browse the repository at this point in the history
  • Loading branch information
SBriere committed Nov 17, 2022
1 parent 924b28f commit 7754702
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teraserver/python/opentera/forms/TeraSessionForm.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def get_session_form(user_access: DBManagerTeraUserAccess, specific_session_id:
item_options={"default": 0, "readonly": True}))
# Session status is hidden as it needs to be handled elsewhere for now
section.add_item(TeraFormItem("session_status", gettext("State"), "array", True, item_values=status_list))
section.add_item(TeraFormItem("session_parameters", gettext("Parameters"), "json", False))
section.add_item(TeraFormItem("session_comments", gettext("Comments"), "longtext", False))

# Hidden as handled elsewhere
Expand Down

0 comments on commit 7754702

Please sign in to comment.