1
0
Fork 0
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:
Michael Crosby 2013-09-02 17:18:54 -07:00
parent ef3ec09cad
commit 847c2d570c
3 changed files with 14 additions and 4 deletions

View file

@ -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() {