mirror of
https://github.com/portainer/portainer.git
synced 2025-07-30 10:49:40 +02:00
parent
c3ce4d8b53
commit
7bd971f838
65 changed files with 115 additions and 92 deletions
|
@ -239,7 +239,7 @@ angular.module('portainer.docker').controller('CreateNetworkController', [
|
|||
return ResourceControlService.applyResourceControl(userId, accessControlData, resourceControl);
|
||||
})
|
||||
.then(function success() {
|
||||
Notifications.success('Network successfully created');
|
||||
Notifications.success('Success', 'Network successfully created');
|
||||
if (context.reload) {
|
||||
$state.go(
|
||||
'docker.networks',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue