mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
webui: fix group type padding
Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
This commit is contained in:
parent
dd45278e5a
commit
2752f8e286
@ -5582,7 +5582,7 @@ IPA.value_map_widget = function(spec) {
|
|||||||
that.value_map = spec.value_map || {};
|
that.value_map = spec.value_map || {};
|
||||||
that.default_label = text.get(spec.default_label || '');
|
that.default_label = text.get(spec.default_label || '');
|
||||||
that.value = '';
|
that.value = '';
|
||||||
that.base_css_class = that.base_css_class + ' status-section';
|
that.base_css_class = that.base_css_class + ' status-section form-control-static';
|
||||||
|
|
||||||
that.create = function(container) {
|
that.create = function(container) {
|
||||||
that.widget_create(container);
|
that.widget_create(container);
|
||||||
|
Loading…
Reference in New Issue
Block a user