Skip to content

Commit c02bff1

Browse files
committed
985: update page; device-list-view-2
1 parent f9a0bd0 commit c02bff1

9 files changed

Lines changed: 25 additions & 14 deletions

docs/infrastructure-management/devices/device-list-view-2.mdx

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ sidebar_position: 18
66
import ThemedImage from '@theme/ThemedImage'
77
import useBaseUrl from '@docusaurus/useBaseUrl'
88

9-
## Device List View
10-
119
The device list view offers an at-a-glance view of all your devices:
1210

1311
<ThemedImage
@@ -18,34 +16,47 @@ The device list view offers an at-a-glance view of all your devices:
1816
}}
1917
/>
2018

21-
#### List View Functions
19+
#### List View Features
2220

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:
3022

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.
3130

3231
### Custom Filters
3332

3433
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.
3534

3635
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.
3736

38-
![Custom filters checkbox](/assets/images/device-list/custom-filters-checkbox.png)
37+
<ThemedImage
38+
alt=""
39+
sources={{
40+
light: useBaseUrl('/assets/images/device-list/custom-filters-light.png'),
41+
dark: useBaseUrl('/assets/images/device-list/custom-filters-dark.png'),
42+
}}
43+
/>
3944

4045
When you apply a saved custom filter, you'll see the "filters have been replaced in order to apply saved filters on the custom view" notification.
4146

42-
If you've made changes to the filter you don't want to keep, click the **Reset** button to revert to the original saved filter.
47+
If you've made changes to the filter you don't want to keep, click the **Reset** option to revert to the original saved filter.
4348

44-
![Applied filter notification](/assets/images/device-list/filter-reset-and-notification.png)
49+
<ThemedImage
50+
alt="Rest filters option"
51+
sources={{
52+
light: useBaseUrl('/assets/images/device-list/reset-filters-light.png'),
53+
dark: useBaseUrl('/assets/images/device-list/reset-filters-dark.png'),
54+
}}
55+
/>
4556

4657
## List View Bulk Actions
4758

48-
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.
4960

5061
<ThemedImage
5162
alt="Bulk device actions dropdown menu"
360 KB
Loading
357 KB
Loading
316 KB
Loading
320 KB
Loading
302 KB
Loading
309 KB
Loading
372 KB
Loading
374 KB
Loading

0 commit comments

Comments
 (0)