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/administration/custom-column-views.mdx
+71-11Lines changed: 71 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,24 +3,84 @@ title: "Custom Column Views"
3
3
sidebar_position: 6
4
4
---
5
5
6
-
### Customs Column Views in Device42
6
+
importThemedImagefrom'@theme/ThemedImage'
7
+
importuseBaseUrlfrom'@docusaurus/useBaseUrl'
7
8
8
-
You can set custom column views in Device42, allowing you to chooose which columns you see in most list views. The objects with customizable list view pages include: Application Components, Assets, Blade Devices, Buildings, Certificates, Cluster Devices, Customers, DNS Records, DNS Zones, Departments, Devices, Device Hardware Models, Other Devices, End Users, IP Addresses, IP Nat/Maps, MAC Addresses, Operating Systems, PDUs, Purchases, QR/Barcodes, Racks, Rooms, Services, Service Instances, Service Ports, Service Schedules, Software Components, Software In Use, Software Licensing Models, Subnets, Switch Ports, Telco Circuits, Transfers, Unknown Devices, VLANs, VRF Groups, Vendors, and Virtual Devices.
9
+
## Customs Column Views in Device42
9
10
10
-
To add a custom column view, click the drop down on the right above the column headers on a list view page and select "Add column list..." 
11
+
You can customize the column views of all list pages in Device42. You can create and save multiple custom column views for each list page, then set a global default view or set specific custom column views as the default views for particular users.
11
12
12
-
In the pop up screen, name the column list, select the object category that you are viewing (ie, choose Device for the Device list page), and then click the "Add another Selected Column" link and choose your columns.
13
+
To add a custom column view, navigate to a list page, such as **Resources > Compute > All Devices**.
13
14
14
-

15
+
Click the **gear icon** on the far right of the screen - to right of the current view name. The default view is **System Column List**.
15
16
16
-
You can reorder the columns as well or delete them. If you would like to make this new list view the default, select the "Make this list the default column list" option.
17
17
18
-
To choose between column lists, simply use the same drop down from the list view page that you used to create the list view, and choose the column view you would like to see.
- In the pop-up screen, name the new view (1), click the **Table Columns** dropdown, and select (2) and deselect the columns you want.
21
27
22
-
Always ensure, when creating custom column layouts that the first column is a text column. By design, the first column on a given pages view contains the hyperlink to the Device or Asset (CI's) details. If, for example, 'Status' or 'In Service' is set as the first column, the small green CheckMarks or Red 'minus' signs become the hyperlink, which can prove very confusing.
Always ensure the first column contains text. See this example:
36
+
- You can reorder the columns by clicking and dragging column headings and moving them to a new position. Adjust column widths by dragging the column edges, and save the desired column widths to the view by checking the **Custom Column Sizes** checkbox.
- Check the **Custom Filters** checkbox to save the currently configured filters. You can filter the records for this view using the basic dropdown filters or the **Advanced** search feature for more fine-grained control.
- Clicking the **Advanced** button reveals a text box where you can query specific field values using conditionals and equality selectors. See the [Advanced Search Feature page](getstarted/advanced-search-feature.mdx) for details.
0 commit comments