mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(ux): add the ability to change the number of paginated items on all entity tables (#537)
This commit is contained in:
parent
70933d1056
commit
e2fc8af87a
26 changed files with 269 additions and 83 deletions
|
@ -405,7 +405,7 @@ module.exports = function (grunt) {
|
|||
command: [
|
||||
'docker stop portainer',
|
||||
'docker rm portainer',
|
||||
'docker run -d -p 9000:9000 -v /tmp/portainer:/data --name portainer portainer -H tcp://10.0.7.10:2375'
|
||||
'docker run -d -p 9000:9000 --name portainer portainer -H tcp://10.0.7.10:2375'
|
||||
].join(';')
|
||||
},
|
||||
runSwarmLocal: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue