Commit Graph

7506 Commits

Author SHA1 Message Date
checktheroads
ec4f1ece95 fix issue where select fields with a pre-populated value were reset when forms were submitted, due to having the disabled attribute set. 2021-04-22 15:58:46 -07:00
jeremystretch
dbe588bd58 Closes #6239: Fix sudo invokations of echo 2021-04-22 14:11:58 -04:00
jeremystretch
668d52f316 Fixes #6246: Permit full-length descriptions when creating device components and VM interfaces 2021-04-22 14:05:07 -04:00
checktheroads
98d628259d fix rack elevation show/hide image toggle 2021-04-21 13:20:31 -07:00
checktheroads
d0f742b5f4 fix device template styles 2021-04-21 13:20:09 -07:00
checktheroads
1adc161369 fix required label styles after migration to material design icons 2021-04-21 13:19:46 -07:00
checktheroads
2d74af0e0c fix image attachment styles 2021-04-21 13:19:30 -07:00
checktheroads
268c1a7b7e fix confirmation form styles 2021-04-21 13:19:08 -07:00
checktheroads
a5e6e7ba57 fix image upload field style 2021-04-21 13:18:48 -07:00
checktheroads
7b443fe989 remove old files 2021-04-21 11:31:39 -07:00
checktheroads
6ab9b438e8 remove all bootstrap icons in favor of material design icons 2021-04-21 11:31:28 -07:00
checktheroads
343c5d7bdc use getNetboxData utility function in job handling 2021-04-21 10:40:37 -07:00
checktheroads
31bc919520 fix scripts/reports template layout 2021-04-21 10:39:56 -07:00
checktheroads
1cd91ac94b migrate napalm device status to typescript 2021-04-21 10:19:13 -07:00
jeremystretch
1e0816e481 PRVB 2021-04-21 10:37:51 -04:00
jeremystretch
a60ec1c230 Closes #5994: Drop support for display_field argument on ObjectVar 2021-04-21 10:29:25 -04:00
jeremystretch
acc9c60bb7 Closes #5532: Drop support for Python 3.6 2021-04-21 10:20:09 -04:00
Jeremy Stretch
14c661e187 Merge pull request #6230 from netbox-community/develop
Release v2.11.1
2021-04-21 10:05:35 -04:00
Jeremy Stretch
a6fd7fcbc8 Merge branch 'master' into develop 2021-04-21 09:53:23 -04:00
jeremystretch
f038bed396 Release v2.11.1 2021-04-21 09:47:30 -04:00
jeremystretch
3317673977 Closes #6161: Enable ordering of device component tables 2021-04-20 20:21:52 -04:00
checktheroads
0e9981129c improve styles 2021-04-20 12:45:39 -07:00
checktheroads
37ea601638 implement table filtering on generic object list 2021-04-20 12:45:30 -07:00
jeremystretch
b19b79cf71 Closes #6210: Include child locations on location view 2021-04-20 14:15:12 -04:00
checktheroads
eb2090fd0f fix connection toggle button style 2021-04-20 09:38:13 -07:00
checktheroads
2963cab0b9 clean up typescript initialization 2021-04-20 09:34:12 -07:00
jeremystretch
8e3746de18 Update GitHub issue templates 2021-04-20 11:37:03 -04:00
jeremystretch
8f933f1267 Closes #6179: Enable natural ordering for virtual machines 2021-04-20 09:37:43 -04:00
checktheroads
4a2a8aa333 migrate napalm/device config to typescript 2021-04-20 01:43:36 -07:00
checktheroads
f8d05015be fix device template style 2021-04-20 01:18:34 -07:00
checktheroads
95ebaaf577 migrate napalm/lldp to typescript 2021-04-20 01:18:24 -07:00
checktheroads
773f26263d migrate vlan group scope selector to typescript 2021-04-19 21:30:50 -07:00
checktheroads
c635ffde6f migrate connection toggle to typescript 2021-04-19 20:48:03 -07:00
checktheroads
29441f2b93 migrate url handling of tab display to typescript 2021-04-19 20:47:36 -07:00
checktheroads
c459e774e4 Merge branch 'feature' of https://github.com/netbox-community/netbox into feature
# Conflicts:
#	netbox/templates/generic/object_list.html
2021-04-19 19:40:15 -07:00
checktheroads
3d3a8b0874 dist updates 2021-04-19 17:10:27 -07:00
checktheroads
6d4be2959f update device/interfaces template with correct interface filtering elements 2021-04-19 17:09:42 -07:00
checktheroads
2211fadee6 fix issue with option re-ordering 2021-04-19 17:09:15 -07:00
checktheroads
99aa2f26b8 migrate move up/down buttons to typescript 2021-04-19 17:00:18 -07:00
checktheroads
c771910df2 migrate table config to typescript & update templates 2021-04-19 17:00:09 -07:00
checktheroads
93c7bd7a10 implement generic api request function 2021-04-19 16:59:26 -07:00
jeremystretch
a36a916b8d Closes #6190: Allow filtering devices with no location assigned 2021-04-19 16:55:57 -04:00
jeremystretch
78274e84bf Fixes #6215: Restore tenancy section in virtual machine form 2021-04-19 16:50:56 -04:00
jeremystretch
199086cf33 Closes #6189: Add ability to search for locations by name or description 2021-04-19 15:56:39 -04:00
jeremystretch
00c21a88ed Fixes #6188: Support custom field filtering for regions, site groups, and locations 2021-04-19 11:05:40 -04:00
jeremystretch
4865ce343d Fixes #6196: Fix object list display for users with read-only permissions 2021-04-19 10:46:23 -04:00
Matt Palmer
36d292bd5e Expose Django SESSION_COOKIE_NAME setting
There are situations in which it is convenient to be able to modify the name of the cookie that the application uses for storing the session token (conflicts with other cookies on the same domain, for example).
2021-04-19 12:00:27 +10:00
checktheroads
c164bcb941 migrate templates to bootstrap 5 2021-04-18 16:42:28 -07:00
checktheroads
a04e7dae0a migrate script job checking to typescript & update templates for bootstrap 5 2021-04-18 14:17:13 -07:00
checktheroads
055e903635 update styles 2021-04-18 11:36:41 -07:00