mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
merge branch refactor80-module-names into internal
This commit is contained in:
commit
ab52270238
3 changed files with 5 additions and 5 deletions
|
@ -5,8 +5,8 @@ angular.module('uifordocker', [
|
|||
'ui.select',
|
||||
'ngCookies',
|
||||
'ngSanitize',
|
||||
'dockerui.services',
|
||||
'dockerui.filters',
|
||||
'uifordocker.services',
|
||||
'uifordocker.filters',
|
||||
'dashboard',
|
||||
'container',
|
||||
'containers',
|
||||
|
@ -148,4 +148,4 @@ angular.module('uifordocker', [
|
|||
.constant('DOCKER_ENDPOINT', 'dockerapi')
|
||||
.constant('DOCKER_PORT', '') // Docker port, leave as an empty string if no port is requred. If you have a port, prefix it with a ':' i.e. :4243
|
||||
.constant('CONFIG_ENDPOINT', 'config')
|
||||
.constant('UI_VERSION', 'v1.5.0');
|
||||
.constant('UI_VERSION', 'v1.5.0');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue