You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/customization/custom-scripts.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,20 @@ Defining script variables is optional: You may create a script with only a `run(
45
45
46
46
Any output generated by the script during its execution will be displayed under the "output" tab in the UI.
47
47
48
+
By default, scripts within a module are ordered alphabetically in the scripts list page. To return scripts in a specific order, you can define the `script_order` variable at the end of your module. The `script_order` variable is a tuple which contains each Script class in the desired order. Any scripts that are omitted from this list will be listed last.
Copy file name to clipboardExpand all lines: docs/release-notes/version-3.0.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# NetBox v3.0
2
2
3
+
## v3.0.5 (2021-10-04)
4
+
5
+
### Enhancements
6
+
7
+
*[#5925](https://github.com/netbox-community/netbox/issues/5925) - Always show IP addresses tab under prefix view
8
+
*[#6423](https://github.com/netbox-community/netbox/issues/6423) - Cache rendered REST API specifications
9
+
*[#6708](https://github.com/netbox-community/netbox/issues/6708) - Add image attachment support for circuits, power panels
10
+
*[#7387](https://github.com/netbox-community/netbox/issues/7387) - Enable arbitrary ordering of custom scripts
11
+
*[#7427](https://github.com/netbox-community/netbox/issues/7427) - Don't select hidden rows when selecting all in a table
12
+
13
+
### Bug Fixes
14
+
15
+
*[#6433](https://github.com/netbox-community/netbox/issues/6433) - Fix bulk editing of child prefixes under aggregate view
16
+
*[#6817](https://github.com/netbox-community/netbox/issues/6817) - Custom field columns should be removed from tables upon their deletion
17
+
*[#6895](https://github.com/netbox-community/netbox/issues/6895) - Remove errant markup for null values in CSV export
18
+
*[#7215](https://github.com/netbox-community/netbox/issues/7215) - Prevent rack elevations from overlapping when higher width is specified
19
+
*[#7373](https://github.com/netbox-community/netbox/issues/7373) - Fix flashing when server, client, and browser color-mode preferences are mismatched
20
+
*[#7397](https://github.com/netbox-community/netbox/issues/7397) - Fix AttributeError exception when rendering export template for devices via REST API
21
+
*[#7401](https://github.com/netbox-community/netbox/issues/7401) - Pin `jsonschema` package to v3.2.0 to fix REST API docs rendering
22
+
*[#7411](https://github.com/netbox-community/netbox/issues/7411) - Fix exception in UI when adding member devices to virtual chassis
23
+
*[#7412](https://github.com/netbox-community/netbox/issues/7412) - Fix exception in UI when adding child device to device bay
24
+
*[#7417](https://github.com/netbox-community/netbox/issues/7417) - Prevent exception when filtering objects list by invalid tag
25
+
*[#7425](https://github.com/netbox-community/netbox/issues/7425) - Housekeeping command should honor zero verbosity
26
+
27
+
---
28
+
3
29
## v3.0.4 (2021-09-29)
4
30
5
31
### Enhancements
@@ -30,6 +56,8 @@
30
56
*[#7374](https://github.com/netbox-community/netbox/issues/7374) - Add missing `face` parameter to API elevations request when editing device
31
57
*[#7392](https://github.com/netbox-community/netbox/issues/7392) - Fix "help" links for custom fields, other models
0 commit comments