Skip to content

Commit

Permalink
change success message and extend message exist timeout to 5 seconds
Browse files Browse the repository at this point in the history
Signed-off-by: andy.lee <andy.lee@suse.com>
  • Loading branch information
a110605 committed May 13, 2024
1 parent 1a970a5 commit 14d37bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/backup.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export default {
const backVolName = payload.name
const resp = yield call(syncVolume, backVolName)
if (resp && resp.status === 200) {
message.success(`Successfully synced backup volume ${backVolName}`, 3)
message.success(`Successfully trigger backup volume ${backVolName} synchronization`, 5)
}
},
*bulkCreateVolume({
Expand Down

0 comments on commit 14d37bb

Please sign in to comment.