mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
Hide masthead after first load
This commit is contained in:
parent
ef3ec09cad
commit
847c2d570c
3 changed files with 14 additions and 4 deletions
|
@ -64,7 +64,8 @@ angular.module('dockerui.services', ['ngResource'])
|
|||
version: DOCKER_API_VERSION,
|
||||
rawUrl: DOCKER_ENDPOINT + DOCKER_PORT + '/' + DOCKER_API_VERSION,
|
||||
uiVersion: UI_VERSION,
|
||||
url: url
|
||||
url: url,
|
||||
firstLoad: true,
|
||||
};
|
||||
})
|
||||
.factory('ViewSpinner', function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue