Fix `Enter` key ignore in some confirmation modals
Sometimes pressing `Enter` would not confirm in a confirmation modal
(ex.: trying to delete replica's disks).
This was caused by the fact that the same id was generated for all
modals in a page, if they were created at exactly the same time.