mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 12:25:22 +02:00
feat(ui): default to display all containers (#45)
This commit is contained in:
parent
092d866c73
commit
21c1778822
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue