Commit Graph

  • 16b57193f1 fix bulk edit styles checktheroads 2021-04-22 18:58:36 -07:00
  • 5bb7bf8947 properly handle select all confirmation on tables checktheroads 2021-04-22 18:58:23 -07:00
  • 2c9aa86bf0 fix checkbox styles checktheroads 2021-04-22 18:57:43 -07:00
  • d2b915f6c2 add typed wrapper around document.getElementById checktheroads 2021-04-22 18:56:37 -07:00
  • 7920eff672 get non-field form errors as toast messages checktheroads 2021-04-22 15:59:16 -07:00
  • 30415e6220 fix template styles checktheroads 2021-04-22 15:58:57 -07:00
  • 21db209f47 fix issue where select fields with a pre-populated value were reset when forms were submitted, due to having the disabled attribute set. checktheroads 2021-04-22 15:58:46 -07:00
  • 648b9dd7d8 Closes #6239: Fix sudo invokations of echo jeremystretch 2021-04-22 14:11:58 -04:00
  • 396c91f8f7 Fixes #6246: Permit full-length descriptions when creating device components and VM interfaces jeremystretch 2021-04-22 14:05:07 -04:00
  • c3c79d3715 fix rack elevation show/hide image toggle checktheroads 2021-04-21 13:20:31 -07:00
  • 8c3229ec38 fix device template styles checktheroads 2021-04-21 13:20:09 -07:00
  • 8c92cfb814 fix required label styles after migration to material design icons checktheroads 2021-04-21 13:19:46 -07:00
  • 3eb866f5d2 fix image attachment styles checktheroads 2021-04-21 13:19:30 -07:00
  • 3471c737b9 fix confirmation form styles checktheroads 2021-04-21 13:19:08 -07:00
  • d164ccb6c7 fix image upload field style checktheroads 2021-04-21 13:18:48 -07:00
  • ce98957be0 remove old files checktheroads 2021-04-21 11:31:39 -07:00
  • fe4a9bff2d remove all bootstrap icons in favor of material design icons checktheroads 2021-04-21 11:31:28 -07:00
  • 024f3962b2 use getNetboxData utility function in job handling checktheroads 2021-04-21 10:40:37 -07:00
  • a55316aef9 fix scripts/reports template layout checktheroads 2021-04-21 10:39:56 -07:00
  • 08b955f8b6 migrate napalm device status to typescript checktheroads 2021-04-21 10:19:13 -07:00
  • 83f520f7a8 PRVB jeremystretch 2021-04-21 10:37:51 -04:00
  • 9476fda987 Closes #5994: Drop support for display_field argument on ObjectVar jeremystretch 2021-04-21 10:29:25 -04:00
  • b509d96f18 Closes #5532: Drop support for Python 3.6 jeremystretch 2021-04-21 10:20:09 -04:00
  • d8ae65a762 Merge pull request #6230 from netbox-community/develop v2.11.1 Jeremy Stretch 2021-04-21 10:05:35 -04:00
  • efea511211 Merge branch 'master' into develop Jeremy Stretch 2021-04-21 09:53:23 -04:00
  • 2564818c3e Release v2.11.1 jeremystretch 2021-04-21 09:47:30 -04:00
  • e6930d9601 Closes #6161: Enable ordering of device component tables jeremystretch 2021-04-20 20:21:52 -04:00
  • 4827cd24d8 improve styles checktheroads 2021-04-20 12:45:39 -07:00
  • acca69a8a9 implement table filtering on generic object list checktheroads 2021-04-20 12:45:30 -07:00
  • 4e405ce530 Closes #6210: Include child locations on location view jeremystretch 2021-04-20 14:15:12 -04:00
  • d171e781d2 fix connection toggle button style checktheroads 2021-04-20 09:38:13 -07:00
  • 99f0e31810 clean up typescript initialization checktheroads 2021-04-20 09:34:12 -07:00
  • 88ffc9b145 Update GitHub issue templates jeremystretch 2021-04-20 11:37:03 -04:00
  • 9ed76400de Closes #6179: Enable natural ordering for virtual machines jeremystretch 2021-04-20 09:17:14 -04:00
  • 0aa8fc2fc2 migrate napalm/device config to typescript checktheroads 2021-04-20 01:43:36 -07:00
  • 98829b209a fix device template style checktheroads 2021-04-20 01:18:34 -07:00
  • f3eb0df081 migrate napalm/lldp to typescript checktheroads 2021-04-20 01:18:24 -07:00
  • f83fb57d38 migrate vlan group scope selector to typescript checktheroads 2021-04-19 21:30:50 -07:00
  • 7d07631f12 migrate connection toggle to typescript checktheroads 2021-04-19 20:48:03 -07:00
  • 8737e9824f migrate url handling of tab display to typescript checktheroads 2021-04-19 20:47:36 -07:00
  • ea472c844e Merge branch 'feature' of https://github.com/netbox-community/netbox into feature checktheroads 2021-04-19 19:40:15 -07:00
  • a29e2582ed dist updates checktheroads 2021-04-19 17:10:27 -07:00
  • 98477ef6c6 update device/interfaces template with correct interface filtering elements checktheroads 2021-04-19 17:09:42 -07:00
  • 86be6aebff fix issue with option re-ordering checktheroads 2021-04-19 17:09:15 -07:00
  • f9754bddf1 migrate move up/down buttons to typescript checktheroads 2021-04-19 17:00:18 -07:00
  • 03390815af migrate table config to typescript & update templates checktheroads 2021-04-19 16:59:56 -07:00
  • 82ef6f8ac5 implement generic api request function checktheroads 2021-04-19 16:59:26 -07:00
  • 497e50c559 Closes #6190: Allow filtering devices with no location assigned jeremystretch 2021-04-19 16:55:57 -04:00
  • 7cf9e202a3 Fixes #6215: Restore tenancy section in virtual machine form jeremystretch 2021-04-19 16:50:56 -04:00
  • 620d222f98 Closes #6189: Add ability to search for locations by name or description jeremystretch 2021-04-19 15:56:39 -04:00
  • a2d16143e3 Fixes #6188: Support custom field filtering for regions, site groups, and locations jeremystretch 2021-04-19 10:57:13 -04:00
  • 97c087ef5f Fixes #6196: Fix object list display for users with read-only permissions jeremystretch 2021-04-19 10:46:23 -04:00
  • 07f39b31da Expose Django SESSION_COOKIE_NAME setting Matt Palmer 2021-04-19 12:00:27 +10:00
  • f7c1bc71d9 migrate templates to bootstrap 5 checktheroads 2021-04-18 16:42:28 -07:00
  • 4b0d5815c0 migrate script job checking to typescript & update templates for bootstrap 5 checktheroads 2021-04-18 14:17:13 -07:00
  • 5c07a968fe update styles checktheroads 2021-04-18 11:36:41 -07:00
  • f4ac87af3a add bootstrap mixin subclass to bulk rename form so classes are properly assigned checktheroads 2021-04-18 11:36:12 -07:00
  • 125965b559 migrate templates to bootstrap 5 checktheroads 2021-04-18 11:35:42 -07:00
  • 43703b6f40 add bootstrap classes to VC membership form checktheroads 2021-04-18 11:35:21 -07:00
  • 7cdae0f689 add provider networks to navigation checktheroads 2021-04-18 00:23:06 -07:00
  • 61ce2c95b3 migrate templates to bootstrap 5 checktheroads 2021-04-18 00:22:52 -07:00
  • 08128748a7 migrate generic modal to bootstrap 5 checktheroads 2021-04-17 18:35:20 -07:00
  • c9fe7f6db6 migrate cluster templates to bootstrap 5 checktheroads 2021-04-17 18:35:09 -07:00
  • a8cad28da7 migrate interface filtering to typescript checktheroads 2021-04-17 18:16:13 -07:00
  • c035af5409 migrate virtual machine & vm interface to bootstrap 5 checktheroads 2021-04-17 18:15:53 -07:00
  • eb951fdaf1 migrate secrets to bootstrap 5 and deprecate jquery functions checktheroads 2021-04-17 17:18:13 -07:00
  • 726ab7fc05 fix user key styles checktheroads 2021-04-16 16:02:56 -07:00
  • fb25c79b9c migrate yaml nav item definitions to dataclasses checktheroads 2021-04-16 15:55:06 -07:00
  • 3c0f4278c7 update extras templates checktheroads 2021-04-16 14:58:44 -07:00
  • 6bd4b3c167 Fixes #6184: Fix parent object table column in prefix IP addresses list jeremystretch 2021-04-16 13:07:41 -04:00
  • 89350a80ad PRVB jeremystretch 2021-04-16 10:32:21 -04:00
  • f26227ecec Merge pull request #6180 from netbox-community/develop v2.11.0 Jeremy Stretch 2021-04-16 09:52:45 -04:00
  • c002501c2e Merge branch 'master' into develop Jeremy Stretch 2021-04-16 09:40:29 -04:00
  • 8af78c6d84 Release v2.11.0 jeremystretch 2021-04-16 09:36:05 -04:00
  • 7e8ffd8390 Fix markdown list indentation jeremystretch 2021-04-16 09:32:37 -04:00
  • 5bd30060e7 Fixes #6177: Prevent VM interface from being assigned as its own parent jeremystretch 2021-04-16 09:18:58 -04:00
  • c24cac9a44 Fixes #6176: Correct position of MAC address field when creating VM interfaces jeremystretch 2021-04-16 09:16:43 -04:00
  • 2bc9730b1d Merge release notes from v2.11-beta1 jeremystretch 2021-04-16 09:16:01 -04:00
  • 428858dc75 Merge pull request #6175 from netbox-community/feature Jeremy Stretch 2021-04-16 08:45:23 -04:00
  • 8a425a93ae Fixes #6173: Fix assigned device/VM count when bulk editing/deleting device roles jeremystretch 2021-04-15 19:53:46 -04:00
  • 59256cf8b3 update cable trace styles checktheroads 2021-04-15 16:53:04 -07:00
  • 844186d520 fix object title style checktheroads 2021-04-15 16:52:30 -07:00
  • 93b6d785f3 fix circuit termination styles checktheroads 2021-04-15 15:26:59 -07:00
  • 0bb2a051b6 Fixes #6171: Fix display of horizontally-scrolling object lists jeremystretch 2021-04-15 15:52:11 -04:00
  • ef78a7d41b Merge branch 'develop' into feature jeremystretch 2021-04-15 15:46:48 -04:00
  • 6c1c695616 Merge pull request #6172 from netbox-community/develop v2.10.10 Jeremy Stretch 2021-04-15 15:34:24 -04:00
  • 8bdab347b6 Merge branch 'master' into develop Jeremy Stretch 2021-04-15 15:24:36 -04:00
  • ae349d4424 Release v2.10.10 jeremystretch 2021-04-15 15:20:30 -04:00
  • 3e49745257 Changelog for #6168 jeremystretch 2021-04-15 13:30:42 -04:00
  • c2b7226205 Merge pull request #6169 from promasu/develop Jeremy Stretch 2021-04-15 13:29:44 -04:00
  • f67369a9a9 Fixes #5643: Fix VLAN assignment when editing VM interfaces in bulk jeremystretch 2021-04-15 13:26:19 -04:00
  • 14d2a49942 Fixes #6168: Add SFP56 interface type Adrian Nöthlich 2021-04-15 18:37:45 +02:00
  • 92df40a6a0 Fixes #5652: Update object data when renaming a custom field jeremystretch 2021-04-15 12:04:34 -04:00
  • 0e6e9c5238 fix table config modal styles checktheroads 2021-04-14 17:05:10 -07:00
  • de65ffb99d fix napalm tab layout from merge conflict checktheroads 2021-04-14 16:11:25 -07:00
  • 2d5472cf2a fix object list layout checktheroads 2021-04-14 16:05:08 -07:00
  • a2203da1c6 Fixes #6162: Fix choice field filters (multiple models) jeremystretch 2021-04-14 16:17:19 -04:00
  • 0fb8291b8b Documentation cleanup jeremystretch 2021-04-14 15:21:30 -04:00
  • b393ec2856 Enable webhooks for JournalEntry jeremystretch 2021-04-14 14:55:01 -04:00
  • c3d908126f Merge branch 'feature' of https://github.com/netbox-community/netbox into feature checktheroads 2021-04-14 11:33:33 -07:00