From 5ff590a649e1b3bbf86dbb23ae9a4d504447acf9 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Mon, 9 May 2016 14:10:11 +0200 Subject: [PATCH] SONAR-7545 Set the maximum length of project key when create from UI --- .../js/apps/projects/templates/projects-create-form.hbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/sonar-web/src/main/js/apps/projects/templates/projects-create-form.hbs b/server/sonar-web/src/main/js/apps/projects/templates/projects-create-form.hbs index 2c12406ce6d..f94b5461f8f 100644 --- a/server/sonar-web/src/main/js/apps/projects/templates/projects-create-form.hbs +++ b/server/sonar-web/src/main/js/apps/projects/templates/projects-create-form.hbs @@ -14,19 +14,19 @@ {{! keep this fake field to hack browser autofill }} - + {{/if}} -- 2.39.5