jumpserver/apps/assets/models/asset/host.py
2023-07-24 11:52:25 +08:00

9 lines
152 B
Python

from django.utils.translation import gettext_lazy as _
from .common import Asset
class Host(Asset):
class Meta:
verbose_name = _("Host")