-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOCS-1329: Add control test instructions for Generic component (#2128)
- Loading branch information
1 parent
e951146
commit c309b87
Showing
3 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## Test the generic component | ||
|
||
After you configure your generic component, navigate to the [Control tab](/manage/fleet/robots/#control) and select the dropdown panel dedicated to the generic component. | ||
Use the card to send arbitrary commands to the resource with [`DoCommand()`](/components/generic/#docommand). | ||
|
||
![The generic component in the control tab.](/components/generic/generic-control.png) |