8000 Add web UI steps to RHEM doc (#3368) by EMcWhinn · Pull Request #3369 · ansible/aap-docs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add web UI steps to RHEM doc (#3368) #3369

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ include::platform/con-edge-manager-enroll.adoc[leveloffset=+1]
include::platform/proc-edge-manager-enroll-device-cli.adoc[leveloffset=+2]

include::platform/con-edge-manager-view-devices.adoc[leveloffset=+1]
include::platform/proc-edge-manager-view-device-inventory.adoc[leveloffset=+2]
include::platform/proc-edge-manager-view-device-inventory-ui.adoc[leveloffset=+2]
include::platform/proc-edge-manager-view-device-inventory-cli.adoc[leveloffset=+2]
include::platform/con-edge-manager-labels.adoc[leveloffset=+2]
include::platform/proc-edge-manager-view-device-labels-ui.adoc[leveloffset=+3]
include::platform/proc-edge-manager-view-devices-cli.adoc[leveloffset=+3]
include::platform/proc-edge-manager-update-labels.adoc[leveloffset=+3]
include::platform/ref-edge-manager-field-selectors.adoc[leveloffset=+2]
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[id="edge-manager-view-device-inventory"]
[id="edge-manager-view-device-inventory-cli"]

= Viewing device inventory and device details
= Viewing device inventory and device details on the CLI

Complete the following steps:

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[id="edge-manager-view-device-inventory-ui"]

= Viewing device inventory and device details on the web UI

Complete the following steps:

.Procedure

. From the navigation panel, select menu:Application Links[Edge Manager].
This opens the external Edge Manager instance.
. From the navigation panel, select *Devices* where you can view your device inventory, details, and decommission devices.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[id="edge-manager-view-device-labels-ui"]

= Viewing devices and their labels on the web UI

View devices and their associated labels on the web UI. You can use labels to organize your devices and device fleets.

Complete the following steps:

. From the navigation panel, select menu:Application Links[Edge Manager].
This opens the external Edge Manager instance.
. From the navigation panel, select *Devices*.
. Select the device you want to manage.
In the *Details* tab you can view the associated labels under *Labels*.
0