feat: gemeinsamen ZIP-Export und -Import hinzufügen
This commit is contained in:
@@ -5,7 +5,7 @@ class DocumentationConfig(PluginConfig):
|
||||
name = "netbox_documentation"
|
||||
verbose_name = "NetBox Dokumentation"
|
||||
description = "Wiki und Office-Dokumentation direkt in NetBox"
|
||||
version = "0.3.4"
|
||||
version = "0.4.0"
|
||||
author = "LKE"
|
||||
base_url = "documentation"
|
||||
min_version = "4.0.0"
|
||||
@@ -17,6 +17,7 @@ class DocumentationConfig(PluginConfig):
|
||||
"virtualization.cluster", "tenancy.tenant",
|
||||
],
|
||||
"max_import_size_mb": 25,
|
||||
"max_archive_size_mb": 250,
|
||||
"keep_imported_file": True,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user