diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-04-23 12:21:12 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-04-23 12:21:12 +0300 |
| commit | f95997c235bab4106f4bdfa33b4b8adb9921bb48 (patch) | |
| tree | 19439fad9068c4c9759099e9a1f7259a2a32d307 /Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels | |
| parent | 46f5f70e6055234bce3e9a105ab1ba86248b1713 (diff) | |
| download | Tango-f95997c235bab4106f4bdfa33b4b8adb9921bb48.tar.gz Tango-f95997c235bab4106f4bdfa33b4b8adb9921bb48.zip | |
Added guidance to event types.
Implemented general event view on PPC.
Improved job resume tracking.
Improved job resume on PPC.
Added corruption emulation to machine emulator.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels/MainViewVM.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels/MainViewVM.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels/MainViewVM.cs index 9ee24ad38..49e0763d9 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels/MainViewVM.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels/MainViewVM.cs @@ -132,7 +132,7 @@ namespace Tango.PPC.Events.ViewModels var notificationItem = new MessageNotificationItem(); notificationItem.CanClose = false; notificationItem.Message = ev.EventType.Title; - notificationItem.ExpandedMessage = ev.Description; + notificationItem.ExpandedMessage = ev.EventType.Description; notificationItem.Pressed += async (_, __) => { SelectedEventsSource = EventsSource.CURRENT; |
