You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to add a loading animation to the 'Save Running-Config' modal on a device. Currently I have no way of knowing if the config is actively being saved, or if the modal encountered an error and is stuck, until the save operation completes.
The text was updated successfully, but these errors were encountered:
* add travis integration to slack (#53)
* Add flaskenv to gitignore
* Added tracking .txt file for which functions have a test written already
* Add tests. Begin Python3 conversion.
* Fix broken NXOS unit test
* Add TravisCI badge to Readme. Updated docs
* Add coveralls support
* Update docs with coveralls badge
* Fix travis file type
* Fix#54 bug when adding new device with local credentials
* Fix#55 and #56 issues with underscores in iShell and interface edit Modal
* Cleanup code for issue #47. Still WIP
* Fix#46 issue
* Add description display for NX-OS interfaces
* Use Requests for NetboxAPI (#57)
* Refactor all Netbox API calls to use Python requests.
* Convert NetboxAPI into its own object, define that object in __init__.py, and reference the object in views.py and db_modifyDatabase.py.
* Workaround for not having a NetboxServer defined (unittesting)
* Update to version 1.3.4
I need to add a loading animation to the 'Save Running-Config' modal on a device. Currently I have no way of knowing if the config is actively being saved, or if the modal encountered an error and is stuck, until the save operation completes.
The text was updated successfully, but these errors were encountered: