mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
Added events endpoint.
This commit is contained in:
parent
d6c524f960
commit
32a4703a53
9 changed files with 49 additions and 8 deletions
|
@ -150,7 +150,7 @@ describe('filters', function () {
|
|||
|
||||
describe('getdate', function () {
|
||||
it('should convert the Docker date to a human readable form', inject(function(getdateFilter) {
|
||||
expect(getdateFilter(1420424998)).toBe('Mon Jan 05 2015');
|
||||
expect(getdateFilter(1420424998)).toBe('Sun Jan 04 2015');
|
||||
}));
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue