mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-07-24 21:04:38 +02:00
Datatables and chosen install
This commit is contained in:
parent
04ff4f97cf
commit
869646f298
33 changed files with 13451 additions and 17 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue