]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-20665 Order analysis events by category and name
authorAmbroise C <ambroise.christea@sonarsource.com>
Wed, 18 Oct 2023 15:17:05 +0000 (17:17 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 19 Oct 2023 20:03:26 +0000 (20:03 +0000)
server/sonar-web/src/main/js/apps/overview/branches/Analysis.tsx

index f201c9d48319bf6c0fbafedde968c1a6989423f2..2038ba161f551cfecf62d31cd685e8eee1fcf44b 100644 (file)
@@ -59,6 +59,7 @@ export function Analysis(props: Readonly<AnalysisProps>) {
       }
     },
     'category',
+    'name',
   );
 
   return (