mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 12:06:53 -06:00
Merge pull request #6419 from tehtbl-oss/develop
Update netbox/extras/plugins/views.py#L45 by fixing a typo in method _get_plugin_data
This commit is contained in:
commit
9954c6a571
@ -42,7 +42,7 @@ class InstalledPluginsAPIView(APIView):
|
|||||||
'author': plugin_app_config.author,
|
'author': plugin_app_config.author,
|
||||||
'author_email': plugin_app_config.author_email,
|
'author_email': plugin_app_config.author_email,
|
||||||
'description': plugin_app_config.description,
|
'description': plugin_app_config.description,
|
||||||
'verison': plugin_app_config.version
|
'version': plugin_app_config.version
|
||||||
}
|
}
|
||||||
|
|
||||||
def get(self, request, format=None):
|
def get(self, request, format=None):
|
||||||
|
Loading…
Reference in New Issue
Block a user