You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-panel/share/templates/callflow/list.tt

24 lines
778 B

[% site_config.title = c.loc('SIP Call Flows') -%]
[%
helper.name = c.loc('Captured Calls');
helper.identifier = 'captured_calls';
helper.data = calls;
helper.messages = messages;
helper.dt_columns = capture_dt_columns;
helper.length_change = 1;
helper.no_sort = 1;
helper.close_target = close_target;
helper.create_flag = create_flag;
helper.edit_flag = edit_flag;
helper.form_object = form;
helper.ajax_uri = c.uri_for('/callflow/ajax');
helper.dt_buttons = [
{ name = c.loc('Call Flow'), uri = "/callflow/'+encodeURIComponent(full.call_id_url)+'/callmap", class = 'btn-small btn-primary', icon = 'icon-random' },
];
PROCESS 'helpers/datatables.tt';
-%]
[% # vim: set tabstop=4 syntax=html expandtab: -%]