[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [sysadmin/gerrit-ci-matrix] /: expanded tabs
From:       Jan_Kundrát <jkt () kde ! org>
Date:       2016-10-01 0:45:38
Message-ID: E1bq8Qs-0003GL-D8 () code ! kde ! org
[Download RAW message or body]

Git commit 003d56a69ca75255d36f2792f6a96d93a229fcb8 by Jan Kundrát.
Committed on 29/03/2016 at 08:08.
Pushed by jkt into branch 'master'.

expanded tabs

M  +4    -4    matrix.html

http://commits.kde.org/sysadmin/gerrit-ci-matrix/003d56a69ca75255d36f2792f6a96d93a229fcb8

diff --git a/matrix.html b/matrix.html
index af98a38..29a2851 100644
--- a/matrix.html
+++ b/matrix.html
@@ -112,13 +112,13 @@ function loadCI(jQuery) {
               td.attr('title', format_duration(job.duration) + '\non ' + new Date(job.time * 1000));
               if (res == 'SUCCESS') {
                 td.addClass(res);
-	      } else if (res.lastIndexOf('FAILURE_tests', 0) === 0) {
+              } else if (res.lastIndexOf('FAILURE_tests', 0) === 0) {
                 td.addClass('FAILURE_tests');
-	      } else if (res.lastIndexOf('FAILURE_build', 0) === 0) {
+              } else if (res.lastIndexOf('FAILURE_build', 0) === 0) {
                 td.addClass('FAILURE_build');
-	      } else if (res.lastIndexOf('FAILURE_deps', 0) === 0) {
+              } else if (res.lastIndexOf('FAILURE_deps', 0) === 0) {
                 td.addClass('FAILURE_deps');
-	      } else if (res.lastIndexOf('Tests failed', 0) === 0) {
+              } else if (res.lastIndexOf('Tests failed', 0) === 0) {
                 td.addClass('FAILURE_tests');
               } else {
                 td.addClass('FAILURE');

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic