Commit 15335f7c authored by Serge S. Koval's avatar Serge S. Koval

Typo

parent 0a96cd66
......@@ -471,7 +471,7 @@ class BaseModelView(BaseView, ActionsMixin):
from flask_admin.model.template import EndpointLinkRowAction
class MyModelView(BaseModelView):
column_list_row_actions = [
column_extra_row_actions = [
EndpointLinkRowAction('.some_view', 'fa fa-cross'),
EndpointLinkRowAction('.another_view', 'fa fa-eye-open'),
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment