thatmattlove
a33e47780b
Remove legacy script tags from templates
2021-09-01 00:27:10 -07:00
thatmattlove
691c66d2f5
Fixes #7107 : Fix missing search button and search results in IP Address assignment "Assign IP" tab
2021-09-01 00:11:48 -07:00
jeremystretch
7db2b9d091
Fixes #7072 : Fix table configuration under prefix child object views
2021-08-31 11:15:41 -04:00
jeremystretch
66619cdc2f
Clean up object edit forms
2021-08-25 15:03:19 -04:00
jeremystretch
99cba25108
Misc UI cleanup ahead of v3.0 release
2021-08-25 13:50:59 -04:00
jeremystretch
545474a1a3
Clean up object edit forms
2021-08-24 13:59:54 -04:00
jeremystretch
2a338110f2
Remove unused aggregate list template
2021-08-23 16:53:06 -04:00
jeremystretch
e890944160
Use badge template tag for numeric values
2021-08-23 16:47:08 -04:00
jeremystretch
499005f84d
Merge branch 'develop' into feature
2021-08-23 13:23:39 -04:00
jeremystretch
1fc3c6d9d2
Fixes #6974 : Show contextual label for IP address role
2021-08-20 16:12:09 -04:00
Matt
9b3498d87a
Add visibility toggle for object depth indicators
2021-08-18 14:51:49 -07:00
jeremystretch
3feba2997f
Closes #6872 : Add table configuration button to child prefixes view
2021-08-13 15:56:14 -04:00
jeremystretch
6d27e11043
#6934 : Include child IP ranges under prefix view
2021-08-10 16:26:14 -04:00
jeremystretch
8653b0f3d0
Tabify object add/edit views
2021-08-06 16:16:19 -04:00
Matt
79f726e6cd
#6797 : Fix various mobile layout issues
2021-08-05 09:59:13 -07:00
Matt
e8ba4b0564
#6797 : Improve controls & custom link styling
2021-08-03 10:21:06 -07:00
jeremystretch
84479925bf
Shrink & center form section titles
2021-07-22 12:31:50 -04:00
jeremystretch
19eafef41e
General UI cleanup
2021-07-21 12:06:43 -04:00
jeremystretch
d42138384f
Use shaded tabs
2021-07-21 10:13:30 -04:00
jeremystretch
ebe7779f40
Use button role names instead of color shades
2021-07-20 21:21:03 -04:00
jeremystretch
4c31b611b1
Fix form layout for services
2021-07-20 16:51:21 -04:00
jeremystretch
c0bf1576c2
Layout improvements
2021-07-20 15:30:49 -04:00
jeremystretch
a5dda0705e
Standardize button colors
2021-07-20 13:46:59 -04:00
jeremystretch
856956afce
Standardize object breadcrumbs
2021-07-20 12:14:01 -04:00
checktheroads
07f34c2675
#6372 : Migrate away from form-floating field styles
2021-07-20 00:16:13 -07:00
jeremystretch
11a14927c9
Initial work on IP ranges
2021-07-16 13:35:52 -04:00
jeremystretch
faa993acfb
Use non-card tables for all tabbed views
2021-07-12 15:36:51 -04:00
jeremystretch
12e1681d31
Fix active tab display for prefixes
2021-07-12 14:56:00 -04:00
jeremystretch
88e382e7a1
Merge v2.11.8 changes
2021-07-06 12:10:29 -04:00
Robin Schneider
0ad9b83623
Closes #5503 : ISO 8601 date in UI and alternative format as tooltip
...
With this commit all dates in the UI are now consistently displayed.
I changed the long date format as suggested by @xkilian and confirmed by my own
research.
* DATETIME_FORMAT
* Before July 20, 2020 4:52 p.m.
* Now 20th July, 2020 16:52
"20th July, 2020" would be spoken as "the 20th of July, 2020" but the "the" and
"of" are never written.
The only exception is `object_list.html`. I tried it but there it does not
work so easily because the dates are passed to Jinja as SafeString.
2021-07-02 22:22:37 +02:00
jeremystretch
a8a9e061a1
Merge branch 'develop' into feature
2021-06-22 14:30:47 -04:00
jeremystretch
607039f043
Cleanup for #5139
2021-06-21 08:46:20 -04:00
jeremystretch
2d44bade4b
Merge branch 'develop' into feature
2021-06-02 20:35:38 -04:00
jeremystretch
d34b9ee00e
Add max depth selector
2021-05-27 13:24:31 -04:00
checktheroads
c4bd47eb84
#6372 : Form should be centered on page
2021-05-23 13:21:52 -07:00
Jeremy Stretch
805892f623
Template cleanup ( #6421 )
...
* Clean up & comment base templates
* Clean up login template & form
* Use SVG file for NetBox logo
* Simplify breadcrumbs
* Merge changelog.html into home.html
* Rename title_container block to header
* Move breadcrumbs block to object.html
* Attach names to endblock template tags
* Reorganize root-level templates into base/ and inc/
* Remove obsolete reference to Bootstrap 3.4.1
2021-05-17 16:27:27 -04:00
jeremystretch
ecf51406c5
Permit disabling utilization graph warning/danger thresholds
2021-05-11 14:52:27 -04:00
jeremystretch
bf56145a09
Closes #4609 : Allow marking prefixes as fully utilized
2021-05-11 14:08:18 -04:00
jeremystretch
ea5d02b1e6
Remove deprecated display_name() methods from models
2021-05-04 16:05:17 -04:00
jeremystretch
534b0e4cf6
Merge branch 'develop' into feature
2021-05-04 14:25:53 -04:00
Jeremy Stretch
6899a3258a
Merge pull request #6327 from netbox-community/feature-ui
...
Add Basic Support for Smaller Screens in New UI
2021-05-03 09:07:29 -04:00
checktheroads
460a203c29
Add basic support for smaller screens
2021-04-30 15:55:37 -07:00
checktheroads
9ad8065f75
Integrate changes from #6322 (to fix #6321 ) into feature
2021-04-30 12:13:43 -07:00
checktheroads
f1cdd72575
move 'Add an IP Address' button to ip_addresses template
2021-04-30 12:07:56 -07:00
checktheroads
c59c4290f9
Closes #6321 : Re-add missing 'Add an IP Address' button in prefix view
2021-04-30 09:50:14 -07:00
jeremystretch
bb988701fe
Fixes #6308 : Fix linking of available VLANs in VLAN group view
2021-04-29 08:43:46 -04:00
jeremystretch
456ffb79ff
Merge v2.11.2
2021-04-27 14:05:38 -04:00
jeremystretch
f408ad16e4
Closes #6287 : Add option to clear assigned max length filter on prefixes list
2021-04-27 08:34:21 -04:00
checktheroads
5e4878843e
fix custom link rendering
2021-04-23 09:31:16 -07:00
checktheroads
fe4a9bff2d
remove all bootstrap icons in favor of material design icons
2021-04-21 11:31:28 -07:00