Customize template for viewing probe details
probably still need to improve editing also? we'll see
This commit is contained in:
parent
daa304c613
commit
aa97a36167
4 changed files with 101 additions and 5 deletions
|
@ -51,6 +51,13 @@ class TempmonProbeView(MasterView):
|
|||
has_rows = True
|
||||
model_row_class = tempmon.Reading
|
||||
|
||||
labels = {
|
||||
'critical_max_timeout': "Critical High Timeout",
|
||||
'good_max_timeout': "High Timeout",
|
||||
'good_min_timeout': "Low Timeout",
|
||||
'critical_min_timeout': "Critical Low Timeout",
|
||||
}
|
||||
|
||||
grid_columns = [
|
||||
'client',
|
||||
'config_key',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue