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/infrastructure-management/devices/device-list-view-2.mdx
+25-14Lines changed: 25 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@ sidebar_position: 18
6
6
importThemedImagefrom'@theme/ThemedImage'
7
7
importuseBaseUrlfrom'@docusaurus/useBaseUrl'
8
8
9
-
## Device List View
10
-
11
9
The device list view offers an at-a-glance view of all your devices:
12
10
13
11
<ThemedImage
@@ -18,34 +16,47 @@ The device list view offers an at-a-glance view of all your devices:
18
16
}}
19
17
/>
20
18
21
-
#### List View Functions
19
+
#### List View Features
22
20
23
-
1. Search for devices via a text string.
24
-
25
-
2. Clone or add a device.
26
-
27
-
3. Filter the devices by a number of different criteria.
28
-
29
-
4. Sort by any of the column headers.
21
+
From the Devices list page under **Resources > Compute > All Devices**, you can:
30
22
23
+
1.**Create** a new device, **Clone** an existing device, or configure a **Report**.
24
+
2. Search for partial and exact matches to device names and alias.
25
+
3. Perform **Actions** that modify, delete, and manage your Device data.
26
+
4. Filter data categorically using the dropdown menus and add **More Filters**
27
+
5. Open the **Advanced** search box to search for devices using SQL-like queries.
28
+
6. Modify the default column layout or create a new view by clicking on the **gear icon**.
29
+
7. Order the column data and resize columns by dragging the edge of the column header.
31
30
32
31
### Custom Filters
33
32
34
33
The system default list view has dropdown menus you can use to filter your device list page. Click **+ More** to add dropdown menus and refine your list view.
35
34
36
35
To save you from repeatedly selecting the same combination of filters each time you visit the page, you can customize the default view with a custom set of dropdown filters. Enter edit mode by clicking on the **gear icon** next to the default **System Column List** dropdown menu. The custom filter will be saved if the **Custom Filters** checkbox is selected when saving.
From the list view, you can also select multiple devices and apply bulk actions against selected devices. The bulk action drop-down shows all available actions, while the hammer (gavel) button executes the selected bulk action:
59
+
From the list view, you can also select multiple devices and apply bulk actions against selected devices.
0 commit comments