mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
Add bottom status bar with version information
This commit is contained in:
parent
ac8f84773e
commit
20f67f9f4a
6 changed files with 24 additions and 12 deletions
|
@ -12,4 +12,5 @@ angular.module('dockerui', ['dockerui.services', 'dockerui.filters'])
|
|||
}])
|
||||
// This is your docker url that the api will use to make requests
|
||||
.constant('DOCKER_ENDPOINT', 'http://192.168.1.9:4243\:4243')
|
||||
.constant('DOCKER_API_VERSION', '/v1.1');
|
||||
.constant('UI_VERSION', 'v0.1')
|
||||
.constant('DOCKER_API_VERSION', 'v1.1');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue