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 7584ec4 commit d4ecc2cCopy full SHA for d4ecc2c
frontend/views.py
@@ -73,7 +73,6 @@ def devices(request):
73
# for testing we created dummy devices. We should ignore them in any other cases.
74
if not "dummy_" in backend:
75
device_status = storage_provider.get_backend_status(backend)
76
- short_backend = get_short_backend_name(backend)
77
78
# we have to add the URL to the backend configuration
79
base_url = config("BASE_URL")
0 commit comments