1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

71 Commits

Author SHA1 Message Date
fa60f9d2a8 Closes #11294: Markdown Preview (#11894)
* MarkdownWidget

* Change border and color of active markdown tab

* Fix template name typo

* Add render markdown endpoint

* Static assets for markdown widget

* widget style fix and unique ids based on name

* Replace SmallTextArea with SmallMarkdownWidget

* Clear innerHTML before swapping

* render markdown directly in template

* change render markdown view path

* remove small markdown widget

* Simplify rendering logic

* Use a form to clean input Markdown data

---------

Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2023-03-09 08:21:13 -05:00
07df622b59 NetBox should always be referred to as NetBox [DATALAD RUNCMD]
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "git ls-files -z . | xargs --null -I '()' find './()' -type f -not -name 'style-guide.md' -print0 | xargs --null sed --in-place --regexp-extended 's/\\bNetbox\\b/NetBox/g;'",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2023-01-05 16:06:00 -05:00
ce054dd37d Closes #9477: Add a button to clear applied table column ordering 2022-08-31 15:28:59 -04:00
f74b7aa7ac Add a "clear" button for quick search
Fixes #9857
2022-08-11 08:26:25 -04:00
a9aaa8939c Closes #9161: Pretty print JSON custom field data when editing 2022-08-10 16:12:04 -04:00
076ca46ab4 Closes #8302: Linkify role column in device & VM tables 2022-01-10 09:48:14 -05:00
0a22b3990f #7450: Clean up footer and navbar styles 2022-01-04 20:42:44 -05:00
3a54ecb522 Fix #8097: Re-fix markdown table rendering 2021-12-20 23:31:24 +01:00
0e50c964d5 Remove obsolete pagination TS/CSS 2021-12-14 21:00:48 -05:00
5b0c79629e Closes #8047: Display sorting indicator in table column headers 2021-12-10 21:03:24 -05:00
f93d6813a9 Merge branch 'develop' into feature 2021-11-09 16:52:36 -05:00
9dad7e4daf Fixes #7701: Fix conflation of assigned IP status & role in interface tables 2021-11-09 16:04:16 -05:00
aa9e68e121 Tweak preformatted block styling 2021-10-28 10:46:00 -04:00
9c6938e7ae Minor Style Improvement: Fix interface table dropdowns being hidden when opened 2021-10-15 17:45:47 -07:00
cf173d4f50 #7449: Remove color from table header links 2021-10-05 14:16:19 -04:00
548a8c3be3 #7449: Fix login banner color 2021-10-05 14:01:24 -04:00
4b14b31853 Use url_name instead of request.path for view-based styles 2021-09-01 15:22:38 -07:00
d743dc160a Fixes #7080: Re-add missing image preview element 2021-08-31 17:05:02 -07:00
deda1691e9 Fixes #7066: Migrate division statements in Sass from / to math.div 2021-08-30 09:54:58 -07:00
66619cdc2f Clean up object edit forms 2021-08-25 15:03:19 -04:00
545474a1a3 Clean up object edit forms 2021-08-24 13:59:54 -04:00
a7cb75d73d Fixes #6999: Properly align controls on sm and md breakpoints 2021-08-20 12:15:07 -07:00
9d469874c0 #6881: Improve device IP address styles 2021-08-20 08:06:41 -07:00
9e1d2da449 Fixes #7001: Focus the main content container when the page loads 2021-08-19 14:13:54 -07:00
a71604e79f Closes #6881: Wrap interface IP addresses in a badge that displays status and/or role 2021-08-19 12:35:30 -07:00
09d745d987 Fixes #6976: Improve handling of printing layouts/styling 2021-08-18 16:17:50 -07:00
e4a162b054 Improve prefix hierarchy/depth styling 2021-08-18 14:51:36 -07:00
6d1b981ecb Closes #6975: Reduce footer height 2021-08-17 12:02:30 -04:00
ac6b1bf422 Fixes #6977: Truncate global search dropdown on small screens 2021-08-17 11:49:32 -04:00
9f59f99663 Set max width for object edit forms 2021-08-13 13:35:23 -04:00
6845fb0f00 Improve object view on small screens 2021-08-06 17:56:38 -07:00
fe54acef51 v3.0 nav menu tweaks (#6906)
* Clean up nav menu spacing & link colors

* Shrink NetBox icon & collapsed sidebar

* Fix gap between scrollbar and righthand window border
2021-08-06 17:43:02 -04:00
79f726e6cd #6797: Fix various mobile layout issues 2021-08-05 09:59:13 -07:00
6842879985 #6797: Improve object view styling & responsiveness 2021-08-03 11:41:46 -07:00
e8ba4b0564 #6797: Improve controls & custom link styling 2021-08-03 10:21:06 -07:00
53e21ceed4 #6797: Improve global search styles 2021-08-03 09:19:24 -07:00
58862e115c Closes #6863: Add search fields back to filter forms 2021-08-03 08:32:53 -07:00
06c730f4dc Merge branch 'feature' into feature-object-filter
# Conflicts:
#	netbox/project-static/dist/netbox-dark.css
#	netbox/project-static/dist/netbox-light.css
#	netbox/project-static/styles/netbox.scss
#	netbox/project-static/styles/select.scss
2021-08-03 06:57:22 -07:00
1de46f592c Various styling improvements 2021-08-02 02:18:31 -07:00
863048cda2 Deprecate collapsible advanced search and re-implement field-based filtering on object views 2021-08-01 21:24:22 -07:00
0b09365d0d #6797: Improve form error/django messages handling 2021-08-01 13:30:16 -07:00
8e3ab8d5c5 #6797: Improve global bg/color transition 2021-08-01 12:01:40 -07:00
9cf560ceec #6797: Improve table highlight, toast, and alert styling 2021-08-01 11:53:35 -07:00
b86edd4a20 #6797: Improve sidenav parent link color 2021-08-01 00:02:20 -07:00
d18c83beb0 #6828: Fix various mobile UI issues 2021-07-30 00:35:38 -07:00
3752cb3e56 #6797: Implement new sidebar 2021-07-29 17:33:10 -07:00
2d32aeb972 Migrate to collapsed sidebar layout 2021-07-26 14:46:05 -07:00
4489e130f2 #6797: Fix toast header style 2021-07-24 17:23:37 -07:00
e1cc00ad17 #6797: Fix <small/> element font-size 2021-07-24 17:19:47 -07:00
0479d5a02a #6797: Improve toast styles 2021-07-24 17:08:18 -07:00