Datatables and chosen install

This commit is contained in:
Eduardo Silva 2024-04-15 10:48:11 -03:00
parent 04ff4f97cf
commit 869646f298
33 changed files with 13451 additions and 17 deletions

View file

@ -105,7 +105,6 @@ class RouterForm(forms.ModelForm):
if ssh_key and not password:
cleaned_data['password'] = ''
test_authentication_success, test_authentication_message = test_authentication(
router_type, cleaned_data['address'], port, username, cleaned_data['password'], ssh_key
)