perf: i18n System Settings End

This commit is contained in:
Bai
2024-05-24 14:41:28 +08:00
parent e7f92ec0d7
commit 564ad40b99
19 changed files with 112 additions and 60 deletions

View File

@@ -117,7 +117,7 @@ class EndpointRule(JMSBaseModel):
on_delete=models.SET_NULL, verbose_name=_("Endpoint"),
)
comment = models.TextField(default='', blank=True, verbose_name=_('Comment'))
is_active = models.BooleanField(default=True, verbose_name=_('Is active'))
is_active = models.BooleanField(default=True, verbose_name=_('Active'))
class Meta:
verbose_name = _('Endpoint rule')