mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 23:09:41 +02:00
Cleaned up linter errors.
This commit is contained in:
parent
e507af62aa
commit
ab2819addd
11 changed files with 62 additions and 58 deletions
|
@ -36,7 +36,7 @@ function($scope, $q, $routeParams, $location, Image, Container, Messages, LineCh
|
|||
var containers = [];
|
||||
for (var i = 0; i < d.length; i++) {
|
||||
var c = d[i];
|
||||
if (c.Image == tag) {
|
||||
if (c.Image === tag) {
|
||||
containers.push(new ContainerViewModel(c));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue