def get_actions(self):
actions = super().get_actions()
nested_update(actions, {
'built_in': {
'endorse_members': {},
},
'click': {
'edit_note': {
'localName': _('Edit member note'),
'css': 'btn-warning',
},
},
'glyphicon': {
'quick_endorse': {
'localName': _('Quick endorsement'),
'css': 'glyphicon-cloud-upload',
},
'quick_disendorse': {
'localName': _('Quick disendorsement'),
'css': 'glyphicon-cloud-download',
}
}
})
return actions
评论列表
文章目录