Introduce confirmation alert componentTo confirm the deletion of a keyserver, I will need a very similar modal to the delete role modal. Rather than copying and pasting, I introduced a `ConfirmationAlert` component that can be used in both instances.
Depends on D10080