mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Converted entity header into facet header.
The content and the size of entity header changes depending on the facet being displayed, so the entity header has been converted into a facet header to allow better control via CSS. The DNS record facet has been updated to use the same styling and support scrolling. To help styling and testing, all buttons have been assigned a name.
This commit is contained in:
committed by
Adam Young
parent
3d9fb938d9
commit
c8eb76766a
@@ -515,6 +515,7 @@ IPA.adder_dialog = function (spec) {
|
||||
|
||||
var button = $('input[name=find]', that.container);
|
||||
that.find_button = IPA.button({
|
||||
name: 'find',
|
||||
'label': button.val(),
|
||||
'icon': 'ui-icon-search',
|
||||
'click': function() { that.search(); }
|
||||
@@ -523,6 +524,7 @@ IPA.adder_dialog = function (spec) {
|
||||
|
||||
button = $('input[name=remove]', that.container);
|
||||
that.remove_button = IPA.button({
|
||||
name: 'remove',
|
||||
'label': button.val(),
|
||||
'click': function() {
|
||||
that.remove();
|
||||
@@ -533,6 +535,7 @@ IPA.adder_dialog = function (spec) {
|
||||
|
||||
button = $('input[name=add]', that.container);
|
||||
that.add_button = IPA.button({
|
||||
name: 'add',
|
||||
'label': button.val(),
|
||||
'click': function() {
|
||||
that.add();
|
||||
|
Reference in New Issue
Block a user