feat: add license expiration notifications

This commit is contained in:
2026-07-29 11:01:00 +02:00
parent 9f3bddfbb1
commit 294e20b891
16 changed files with 514 additions and 7 deletions
+3
View File
@@ -174,6 +174,8 @@ class SoftwareLicenseTable(NetBoxTable):
"support",
"license_amount",
"provider_portal_url",
"expiration_notifications_enabled",
"email_notifications",
"tags",
)
default_columns = (
@@ -187,6 +189,7 @@ class SoftwareLicenseTable(NetBoxTable):
"tenant",
"expiration_date",
"lifetime",
"expiration_notifications_enabled",
"tags",
)