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

F #5593: Fix notification after add hosts (#1757)

(cherry picked from commit df89db4e6f0315cf6d3d6452296ef639a1d05de1)
This commit is contained in:
Sergio Betanzos 2022-02-07 17:39:19 +01:00 committed by Tino Vazquez
parent 52db9b7077
commit 65d7339c77

View File

@ -45,7 +45,7 @@ const Hosts = memo(
async (payload) => {
await addHost(data?.ID, payload)
await refetchProvision()
enqueueSuccess(`Host added ${amount}x`)
enqueueSuccess(`Adding hosts ${amount}x`)
}
)