Added notify after send.
This commit is contained in:
parent
d54b7bbfc8
commit
73b2353842
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ class Index extends App.ControllerContent
|
|||
spool: false
|
||||
data: params
|
||||
)
|
||||
@notify
|
||||
type: 'success'
|
||||
msg: App.i18n.translateContent('Sent successfully!')
|
||||
removeAll: true
|
||||
@render()
|
||||
|
||||
App.Config.set( 'Maintenance', { prio: 3600, name: 'Maintenance', parent: '#system', target: '#system/maintenance', controller: Index, role: ['Admin'] }, 'NavBarAdmin' )
|
Loading…
Reference in a new issue