fix (dashboard): Clean up names.
This commit is contained in:
@@ -84,10 +84,12 @@ class TimerOptions(SettingGroup):
|
||||
'timerset:inactivity_threshold|desc',
|
||||
"How many timer cycles before kicking inactive members."
|
||||
)
|
||||
|
||||
_model = TimerData.Timer
|
||||
_column = TimerData.Timer.inactivity_threshold.name
|
||||
|
||||
_min = 0
|
||||
_max = 64
|
||||
|
||||
@property
|
||||
def input_formatted(self):
|
||||
return str(self._data) if self._data is not None else ''
|
||||
|
||||
Reference in New Issue
Block a user