|
|
|
@ -147,18 +147,6 @@ class TerminalSettingForm(BaseForm):
|
|
|
|
|
TERMINAL_ASSET_LIST_SORT_BY = forms.ChoiceField(
|
|
|
|
|
choices=SORT_BY_CHOICES, initial='hostname', label=_("List sort by")
|
|
|
|
|
)
|
|
|
|
|
# TERMINAL_COMMAND_STORAGE = FormEncryptDictField(
|
|
|
|
|
# label=_("Command storage"), help_text=_(
|
|
|
|
|
# "Set terminal storage setting, `default` is the using as default,"
|
|
|
|
|
# "You can set other storage and some terminal using"
|
|
|
|
|
# )
|
|
|
|
|
# )
|
|
|
|
|
# TERMINAL_REPLAY_STORAGE = FormEncryptDictField(
|
|
|
|
|
# label=_("Replay storage"), help_text=_(
|
|
|
|
|
# "Set replay storage setting, `default` is the using as default,"
|
|
|
|
|
# "You can set other storage and some terminal using"
|
|
|
|
|
# )
|
|
|
|
|
# )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class TerminalCommandStorage(BaseForm):
|
|
|
|
|