mirror of
https://github.com/portainer/portainer.git
synced 2025-08-03 04:45:21 +02:00
Add custom logo.
This commit is contained in:
parent
2f003a5bb5
commit
c3f22fe989
10 changed files with 4 additions and 7 deletions
|
@ -48,5 +48,5 @@ angular.module('dockerui', ['dockerui.templates', 'ngRoute', 'dockerui.services'
|
|||
// 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.8.0')
|
||||
.constant('UI_VERSION', 'v0.9.0-beta')
|
||||
.constant('DOCKER_API_VERSION', 'v1.20');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue