Commit Graph

9042 Commits

Author SHA1 Message Date
jeremystretch
1588363589 Add changelog for #7962 (via #8114) 2021-12-21 09:03:36 -05:00
Jeremy Stretch
29b7458689 Merge pull request #8130 from netbox-community/8114-htmx-jobs
Closes #8114: Use HTMX to update report/script results
2021-12-21 09:01:15 -05:00
jeremystretch
79eb96b93b Clean up report & script templates 2021-12-21 08:43:01 -05:00
jeremystretch
62debb20c3 Remove jobs Javascript 2021-12-20 20:59:14 -05:00
jeremystretch
198b378d71 Convert reports to use HTMX 2021-12-20 20:52:29 -05:00
jeremystretch
972f2e7af6 Convert scripts to use HTMX 2021-12-20 20:45:32 -05:00
kkthxbye-code
a60426f325 Fix #8097: Re-fix markdown table rendering 2021-12-20 23:31:24 +01:00
jeremystretch
a4a4d4d0c6 Merge v3.1.2 2021-12-20 16:28:11 -05:00
jeremystretch
0f7cf7630e PRVB 2021-12-20 16:06:42 -05:00
Jeremy Stretch
e72901cb44 Merge pull request #8123 from netbox-community/develop
Release v3.1.2
2021-12-20 16:04:41 -05:00
jeremystretch
0cda35a8bf Release v3.1.2 2021-12-20 15:48:28 -05:00
jeremystretch
8e5abf10f3 Changelog & PEP8 cleanup for #7999 2021-12-20 14:17:52 -05:00
Jeremy Stretch
a9182b5564 Merge pull request #8000 from joni1993/more-channels
feat: add 6GHz & 60Ghz channels
2021-12-20 14:16:12 -05:00
Jeremy Stretch
b615e09307 Merge pull request #8111 from bonktree/opaque-icon
templates: add an opaque icon for mobile home screens
2021-12-20 13:58:25 -05:00
jeremystretch
581027d879 Fixes #8101: Preserve return URL when using "create and add another" button 2021-12-20 13:41:22 -05:00
jeremystretch
544712e66a Fixes #8102: Raise validation error when attempting to assign an IP address to multiple objects 2021-12-20 13:09:28 -05:00
Daniel Sheppard
0962725da2 Fixes #8102 - Add validation around assigned objects 2021-12-20 11:07:44 -06:00
jeremystretch
8c42604a31 Changelog for #7844 2021-12-20 11:02:56 -05:00
Jeremy Stretch
2911d4f96d Merge pull request #8105 from netbox-community/7844-modules
Closes #7844: Add support for device modules
2021-12-20 10:55:50 -05:00
jeremystretch
c6f42cd1b9 Add documentation for modules 2021-12-20 10:31:18 -05:00
jeremystretch
80fd3a48da Add position field for module bays 2021-12-20 09:51:55 -05:00
jeremystretch
f7aab02d46 Closes #7661: Remove forced styling of custom banners 2021-12-19 15:33:48 -05:00
Arseny Maslennikov
9e99369c83 templates: add an opaque icon for mobile home screens
The netbox_touch-icon-180.png icon was produced by rendering
netbox_icon.svg into a 160x160 square, centered in a 180x180 PNG filled
by the background colour of #212529.

In other words, it is a screenshot of the following HTML element:
```html
  <div style="width: 180px;height: 180px;background-color: #212529;">
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 320" style="padding: 10px;">
    <g fill="#9cc8f8" stroke="#9cc8f8">
      <circle cx="37" cy="284" r="23"></circle>
      <circle cx="101" cy="37" r="23"></circle>
      <circle cx="101" cy="220" r="23"></circle>
      <circle cx="284" cy="220" r="23"></circle>
      <rect x="93" y="37" width="16" height="180"></rect>
      <rect x="101" y="212" width="180" height="16"></rect>
      <rect x="93" y="212" width="16" height="90" transform="rotate(45 101 220)"></rect>
    </g>
    <g fill="#1685fc" stroke="#1685fc">
      <circle cx="284" cy="37" r="23"></circle>
      <circle cx="37" cy="101" r="23"></circle>
      <circle cx="220" cy="101" r="23"></circle>
      <circle cx="220" cy="284" r="23"></circle>
      <rect x="37" y="93" width="180" height="16"></rect>
      <rect x="212" y="101" width="16" height="180"></rect>
      <rect x="212" y="93" width="16" height="90" transform="rotate(225 220 101)"></rect>
    </g>
  </svg>
  </div>
```
2021-12-19 01:32:15 +03:00
jeremystretch
af973ae07e Closes #8083: Removed "related devices" panel from device view 2021-12-18 14:30:28 -05:00
jeremystretch
82b6ec6037 Fixes #8092: Rack elevations should not include device asset tags 2021-12-18 14:26:32 -05:00
jeremystretch
0dbe47a141 #8096: Include only first assigned IP in FHRPGroup string representation 2021-12-18 14:19:57 -05:00
jeremystretch
0349176cf4 Fixes #8096: Fix DataError during change logging of objects with very long string representations 2021-12-18 14:16:37 -05:00
jeremystretch
1431b567db Closes #8108: Improve breadcrumb links for device/VM components 2021-12-18 14:02:01 -05:00
jeremystretch
a4d35e6d04 Closes #8107: Correct template name 2021-12-18 13:52:39 -05:00
jeremystretch
0c6ff335d8 Add modules to device component serializers 2021-12-17 20:31:15 -05:00
jeremystretch
49f6c411fb Add module, module_bay columns to device component tables 2021-12-17 20:15:49 -05:00
jeremystretch
cb8ce561f3 Misc cleanup 2021-12-17 16:34:51 -05:00
jeremystretch
58fa729de1 Add Module model 2021-12-17 16:12:03 -05:00
jeremystretch
c4665671b9 Fix YAML import for ModuleTypes 2021-12-17 13:28:17 -05:00
jeremystretch
847b4a4dfd Add Module model 2021-12-17 12:18:37 -05:00
jeremystretch
5b4b067eea Add ModuleBay and ModuleBayTemplate models 2021-12-17 09:35:57 -05:00
jeremystretch
0b89391c82 Split generic views into separate modules 2021-12-16 16:41:43 -05:00
jeremystretch
4d8fef9aea Refactor bulk generic views 2021-12-16 16:28:23 -05:00
Christian Jonak
c03cbcaf49 fix: non 20Mhz-wide channel centers 2021-12-16 19:28:39 +01:00
jeremystretch
d880b8b7a8 Fixes #8088: Improve legibility of text in labels with light-colored backgrounds 2021-12-16 12:44:18 -05:00
Christian Jonak
225a3bf167 fix: use center freq instead of beginning of freq range for 6Ghz 2021-12-16 18:14:56 +01:00
jeremystretch
052c6fc231 Changelog for #8054 2021-12-16 11:32:31 -05:00
jeremystretch
914d1d01b8 Closes #7650: Add support for local account password validation 2021-12-16 11:28:57 -05:00
Jeremy Stretch
4935077d4b Merge pull request #8090 from netbox-community/8054-configurable-choice-fields
Closes #8054: Configurable choice fields
2021-12-16 11:17:32 -05:00
jeremystretch
49b5bd196c ChoiceSet cleanup 2021-12-16 10:31:32 -05:00
jeremystretch
1f6bf88e72 Drop as_dict() method from ChoiceSet 2021-12-16 10:22:05 -05:00
jeremystretch
010b748e74 Support nested choice groups 2021-12-16 10:19:16 -05:00
jeremystretch
26823615ad Support CSS class definition directly in CHOICES iterable 2021-12-16 10:03:23 -05:00
jeremystretch
acba80f38a #8054: Support configurable status choices 2021-12-16 09:36:15 -05:00
jeremystretch
aebe65c9f5 Move speed select dropdown menu to widget template 2021-12-16 08:41:43 -05:00