1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

feat(swarm-visualizer): add the swarm-visualizer view (#1190)

This commit is contained in:
Anthony Lapenna 2017-09-14 08:04:59 +02:00 committed by GitHub
parent be4f3ec81d
commit 87825f7ebb
9 changed files with 307 additions and 3 deletions

View file

@ -3,7 +3,7 @@ angular.module('portainer.services')
'use strict';
var service = {};
service.nodes = function(id) {
service.nodes = function() {
var deferred = $q.defer();
Node.query({}).$promise