1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

Update gitignore

This commit is contained in:
thatmattlove
2021-09-08 08:40:54 -07:00
parent eff99ad294
commit d1dae9d6ba
2 changed files with 1 additions and 13 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
# Project
hyperglass/hyperglass/static
TODO*
test.py
.DS_Store

View File

@@ -1,13 +0,0 @@
# Left off: 2021 09 05
Implemented validation, seems to work.
Disabled Scrapli for Juniper, need to figure out WTF is going on there, possibly remove.
## Next
- [x] Figure out le/ge policy in validation
- [x] Select options doesn't work in UI - it's just a text field
- [x] Query result labels are broken
- [ ] `KeyError: 'device_name'` when raising a device connection error
- [ ] Fix VRF/query group label in UI
- [ ] Selecting multiple sites without overlapping query groups marks the field with a red outline, but no error
- [ ] Look at replacing location dropdown with something more snazzy
- [ ] See todos for circular imports