mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-06 15:26:24 -06:00
Enable scheduling_enabled parameter for reports
This commit is contained in:
committed by
Jeremy Stretch
parent
197c6a1cbf
commit
b167153186
@@ -83,6 +83,7 @@ class Report(object):
|
||||
}
|
||||
"""
|
||||
description = None
|
||||
scheduling_enabled = True
|
||||
job_timeout = None
|
||||
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user