1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

feat(ui): default to display all containers

This commit is contained in:
Anthony Lapenna 2016-07-07 14:30:11 +12:00
parent 092d866c73
commit 337bfa74bb
2 changed files with 2 additions and 2 deletions

View file

@ -153,7 +153,7 @@ angular.module('dockerui.services', ['ngResource', 'ngSanitize'])
}
var firstLoad = (localStorage.getItem('firstLoad') || 'true') === 'true';
return {
displayAll: false,
displayAll: true,
endpoint: DOCKER_ENDPOINT,
uiVersion: UI_VERSION,
url: url,