jeremystretch
|
1987647cc3
|
Closes #8175: Display parent object when attaching an image
|
2021-12-28 13:06:27 -05:00 |
|
jeremystretch
|
542534aeba
|
Add direct link to preferences in user menu
|
2021-12-23 14:41:39 -05:00 |
|
jeremystretch
|
d650d10cb2
|
#7449: Apply distinctive styling to top navbar
|
2021-12-22 15:32:35 -05:00 |
|
jeremystretch
|
7fe45018e9
|
#7449: Remove red color from logout link
|
2021-12-22 15:22:06 -05:00 |
|
jeremystretch
|
94c7f64baf
|
Relocate confirmation_form.html
|
2021-12-22 15:08:04 -05:00 |
|
jeremystretch
|
f369b5f588
|
Reorganize & clean up templatetag templates
|
2021-12-22 15:05:24 -05:00 |
|
jeremystretch
|
37065b7c50
|
Remove obsolete template
|
2021-12-22 14:47:42 -05:00 |
|
jeremystretch
|
275560698f
|
Fixes #8139: Fix rendering of table configuration form under VM interfaces view
|
2021-12-21 14:10:12 -05:00 |
|
jeremystretch
|
d4b6fe14c3
|
Fixes #8138: Fix alignment of tags panel within IP address view
|
2021-12-21 14:04:15 -05:00 |
|
jeremystretch
|
ceb941df81
|
Closes #8135: Append version when fetching static assets
|
2021-12-21 13:00:52 -05:00 |
|
Jeremy Stretch
|
853a52f3ca
|
Merge branch 'develop' into fix-8097
|
2021-12-21 11:37:58 -05:00 |
|
jeremystretch
|
c91eb8f406
|
Remove extraneous output from service edit template
|
2021-12-21 10:30:30 -05:00 |
|
jeremystretch
|
57a78b3cad
|
Clean up device/devicetype tab views
|
2021-12-21 10:28:28 -05:00 |
|
jeremystretch
|
8af12b22bb
|
Clean up report & script templates
|
2021-12-21 08:43:01 -05:00 |
|
jeremystretch
|
4ae2b4e0b9
|
Convert reports to use HTMX
|
2021-12-20 20:52:29 -05:00 |
|
jeremystretch
|
872691a138
|
Convert scripts to use HTMX
|
2021-12-20 20:45:32 -05:00 |
|
kkthxbye-code
|
3a54ecb522
|
Fix #8097: Re-fix markdown table rendering
|
2021-12-20 23:31:24 +01:00 |
|
Jeremy Stretch
|
4a3bc8d365
|
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
|
14fc37a8b8
|
Closes #7661: Remove forced styling of custom banners
|
2021-12-19 15:33:48 -05:00 |
|
Arseny Maslennikov
|
7b23856cc8
|
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
|
85f9690377
|
Closes #8083: Removed "related devices" panel from device view
|
2021-12-18 14:30:28 -05:00 |
|
jeremystretch
|
628e186846
|
Closes #8108: Improve breadcrumb links for device/VM components
|
2021-12-18 14:02:01 -05:00 |
|
jeremystretch
|
cf4a55bc2f
|
Closes #8107: Correct template name
|
2021-12-18 13:52:39 -05:00 |
|
jeremystretch
|
fd785fc9a5
|
Move speed select dropdown menu to widget template
|
2021-12-16 08:41:43 -05:00 |
|
jeremystretch
|
8d06908353
|
Bulk component add view should use tabs
|
2021-12-15 16:57:30 -05:00 |
|
jeremystretch
|
044e203eab
|
Standardize button colors
|
2021-12-15 12:16:50 -05:00 |
|
jeremystretch
|
8dbd3f332b
|
Closes #8081: Allow creating services directly from navigation menu
|
2021-12-15 11:55:27 -05:00 |
|
jeremystretch
|
f43ec7c05d
|
Add "add IP range" button to prefix IP ranges view
|
2021-12-15 11:03:38 -05:00 |
|
jeremystretch
|
ff9dde54e3
|
Ensure consistent placement of table paginator
|
2021-12-15 10:34:20 -05:00 |
|
jeremystretch
|
3699f16848
|
Show per-page selector only when results are present
|
2021-12-15 09:46:59 -05:00 |
|
Jeremy Stretch
|
57d3bfcfc9
|
Merge pull request #8073 from netbox-community/8057-htmx-tables
Closes #8057: Dynamic object tables using HTMX
|
2021-12-15 09:16:41 -05:00 |
|
jeremystretch
|
305d88ebda
|
Fixes #8079: Fix validation of LLDP neighbors when connected device has an asset tag
|
2021-12-15 08:36:03 -05:00 |
|
jeremystretch
|
cdc73d4f56
|
Closes #8080: Link to NAT IPs for device/VM primary IPs
|
2021-12-15 08:35:01 -05:00 |
|
jeremystretch
|
863fb9aa47
|
Sync HTMX and non-HTMX paginator styles
|
2021-12-14 20:53:24 -05:00 |
|
jeremystretch
|
8ed79d5973
|
Remove obsolete templates
|
2021-12-14 16:44:03 -05:00 |
|
jeremystretch
|
85b10b59e4
|
Introduce child prefixes view for aggregates
|
2021-12-14 16:38:25 -05:00 |
|
jeremystretch
|
9a53c22833
|
Serve HTMX JS locally
|
2021-12-14 15:55:40 -05:00 |
|
jeremystretch
|
4ffa823ab8
|
Enable HTMX for all ObjectChildrenViews
|
2021-12-14 15:31:42 -05:00 |
|
jeremystretch
|
402136dc8f
|
Merge branch '8069-generic-children-view' into 8057-htmx-tables
|
2021-12-14 14:21:08 -05:00 |
|
jeremystretch
|
59ee30f056
|
Update cluster VM/device views to use ObjectChildrenView
|
2021-12-14 14:08:44 -05:00 |
|
jeremystretch
|
c795068a78
|
Update VLAN member interface views to use ObjectChildrenView
|
2021-12-14 14:03:44 -05:00 |
|
jeremystretch
|
5ce080779b
|
Update IPRange IP addresses view to use ObjectChildrenView
|
2021-12-14 13:55:09 -05:00 |
|
jeremystretch
|
8d3b296eed
|
Update device/VM component views to use ObjectChildrenView
|
2021-12-14 13:47:40 -05:00 |
|
jeremystretch
|
491eac184e
|
Enable HTMX for connections lists
|
2021-12-14 11:53:16 -05:00 |
|
jeremystretch
|
414d33eb26
|
Refactor HTMX table template
|
2021-12-14 11:41:39 -05:00 |
|
jeremystretch
|
6dd6094088
|
Push HTMX URL to browser location
|
2021-12-14 08:25:17 -05:00 |
|
jeremystretch
|
5c34a75032
|
Enable HTMX for quick table search
|
2021-12-13 20:15:03 -05:00 |
|
jeremystretch
|
91f33d3289
|
#8057: Enable dynamic tables for object list views
|
2021-12-13 16:51:59 -05:00 |
|
jeremystretch
|
c50dc1eb35
|
Standardize usage of table template
|
2021-12-13 15:36:51 -05:00 |
|
jeremystretch
|
afc866eee4
|
#7665: Refactored add_requested_prefixes(); removed button icons
|
2021-12-13 12:15:43 -05:00 |
|