1.13.2 Dialogs
Add/edit satellite dialog

Trigger:
- when you click on the "+" button on the bottom toolbar to create new operator or
- an on pencil icon to edit in the menu column
- The dialog title clearly indicates whether you are creating a new operator, editing an existing one, ensuring clarity in the action being performed.
Fields:
- Name: The user defined name of this operator.
- Contact: Contact details of operator.
Actions:
- Create/Save:
- For new operator, this creates the operator with the provided details.
- For existing operator, this saves modifications.
- If an error occurs in the input fields, the button is deactivated.
- Cancel: Closes the dialog without saving.
On delete confirmation dialog
- Trigger: Opens when you click the trash icon for an operator from menu column or trash icon from bottom toolbar .
- Content: Asks the user to confirm whether they want to delete the selected operator(s).
- Actions:
- Yes: Deletes the operator(s) permanently.
- Cancel: Cancels the deletion action.