mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
action buttons for dns
This commit is contained in:
parent
32c74fccef
commit
4fa04942df
@ -333,13 +333,13 @@ IPA.records_facet = function (spec){
|
|||||||
"class":"action-controls"}).appendTo(action_panel_ul);
|
"class":"action-controls"}).appendTo(action_panel_ul);
|
||||||
|
|
||||||
|
|
||||||
IPA.button({
|
IPA.action_button({
|
||||||
'label': IPA.messages.button.add,
|
'label': IPA.messages.button.add,
|
||||||
'icon': 'ui-icon-plus',
|
'icon': 'ui-icon-plus',
|
||||||
'click': add_click
|
'click': add_click
|
||||||
}).appendTo(action_controls);
|
}).appendTo(action_controls);
|
||||||
|
|
||||||
IPA.button({
|
IPA.action_button({
|
||||||
'label': IPA.messages.button.remove,
|
'label': IPA.messages.button.remove,
|
||||||
'icon': 'ui-icon-trash',
|
'icon': 'ui-icon-trash',
|
||||||
'click': function(){delete_records(records_table);}
|
'click': function(){delete_records(records_table);}
|
||||||
|
Loading…
Reference in New Issue
Block a user