Commit bcb91448 authored by wangyong's avatar wangyong

fix asset edit port not save

parent d3f9fc7a
......@@ -227,7 +227,7 @@ def asset_edit(request):
if use_default_auth:
af_save.username = ''
af_save.password = ''
af_save.port = None
# af_save.port = None
else:
if password:
password_encode = CRYPTOR.encrypt(password)
......
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 to comment