branch develop updated (e2d4555 -> e9f885a)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git from e2d4555 remove gitlab ci new e9f885a La boîte Informations sur la source n'affiche plus l'URL de la base (Fixes #8933) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit e9f885a4c88f920606c93626839f738cda801a1f Author: Tony CHEMIT <dev@tchemit.fr> Date: Tue Jan 10 09:07:19 2017 +0100 La boîte Informations sur la source n'affiche plus l'URL de la base (Fixes #8933) Summary of changes: application-swing/src/main/resources/ftl/dataSourceInformation_fr.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit e9f885a4c88f920606c93626839f738cda801a1f Author: Tony CHEMIT <dev@tchemit.fr> Date: Tue Jan 10 09:07:19 2017 +0100 La boîte Informations sur la source n'affiche plus l'URL de la base (Fixes #8933) --- application-swing/src/main/resources/ftl/dataSourceInformation_fr.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application-swing/src/main/resources/ftl/dataSourceInformation_fr.ftl b/application-swing/src/main/resources/ftl/dataSourceInformation_fr.ftl index f4a232f..d1dfe5c 100644 --- a/application-swing/src/main/resources/ftl/dataSourceInformation_fr.ftl +++ b/application-swing/src/main/resources/ftl/dataSourceInformation_fr.ftl @@ -26,9 +26,9 @@ <h3>${label}</h3> <ul> <#if isSqlDataSource() > - <#if configuration.h2Database??> + <#if isLocal() > <li><strong>Utilisateur : </strong>${configuration.username}</li> - <#elseif configuration.postgresDatabase??> + <#elseif isRemote() > <li><strong>URL jdbc : </strong>${configuration.jdbcUrl}</li> <li><strong>Utilisateur : </strong>${configuration.username}</li> <li><strong>Mode SSL : </strong>${configuration.useSsl?then('Oui', 'Non')}</li> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm