Add UUID to table KEY_DISPLAY_MAP

This commit is contained in:
Juan Cruz Viotti 2014-11-21 14:20:43 -04:00
parent 34b0c7d783
commit 982c18a900

View File

@ -6,6 +6,7 @@ KEY_DISPLAY_MAP =
last_seen_time: 'Last Seen'
ip_address: 'IP Address'
id: 'ID'
uuid: 'UUID'
startsWithLetter = (string) ->
firstLetter = _.first(string)