1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

M #5819: add dataCy modal clusters (#2095)

This commit is contained in:
Jorge Miguel Lobo Escalona 2022-05-26 19:54:21 +02:00 committed by GitHub
parent 3b9d74e59e
commit dc1804c4f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,6 +91,7 @@ const Actions = () => {
{
dialogProps: {
title: T.SelectCluster,
dataCy: 'modal-select-cluster',
},
form: (rows) => ChangeClusterForm(),
onSubmit: (rows) => async (formData) => {