mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
feat(edgestacks): support kubernetes edge stacks (#5276) [EE-393]
This commit is contained in:
parent
79ca51c92e
commit
5c8450c4c0
56 changed files with 1466 additions and 521 deletions
|
@ -1,6 +1,8 @@
|
|||
import angular from 'angular';
|
||||
|
||||
angular.module('portainer.edge', []).config(function config($stateRegistryProvider) {
|
||||
import edgeStackModule from './views/edge-stacks';
|
||||
|
||||
angular.module('portainer.edge', [edgeStackModule]).config(function config($stateRegistryProvider) {
|
||||
const edge = {
|
||||
name: 'edge',
|
||||
url: '/edge',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue