Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
HELP: Add help text for stream profiles
Please add this to button help.
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
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,41 @@ | ||
| <div class="hts-doc-text"> | ||
|
|
||
| <p> | ||
| <br> | ||
| <hr> | ||
| <b>Buttons</b> | ||
| <hr> | ||
| Buttons have the following functions: | ||
| <br><br> | ||
| <dl> | ||
| <dt><b>Add</b> | ||
| <dd> | ||
| Add a new profile. You can choose from any of the types from the list. | ||
| <p> | ||
| <dt><b>Delete</b> | ||
| <dd> | ||
| Delete an existing profile. | ||
| <p> | ||
| <dt><b>Save</b> | ||
| <dd> | ||
| Saves any changes. | ||
| <p> | ||
| <dt><b>Undo</b> | ||
| <dd> | ||
| Undoes any changes. | ||
| <p> | ||
| </dl> | ||
|
|
||
| <p> | ||
| <br> | ||
| <hr> | ||
| <b>Columns</b> | ||
| <hr> | ||
| The columns have the following functions: | ||
|
|
||
| <dl> | ||
| <dt><b>Stream Profile Name</b> | ||
| <dd>This column contains the name of Stream Profile. | ||
|
|
||
| </dl> | ||
| </div> |