admin: update success buttons

for 'create'
This commit is contained in:
Felix Niklas 2014-09-30 13:33:45 +02:00
parent a14710353b
commit 4280268580
5 changed files with 5 additions and 5 deletions

View file

@ -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' },
], ],
}, },
) )

View file

@ -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' },
], ],
}, },
) )

View file

@ -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' },
], ],
}, },
) )

View file

@ -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' },
], ],
}, },
) )

View file

@ -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' },
], ],
}, },
) )