mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-22 13:22:24 -06:00
Feat: set status as editable field
This commit is contained in:
@@ -53,7 +53,7 @@ class DataSource(JobsMixin, PrimaryModel):
|
||||
max_length=50,
|
||||
choices=DataSourceStatusChoices,
|
||||
default=DataSourceStatusChoices.NEW,
|
||||
editable=False
|
||||
editable=True
|
||||
)
|
||||
enabled = models.BooleanField(
|
||||
verbose_name=_('enabled'),
|
||||
|
||||
Reference in New Issue
Block a user