|
|
|
|
@ -13,8 +13,8 @@
|
|
|
|
|
helper.ajax_uri = c.uri_for( c.controller.action_for('ajax') );
|
|
|
|
|
|
|
|
|
|
helper.dt_buttons = [
|
|
|
|
|
{ name = 'Delete', uri = "/domain/'+full[\"id\"]+'/delete", class = 'btn-small btn-secondary', icon = 'icon-trash' },
|
|
|
|
|
{ name = 'Preferences', uri = "/domain/'+full[\"id\"]+'/preferences", class = 'btn-small btn-tertiary', icon = 'icon-list' },
|
|
|
|
|
{ name = 'Delete', uri = "/domain/'+full.id+'/delete", class = 'btn-small btn-secondary', icon = 'icon-trash' },
|
|
|
|
|
{ name = 'Preferences', uri = "/domain/'+full.id+'/preferences", class = 'btn-small btn-tertiary', icon = 'icon-list' },
|
|
|
|
|
];
|
|
|
|
|
helper.top_buttons = [
|
|
|
|
|
{ name = 'Create Domain', uri = c.uri_for('/domain/create'), icon = 'icon-star' },
|
|
|
|
|
|