mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
Implement volumes, hide networks and volumes tabs for APIs older than v1.21.
This commit is contained in:
parent
8a900254ae
commit
eede27e263
7 changed files with 218 additions and 4 deletions
|
@ -21,7 +21,8 @@ angular.module('dockerui', [
|
|||
'events',
|
||||
'stats',
|
||||
'network',
|
||||
'networks'])
|
||||
'networks',
|
||||
'volumes'])
|
||||
.config(['$routeProvider', function ($routeProvider) {
|
||||
'use strict';
|
||||
$routeProvider.when('/', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue