1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

Implemented single network view, connect, disconnect, remove.

This commit is contained in:
Kevan Ahlquist 2015-12-20 19:13:53 -06:00
parent a712d5b77e
commit 8a4be8b93a
5 changed files with 250 additions and 3 deletions

View file

@ -20,6 +20,7 @@ angular.module('dockerui', [
'containerTop',
'events',
'stats',
'network',
'networks'])
.config(['$routeProvider', function ($routeProvider) {
'use strict';