mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-14 12:29:35 -06:00
Revert "Feat: set status as editable field"
This reverts commit b4160ad59b.
This commit is contained in:
parent
a49869af42
commit
5b5b5c8909
@ -53,7 +53,7 @@ class DataSource(JobsMixin, PrimaryModel):
|
||||
max_length=50,
|
||||
choices=DataSourceStatusChoices,
|
||||
default=DataSourceStatusChoices.NEW,
|
||||
editable=True
|
||||
editable=False
|
||||
)
|
||||
enabled = models.BooleanField(
|
||||
verbose_name=_('enabled'),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user