Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nothing #256

Open
wants to merge 37 commits into
base: django-2-v2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
06d4127
typos and small things
Jul 12, 2023
d88c001
merge
Jul 12, 2023
b9533dc
fixed delete attribute functionality
Jul 12, 2023
dddb10d
autocomplete
Jul 12, 2023
8fce814
added autocomplete views for dhcp groups and domains.
Jul 13, 2023
b2bf9c0
removed print statements
Jul 13, 2023
2649e77
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 13, 2023
3c689ea
almost done with new nav bar
Jul 13, 2023
d030cfb
nav bar styling/grouping finished
Jul 13, 2023
1a0346c
Merge branch 'django-2-v2' of github.com:canyonbryson/django-openipam…
Jul 13, 2023
4966077
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 13, 2023
06cf4f1
removed unused import
Jul 13, 2023
1018c6a
Merge branch 'django-2-v2' of github.com:canyonbryson/django-openipam…
Jul 13, 2023
c265717
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 13, 2023
fcdb8fc
bower to npm
Jul 14, 2023
e814370
bower to npm
Jul 14, 2023
4f5a491
fixing references to css and js files
Jul 14, 2023
5e05097
Merge branch 'django-2-v2' of github.com:canyonbryson/django-openipam…
Jul 14, 2023
dfb5f14
added search filtering and help icons to dns,fixed it on hosts
Jul 14, 2023
ff06d6d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 14, 2023
af36e21
whitespace
Jul 14, 2023
15737ef
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 14, 2023
e12edd4
whitespace
Jul 14, 2023
5836baa
Merge branch 'search' of github.com:canyonbryson/django-openipam into…
Jul 14, 2023
c8e4834
menu fix, permissions redirect and dns table fixes
Jul 17, 2023
350ee04
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 17, 2023
9302fa2
nav_tab
Jul 18, 2023
d973ae0
verbose names
Jul 18, 2023
87d30eb
removed breadcrumbs
Jul 18, 2023
ec12d36
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 18, 2023
f2207a5
whitespace
Jul 18, 2023
ecbd863
Merge branch 'ui' of github.com:canyonbryson/django-openipam into ui
Jul 18, 2023
659eeb5
removed url() for path()
Jul 18, 2023
7e8e0f4
removed django-cas-ng
Jul 18, 2023
d9dca34
gitkeep nodemodules
Jul 18, 2023
6393edf
nodemodules
Jul 18, 2023
2f278be
quick fix
Jul 19, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ env/share
env/include
.venv/*
!.venv/.gitkeep
node_modules/*
!node_modules/.gitkeep

# Installer logs
pip-log.txt
Expand Down
44 changes: 0 additions & 44 deletions components/bower_components/bootstrap/.bower.json

This file was deleted.

Loading