From 97b33c59ada3e65c74b2acb3922f8563a2e53eac Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Wed, 11 Oct 2017 17:47:58 +0200 Subject: SONAR-8972 Limit the input length when creating custom metrics --- .../js/apps/custom-measures/templates/custom-measures-form.hbs | 2 +- .../src/main/js/apps/metrics/templates/metrics-form.hbs | 6 +++--- .../src/main/js/apps/metrics/templates/metrics-list-item.hbs | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'server/sonar-web/src/main/js') diff --git a/server/sonar-web/src/main/js/apps/custom-measures/templates/custom-measures-form.hbs b/server/sonar-web/src/main/js/apps/custom-measures/templates/custom-measures-form.hbs index 884cad7e08d..48f42005b6d 100644 --- a/server/sonar-web/src/main/js/apps/custom-measures/templates/custom-measures-form.hbs +++ b/server/sonar-web/src/main/js/apps/custom-measures/templates/custom-measures-form.hbs @@ -32,7 +32,7 @@ diff --git a/server/sonar-web/src/main/js/apps/metrics/templates/metrics-form.hbs b/server/sonar-web/src/main/js/apps/metrics/templates/metrics-form.hbs index 55c9c9d4936..638c96f654d 100644 --- a/server/sonar-web/src/main/js/apps/metrics/templates/metrics-form.hbs +++ b/server/sonar-web/src/main/js/apps/metrics/templates/metrics-form.hbs @@ -6,15 +6,15 @@