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/tags.mdx
+18-24Lines changed: 18 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ sidebar_position: 15
6
6
importThemedImagefrom'@theme/ThemedImage'
7
7
importuseBaseUrlfrom'@docusaurus/useBaseUrl'
8
8
9
-
Tags are useful for filtering and grouping objects. For example, you could define a "Project X" tag and associate that tag with all the devices, IP addresses, and other items associated with Project X.
9
+
Tags let you filter and group objects in Device42 — for example, you can define a "Project X" tag and associate it with all the devices, IP addresses, and other items related to that project. This page covers how to create, edit, merge, and remove tags.
10
10
11
11
Main objects in Device42 can be tagged, such as Software Components, Assets, and Devices, but not lower-order related objects like Vendor or User.
12
12
@@ -22,11 +22,9 @@ Navigate to the Tags list page under **Infrastructure > Organization > Tags** to
22
22
23
23
## Create Tags
24
24
25
-
Click the **Create** button on the Tags list page. You can also create tags using the **Tags** field on discovery job configuration pages.
25
+
Click the **Create** button on the Tags list page. You can also create tags directly from an object or a discovery job configuration page using the **Tags** field.
26
26
27
-
Tag names can contain spaces. The **Slug** is a unique resource identifier for each tag and is automatically filled in.
28
-
29
-
You can also create new tags directly from an object or an autodiscovery job configuration page, under the **Tags** field.
27
+
Tag names can contain spaces. The **Slug** is a unique resource identifier for each tag and is filled in automatically.
30
28
31
29
<ThemedImage
32
30
alt="Add a new tag"
@@ -38,10 +36,10 @@ You can also create new tags directly from an object or an autodiscovery job con
38
36
39
37
## View and Edit Tags
40
38
41
-
On the Tags list page, you can click on a tag name to view the objects with that tag. To remove an association, click **Edit**, check the **Delete?** checkbox, and click **Save**.
39
+
On the Tags list page, click a tag name to view the objects associated with that tag. To remove an association, click **Edit**, check the **Delete?** checkbox, and click **Save**.
@@ -50,7 +48,7 @@ On the Tags list page, you can click on a tag name to view the objects with that
50
48
51
49
## Tag Objects
52
50
53
-
Add a tag to a device by filling in the **Tag** field when creating or editing a device. When configuring an autodiscovery job, you can specify tags for discovered objects .
51
+
Add a tag to a device by filling in the **Tag** field when creating or editing a device. When configuring a discovery job, you can specify tags for discovered objects.
54
52
55
53
<ThemedImage
56
54
alt="Tagging a device"
@@ -62,12 +60,10 @@ Add a tag to a device by filling in the **Tag** field when creating or editing a
62
60
63
61
## Merge Tags
64
62
65
-
Due to misspellings or duplication, you may end up with multiple similar tags. You can merge them as follows:
66
-
67
-
From the Tags list page, select two or more tags, and choose **Merge selected tags** from the **Actions** dropdown.
63
+
Due to misspellings or duplication, you may end up with multiple similar tags. To merge them, select two or more tags from the Tags list page and choose **Merge selected tags** from the **Actions** dropdown.
0 commit comments