Shorten GPG key id's when showing a query result
This commit is contained in:
@@ -149,7 +149,7 @@ def key_query(request):
|
|||||||
'extra_columns': [
|
'extra_columns': [
|
||||||
{
|
{
|
||||||
'name': _('ID'),
|
'name': _('ID'),
|
||||||
'attribute': 'key_id',
|
'attribute': encapsulate(lambda item: '...{0}'.format(item.key_id[-16:])),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'name': _('Type'),
|
'name': _('Type'),
|
||||||
|
|||||||
Reference in New Issue
Block a user