mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
Remove unused Dockerfile service, rename services to match API endpoint names: Docker => Version, System => Info.
This commit is contained in:
parent
5f4641af67
commit
8a900254ae
6 changed files with 14 additions and 35 deletions
|
@ -71,5 +71,4 @@ angular.module('dockerui', [
|
|||
// You need to set this to the api endpoint without the port i.e. http://192.168.1.9
|
||||
.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('UI_VERSION', 'v0.9.0-beta')
|
||||
.constant('DOCKER_API_VERSION', 'v1.20');
|
||||
.constant('UI_VERSION', 'v0.9.0-beta');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue