From 70619f29ea00a177aa95b91128b64833035d5842 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Tue, 5 Nov 2019 17:33:33 +0100 Subject: [PATCH] Maintenance: Changed modal size of ldap wizard to get more readable information viewable. --- .../javascripts/app/controllers/_integration/ldap.coffee | 2 ++ .../app/views/integration/ldap_group_role_row.jst.eco | 4 ++-- .../app/views/integration/ldap_user_attribute_row.jst.eco | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/assets/javascripts/app/controllers/_integration/ldap.coffee b/app/assets/javascripts/app/controllers/_integration/ldap.coffee index fc9bc0a12..59e4f8505 100644 --- a/app/assets/javascripts/app/controllers/_integration/ldap.coffee +++ b/app/assets/javascripts/app/controllers/_integration/ldap.coffee @@ -168,6 +168,8 @@ class State App.Setting.get('ldap_integration') class ConnectionWizard extends App.WizardModal + className: 'modal fade modal--large' + wizardConfig: {} slideMethod: 'js-bind': 'bindShow' diff --git a/app/assets/javascripts/app/views/integration/ldap_group_role_row.jst.eco b/app/assets/javascripts/app/views/integration/ldap_group_role_row.jst.eco index 7e7158d56..68b3e0dbb 100644 --- a/app/assets/javascripts/app/views/integration/ldap_group_role_row.jst.eco +++ b/app/assets/javascripts/app/views/integration/ldap_group_role_row.jst.eco @@ -1,6 +1,6 @@ - - + +
<%- @Icon('trash') %> <%- @T('Remove') %> diff --git a/app/assets/javascripts/app/views/integration/ldap_user_attribute_row.jst.eco b/app/assets/javascripts/app/views/integration/ldap_user_attribute_row.jst.eco index 1759a8a59..457142b69 100644 --- a/app/assets/javascripts/app/views/integration/ldap_user_attribute_row.jst.eco +++ b/app/assets/javascripts/app/views/integration/ldap_user_attribute_row.jst.eco @@ -1,6 +1,6 @@ - - + +
<%- @Icon('trash') %> <%- @T('Remove') %>