mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-01 08:48:05 +00:00
Add UUID to table KEY_DISPLAY_MAP
This commit is contained in:
parent
34b0c7d783
commit
982c18a900
@ -6,6 +6,7 @@ KEY_DISPLAY_MAP =
|
|||||||
last_seen_time: 'Last Seen'
|
last_seen_time: 'Last Seen'
|
||||||
ip_address: 'IP Address'
|
ip_address: 'IP Address'
|
||||||
id: 'ID'
|
id: 'ID'
|
||||||
|
uuid: 'UUID'
|
||||||
|
|
||||||
startsWithLetter = (string) ->
|
startsWithLetter = (string) ->
|
||||||
firstLetter = _.first(string)
|
firstLetter = _.first(string)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user