[web-app] 告警通知-接收人配置和消息策略配置。全局字体基础大小修改为12px

This commit is contained in:
tomsun28
2021-12-16 22:10:57 +08:00
parent 0f6a0168d5
commit bf0a193724
12 changed files with 583 additions and 15 deletions

View File

@@ -0,0 +1,16 @@
import { TestBed } from '@angular/core/testing';
import { NoticeRuleService } from './notice-rule.service';
describe('NoticeRuleService', () => {
let service: NoticeRuleService;
beforeEach(() => {
TestBed.configureTestingModule({});
service = TestBed.inject(NoticeRuleService);
});
it('should be created', () => {
expect(service).toBeTruthy();
});
});