Commit 67cfefb5 by Kálmán Viktor

dashboard: remove false comment

parent 81b5762b
......@@ -104,7 +104,6 @@ class VmDetailView(CheckedDetailView):
and request.POST.get('cpu-priority')):
return self.__set_resources(request)
# this is usually not None so it should be the last
if request.POST.get('new_name'):
return self.__set_name(request)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment