Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
HAWKULAR-251: Success feedback message when deleting a URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ammendonca committed May 28, 2015
1 parent 1540e02 commit a9f651c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ module HawkularMetrics {
environmentId: globalEnvironmentId,
resourceId: this.resource.id
}).$promise.then((res) => {
toastr.info('The site ' + this.resource.properties.url + ' is no longer being monitored.');
toastr.success('The site ' + this.resource.properties.url + ' is no longer being monitored.');
this.$modalInstance.close(res);
});
}
Expand Down

0 comments on commit a9f651c

Please sign in to comment.