We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850dfae commit 84d3b59Copy full SHA for 84d3b59
1 file changed
netbox_lifecycle/ui/panels/contract.py
@@ -2,6 +2,8 @@
2
3
from netbox.ui import attrs, panels
4
5
+from netbox_lifecycle.ui.attributes import ColoredDateTimeAttr
6
+
7
__all__ = (
8
'VendorPanel',
9
'SupportSKUPanel',
@@ -13,8 +15,6 @@
13
15
'SupportContractAssignmentLicensePanel',
14
16
)
17
-from netbox_lifecycle.ui import ColoredDateTimeAttr
-
18
19
class VendorPanel(panels.ObjectAttributesPanel):
20
name = attrs.TextAttr('name')
0 commit comments