add ack by to edge case to ensure tooltip is up to date

This commit is contained in:
Jeff Bryner 2015-03-13 21:38:02 -07:00
Родитель ed9e6ed2c4
Коммит 1089a91cb1
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -236,7 +236,8 @@ if (Meteor.isClient) {
summary:1,
severity:1,
category:1,
acknowledged:1
acknowledged:1,
acknowledgedby:1
},
sort: {utcepoch: -1},
limit: Session.get('alertsrecordlimit'),