mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
Small bug fixes with new docker versions
This commit is contained in:
parent
0baf3aead3
commit
cfa8d3a442
4 changed files with 10 additions and 8 deletions
|
@ -83,7 +83,7 @@ angular.module('dockerui.services', ['ngResource'])
|
|||
title: title,
|
||||
text: text,
|
||||
time: 2000,
|
||||
before_open: function{
|
||||
before_open: function() {
|
||||
if($('.gritter-item-wrapper').length == 3) {
|
||||
return false;
|
||||
}
|
||||
|
@ -96,7 +96,7 @@ angular.module('dockerui.services', ['ngResource'])
|
|||
title: title,
|
||||
text: text,
|
||||
time: 6000,
|
||||
before_open: function{
|
||||
before_open: function() {
|
||||
if($('.gritter-item-wrapper').length == 4) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue