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 ...'
|
'Groups are ...'
|
||||||
],
|
],
|
||||||
buttons: [
|
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.'
|
'Organizations are for any person in the system. Agents (Owners, Resposbiles, ...) and Customers.'
|
||||||
],
|
],
|
||||||
buttons: [
|
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 ...'
|
'Overview are ...'
|
||||||
],
|
],
|
||||||
buttons: [
|
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 ...'
|
# 'SLA are ...'
|
||||||
],
|
],
|
||||||
buttons: [
|
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 ...'
|
'TextModules are ...'
|
||||||
],
|
],
|
||||||
buttons: [
|
buttons: [
|
||||||
{ name: 'New TextModule', 'data-type': 'new', class: 'primary' },
|
{ name: 'New TextModule', 'data-type': 'new', class: 'btn--success' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue