admin: update success buttons
for 'create'
This commit is contained in:
parent
a14710353b
commit
4280268580
5 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@ class Index extends App.ControllerContent
|
|||
'Groups are ...'
|
||||
],
|
||||
buttons: [
|
||||
{ name: 'New Group', 'data-type': 'new', class: 'primary' },
|
||||
{ name: 'New Group', 'data-type': 'new', class: 'btn--success' },
|
||||
],
|
||||
},
|
||||
)
|
||||
|
|
|
@ -19,7 +19,7 @@ class Index extends App.ControllerContent
|
|||
'Organizations are for any person in the system. Agents (Owners, Resposbiles, ...) and Customers.'
|
||||
],
|
||||
buttons: [
|
||||
{ name: 'New Organization', 'data-type': 'new', class: 'primary' },
|
||||
{ name: 'New Organization', 'data-type': 'new', class: 'btn--success' },
|
||||
],
|
||||
},
|
||||
)
|
||||
|
|
|
@ -19,7 +19,7 @@ class Index extends App.ControllerContent
|
|||
'Overview are ...'
|
||||
],
|
||||
buttons: [
|
||||
{ name: 'New Overview', 'data-type': 'new', class: 'primary' },
|
||||
{ name: 'New Overview', 'data-type': 'new', class: 'btn--success' },
|
||||
],
|
||||
},
|
||||
)
|
||||
|
|
|
@ -19,7 +19,7 @@ class Index extends App.ControllerContent
|
|||
# 'SLA are ...'
|
||||
],
|
||||
buttons: [
|
||||
{ name: 'New SLA', 'data-type': 'new', class: 'primary' },
|
||||
{ name: 'New SLA', 'data-type': 'new', class: 'btn--success' },
|
||||
],
|
||||
},
|
||||
)
|
||||
|
|
|
@ -19,7 +19,7 @@ class Index extends App.ControllerContent
|
|||
'TextModules are ...'
|
||||
],
|
||||
buttons: [
|
||||
{ name: 'New TextModule', 'data-type': 'new', class: 'primary' },
|
||||
{ name: 'New TextModule', 'data-type': 'new', class: 'btn--success' },
|
||||
],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue