Do not show section header in unauthorized dialog

https://fedorahosted.org/freeipa/ticket/3904
This commit is contained in:
Petr Vobornik 2013-10-24 12:12:42 +02:00 committed by Martin Kosek
parent bd89d801ba
commit df7ffc53cf

View File

@ -1933,6 +1933,7 @@ IPA.unauthorized_dialog = function(spec) {
{
name: 'login',
label: 'Login',
show_header: false,
fields: [
{
name: 'username',
@ -1948,6 +1949,7 @@ IPA.unauthorized_dialog = function(spec) {
{
name: 'reset',
label: 'Reset',
show_header: false,
fields: [
{
name: 'username_r',