mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 08:00: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);
|
||||
|
||||
|
||||
IPA.button({
|
||||
IPA.action_button({
|
||||
'label': IPA.messages.button.add,
|
||||
'icon': 'ui-icon-plus',
|
||||
'click': add_click
|
||||
}).appendTo(action_controls);
|
||||
|
||||
IPA.button({
|
||||
IPA.action_button({
|
||||
'label': IPA.messages.button.remove,
|
||||
'icon': 'ui-icon-trash',
|
||||
'click': function(){delete_records(records_table);}
|
||||
|
Loading…
Reference in New Issue
Block a user