VFS(cont)

This commit is contained in:
Xuan Sang LE
2018-01-24 01:03:14 +01:00
parent a70f52f965
commit dfbeb16601
6 changed files with 34 additions and 19 deletions

View File

@ -55,7 +55,7 @@ class PushNotification extends this.OS.GUI.BaseService
pushout: (s, o, mfeed) ->
d = {
text: "[#{s}] #{o.name} (#{o.id}): #{o.data.m}",
text: "[#{s}] #{o.name} (#{o.id}): #{o.data.m} : #{o.data.e}",
icon: o.data.icon,
iconclass: o.data.iconclass,
closable: true }