From 5c8c3467906d996c04210cc8350edbd027ccc32a Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 3 Jan 2013 17:10:30 +0100 Subject: o Skipping builds where the job is a . o Using the build's timestamp instead of createdDate in the UI. --- src/main/webapp/apps/buildApp/build.html | 2 +- src/main/webapp/apps/jenkinsApp/job.html | 2 +- src/main/webapp/apps/personApp/person.html | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) mode change 100644 => 100755 src/main/webapp/apps/buildApp/build.html mode change 100644 => 100755 src/main/webapp/apps/jenkinsApp/job.html mode change 100644 => 100755 src/main/webapp/apps/personApp/person.html (limited to 'src/main/webapp') diff --git a/src/main/webapp/apps/buildApp/build.html b/src/main/webapp/apps/buildApp/build.html old mode 100644 new mode 100755 index b2d4bd9..2feee28 --- a/src/main/webapp/apps/buildApp/build.html +++ b/src/main/webapp/apps/buildApp/build.html @@ -9,7 +9,7 @@ - + diff --git a/src/main/webapp/apps/jenkinsApp/job.html b/src/main/webapp/apps/jenkinsApp/job.html old mode 100644 new mode 100755 index 5113d2e..6ee7af0 --- a/src/main/webapp/apps/jenkinsApp/job.html +++ b/src/main/webapp/apps/jenkinsApp/job.html @@ -36,7 +36,7 @@ - + diff --git a/src/main/webapp/apps/personApp/person.html b/src/main/webapp/apps/personApp/person.html old mode 100644 new mode 100755 index 83aea0a..056545f --- a/src/main/webapp/apps/personApp/person.html +++ b/src/main/webapp/apps/personApp/person.html @@ -33,7 +33,7 @@ - + @@ -52,7 +52,7 @@ - + @@ -72,5 +72,4 @@
Date{{build.date | date:'medium'}}{{build.timestamp | date:'medium'}}
Status
{{build.createdDate | date:'medium'}}{{build.timestamp | date:'medium'}} {{build.result}}
{{build.date | date:'medium'}}{{build.timestamp | date:'medium'}} {{build.success}} Details
{{build.date | date:'medium'}}{{build.timestamp | date:'medium'}} {{build.success}}
- -- cgit v1.2.3