added last downtime log (closes #55)
added uptime statistics (closes #56) added german translations (closes #57)
This commit is contained in:
parent
acb39f6b2a
commit
e9599373ec
27 changed files with 819 additions and 265 deletions
8
src/app/_pipe/dayjs.pipe.spec.ts
Normal file
8
src/app/_pipe/dayjs.pipe.spec.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
import { DayjsPipe } from './dayjs.pipe';
|
||||
|
||||
describe('DayjsPipe', () => {
|
||||
it('create an instance', () => {
|
||||
const pipe = new DayjsPipe();
|
||||
expect(pipe).toBeTruthy();
|
||||
});
|
||||
});
|
Reference in a new issue