2.17.2 Dialogs
Stream key add/edit dialog

Trigger:
- when you click on the "+" button on the bottom toolbar to create new key or
- an on pencil icon to edit in the menu column
- The dialog title clearly indicates whether you are creating a new stream key, editing an existing one, ensuring clarity in the action being performed.
Fields:
- Name: The user defined name of this stream key. This name must be unique, as the operator selects the key according to this name.
- Key type: The key type, one of BISS-1, BISS-E or PASSPHRASE.
- Key: The key value associated with the id and name in this record. For biss keys this is a string entirely consisting of the hexadecimal characters 0123456789ABCDEF and it is either 12 or 16 characters long. For other key types, the key is a free text.
Actions:
- Create/Save:
- For new stream key, this creates the event with the provided details.
- For existing keys, this saves modifications.
- If an error occurs in the input fields, the button is deactivated.
- Cancel: Closes the dialog without saving.
On delete kex confirmation dialog
- Trigger: Opens when you click the trash icon for an key from menu column or trash icon from bottom toolbar .
- Content: Asks the user to confirm whether they want to delete the selected event(s).
- Actions:
- Yes: Deletes the event(s) permanently.
- Cancel: Cancels the deletion action.