mirror of
https://github.com/portainer/portainer.git
synced 2025-07-30 02:39:41 +02:00
parent
c3ce4d8b53
commit
7bd971f838
65 changed files with 115 additions and 92 deletions
|
@ -133,7 +133,7 @@ angular.module('portainer.docker').controller('CreateVolumeController', [
|
|||
return ResourceControlService.applyResourceControl(userId, accessControlData, resourceControl);
|
||||
})
|
||||
.then(function success() {
|
||||
Notifications.success('Volume successfully created');
|
||||
Notifications.success('Success', 'Volume successfully created');
|
||||
$state.go('docker.volumes', {}, { reload: true });
|
||||
})
|
||||
.catch(function error(err) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue