portainer/app/docker/components
pc 8df64031e8 feat(log-viewer): change line count default to 100 and add a since parameter (#2377)
* chore(log-viewer): add the ability to use`since` parameter #1942

https://github.com/portainer/portainer/issues/1942#issuecomment-430246378

* chore(log-viewer): change lineCount to 100 #1942

https://github.com/portainer/portainer/issues/1942#issuecomment-430246378

* fix(log-viewer): js syntax typo for `;` and `'`

forget to lint the code, reported by codeclimate

* fix(log-viewer): use mementjs to format timestamp

1. use moment lib instead of define a function in filter.js(not the right place for this function, removed)
2. set sinceTimestamp init value to `24 hours ago`, as we just need to focus on the relative latest logs after the log-viewer loading, not all the logs(to speedup the process)
3. use moment().unix() to convert the `sinceTimestamp`  to local unix timestamp(not utc)

* chore(log-viewer): add the ability to select the datetime for `since`

* chore(log-viewer): add the ability to fetch logs from specific time
2018-10-29 17:49:35 +13:00
..
container-capabilities feat(container-creation): container add/drop capabilities on creation (#468) (#2078) 2018-08-09 10:40:06 +02:00
container-restart-policy fix(container-details): update container restart policy init 2018-09-15 10:19:51 +08:00
dashboard-cluster-agent-info style(app): update widget title property (#1952) 2018-06-06 18:12:35 +02:00
datatables feat(endpoints): add the ability to browse offline endpoints (#2253) 2018-10-28 22:27:06 +13:00
dockerSidebarContent feat(endpoints): add the ability to browse offline endpoints (#2253) 2018-10-28 22:27:06 +13:00
host-overview feat(endpoints): add the ability to browse offline endpoints (#2253) 2018-10-28 22:27:06 +13:00
host-view-panels feat(jobs): add the ability to run a job on a target endpoint #2374 2018-10-28 19:06:50 +13:00
imageRegistry feat(ux): update form input validation (#2035) 2018-07-11 16:22:02 +02:00
log-viewer feat(log-viewer): change line count default to 100 and add a since parameter (#2377) 2018-10-29 17:49:35 +13:00
network-macvlan-form feat(network-creation): enhance UX with macvlan driver for swarm mode (#2082) (#2122) 2018-08-16 12:29:15 +02:00
volumesNFSForm feat(volume-creation) : NFS volume creation (#2083) (#2108) 2018-08-09 10:33:16 +02:00