Fixes #4007 - Report profile "new profile" button does not match coloring scheme.
This commit is contained in:
parent
2df8c9c7bf
commit
b5feb6f4c9
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class ReportProfile extends App.ControllerSubContent
|
|||
# 'Report Profile are ...'
|
||||
]
|
||||
buttons: [
|
||||
{ name: __('New Profile'), 'data-type': 'new', class: 'primary' }
|
||||
{ name: __('New Profile'), 'data-type': 'new', class: 'btn--success' }
|
||||
]
|
||||
container: @el.closest('.content')
|
||||
veryLarge: true
|
||||
|
|
Loading…
Reference in a new issue