Skip to content

Commit

Permalink
add notification for binding existing services
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeisel committed Apr 26, 2024
1 parent 37d5596 commit 1512b61
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,13 @@ export default class DeploymentPlugin extends PureComponent {
windowOpenDeploymentBinding: false,
windowOpenOnDemandDeploymentOverview: false,
});
NotificationHandler.getInstance().displayNotification({
type: "info",
title: "Service instances successfully bound",
content:
"All service tasks requiring deployment, have successfully been bound to existing service instances.",
duration: 8000,
});
} else {
this.setState({
windowOpenDeploymentOverview: false,
Expand Down

0 comments on commit 1512b61

Please sign in to comment.