fix logs colors and improve notifications screen

This commit is contained in:
Matt Hill
2021-11-10 14:43:25 -07:00
committed by Aiden McClelland
parent e3f7e857e3
commit 060a12fe17
4 changed files with 50 additions and 25 deletions

View File

@@ -752,7 +752,7 @@ export module Mock {
},
{
id: 2,
'package-id': 'bitcoind',
'package-id': null,
'created-at': '2019-12-26T14:20:30.872Z',
code: 2,
level: NotificationLevel.Warning,
@@ -762,7 +762,7 @@ export module Mock {
},
{
id: 3,
'package-id': 'bitcoind',
'package-id': null,
'created-at': '2019-12-26T14:20:30.872Z',
code: 3,
level: NotificationLevel.Info,