add stake order to admin
This commit is contained in:
@@ -22,7 +22,7 @@ class FiatBalanceDashboard < Administrate::BaseDashboard
|
||||
#
|
||||
# By default, it's limited to four items to reduce clutter on index pages.
|
||||
# Feel free to add, remove, or rearrange items.
|
||||
COLLECTION_ATTRIBUTES = [:id, :user, :amount_formatted].freeze
|
||||
COLLECTION_ATTRIBUTES = [:user, :id, :amount_formatted].freeze
|
||||
|
||||
# SHOW_PAGE_ATTRIBUTES
|
||||
# an array of attributes that will be displayed on the model's show page.
|
||||
|
||||
Reference in New Issue
Block a user