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 171af48 commit b9d7e7aCopy full SHA for b9d7e7a
netbox_reorder_rack/template_content.py
@@ -2,7 +2,7 @@
2
3
4
class ReorderButton(PluginTemplateExtension):
5
- models = ["dcim.rack"]
+ models = ("dcim.rack",)
6
7
def buttons(self):
8
return self.render("netbox_reorder_rack/inc/rack_button.html")
0 commit comments