diff --git a/share/templates/device/list.tt b/share/templates/device/list.tt index 1012687070..7a9d74aefb 100644 --- a/share/templates/device/list.tt +++ b/share/templates/device/list.tt @@ -271,6 +271,8 @@ $( document ).ready(function() { helper.dt_buttons = [ { name = c.loc('Delete'), uri = "/customer/' + full.contract_id + '/pbx/device/'+full.id+'/delete", class = 'btn-small btn-secondary', icon = 'icon-trash' }, { name = c.loc('Customer'), uri = "/customer/' + full.contract_id + '/details", class = 'btn-small btn-tertiary', icon = 'icon-user' }, + { name = c.loc('Config'), uri = "/device/autoprov/config/' + full.identifier + '", class = 'btn-small btn-primary', icon = 'icon-edit' }, + { name = c.loc('Preferences'), uri = "/customer/' + full.contract_id + '/pbx/device/' + full.id + '/preferences", class = 'btn-small btn-primary', icon = 'icon-list' } ]; ELSE; helper.dt_buttons = [