diff --git a/docs/infrastructure-management/software/software-in-use.md b/docs/infrastructure-management/software/software-in-use.md deleted file mode 100644 index 339d656f..00000000 --- a/docs/infrastructure-management/software/software-in-use.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: "Software In Use" -sidebar_position: 5 ---- - -Select _Apps > Software > Software In Use_ to view, edit, or add software-in-use information. - -![](/assets/images/WEB-293_Software-In-Use-View.png) - -Click the software _Name_ to edit existing software in use. - -### Software In Use Actions - -Select one of more software-in-use entries, and then select an Action to apply that action to the entries. - -![](/assets/images/WEB-293_Software-In-Use-View-Actions-Menu.png) - -### Add a Software In Use Entry - -Click _Add Software In Use_ to add a new software entry. - -![](/assets/images/WEB-293_Software-In-Use-Add.png) - -Click **Software** to select the software you want to add as in use. Device42 displays the Select Software Component dialog – you can also add a new component from this dialog. Click on the name of the component you want to add. If necessary, also enter or update the **Raw License Count**. Click _Save_ at the bottom of the page to add the software in use. - -![](/assets/images/WEB-293_Software-In-Use-Add-Select-Component-1.png) diff --git a/docs/infrastructure-management/software/software-in-use.mdx b/docs/infrastructure-management/software/software-in-use.mdx new file mode 100644 index 00000000..ecf999cd --- /dev/null +++ b/docs/infrastructure-management/software/software-in-use.mdx @@ -0,0 +1,56 @@ +--- +title: "Software In Use" +sidebar_position: 5 +--- + +import ThemedImage from '@theme/ThemedImage' +import useBaseUrl from '@docusaurus/useBaseUrl' + +Select _Resources > Software Components > Software In Use_ to view, edit, or add software-in-use information. + + +
+ +Click the software _Name_ to edit existing software in use. + +### Software In Use Actions + +Select one of more software-in-use entries, and then select an Action to apply that action to the entries. + + + +### Add a Software In Use Entry + +Click _Add Software In Use_ to add a new software entry. + + +

+ +Click **Software** to select the software you want to add as in use. Device42 displays the Select Software Component dialog – you can also add a new component from this dialog. Click on the name of the component you want to add. If necessary, also enter or update the **Raw License Count**. Click _Save_ at the bottom of the page to add the software in use. + +
+ diff --git a/static/assets/images/software-in-use-actions-dark.png b/static/assets/images/software-in-use-actions-dark.png new file mode 100644 index 00000000..b2553942 Binary files /dev/null and b/static/assets/images/software-in-use-actions-dark.png differ diff --git a/static/assets/images/software-in-use-actions-light.png b/static/assets/images/software-in-use-actions-light.png new file mode 100644 index 00000000..5f41a399 Binary files /dev/null and b/static/assets/images/software-in-use-actions-light.png differ diff --git a/static/assets/images/software-in-use-add-new-dark.png b/static/assets/images/software-in-use-add-new-dark.png new file mode 100644 index 00000000..bc9d4f21 Binary files /dev/null and b/static/assets/images/software-in-use-add-new-dark.png differ diff --git a/static/assets/images/software-in-use-add-new-light.png b/static/assets/images/software-in-use-add-new-light.png new file mode 100644 index 00000000..ba69b5c3 Binary files /dev/null and b/static/assets/images/software-in-use-add-new-light.png differ diff --git a/static/assets/images/software-in-use-select-dark.png b/static/assets/images/software-in-use-select-dark.png new file mode 100644 index 00000000..7e15d91f Binary files /dev/null and b/static/assets/images/software-in-use-select-dark.png differ diff --git a/static/assets/images/software-in-use-select-light.png b/static/assets/images/software-in-use-select-light.png new file mode 100644 index 00000000..c6c5d9f5 Binary files /dev/null and b/static/assets/images/software-in-use-select-light.png differ diff --git a/static/assets/images/software-in-use-view-dark.png b/static/assets/images/software-in-use-view-dark.png new file mode 100644 index 00000000..1372cdbd Binary files /dev/null and b/static/assets/images/software-in-use-view-dark.png differ diff --git a/static/assets/images/software-in-use-view-light.png b/static/assets/images/software-in-use-view-light.png new file mode 100644 index 00000000..7d82d9c0 Binary files /dev/null and b/static/assets/images/software-in-use-view-light.png differ