Alignak-monitoring-contrib / alignak-app

Desktop application in system tray for Alignak users.
GNU Affero General Public License v3.0
6 stars 2 forks source link

Change host ID of EventItem to full item and Qt.UserRole for spy events #278

Closed algorys closed 6 years ago

algorys commented 6 years ago

Actually, App EventItem's (QListWidgetItem) use aspecific field to keep host ID.

Instead, items should use Qt.UserRole to keep item of backend. And maybe keep full item data to display other information in events QWidget.

algorys commented 6 years ago

Done.