From f1d6573fff4f4bb4534e433bc3bbc7f8af932246 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Fri, 10 Nov 2006 18:30:39 +0000 Subject: [PATCH] applied Vladimir's patch. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1073 71c3de6d-444a-0410-be80-ed276b4c234a --- .../hudson/model/Job/buildHistory.jelly | 6 + war/images/lock.svg | 298 ++++++++++++++++++ war/resources/css/style.css | 4 + war/resources/images/16x16/lock.gif | Bin 0 -> 563 bytes 4 files changed, 308 insertions(+) create mode 100644 war/images/lock.svg create mode 100644 war/resources/images/16x16/lock.gif diff --git a/core/src/main/resources/hudson/model/Job/buildHistory.jelly b/core/src/main/resources/hudson/model/Job/buildHistory.jelly index 006dffb3b9..0dee440917 100644 --- a/core/src/main/resources/hudson/model/Job/buildHistory.jelly +++ b/core/src/main/resources/hudson/model/Job/buildHistory.jelly @@ -28,6 +28,12 @@ + + + + diff --git a/war/images/lock.svg b/war/images/lock.svg new file mode 100644 index 0000000000..10cdd97285 --- /dev/null +++ b/war/images/lock.svg @@ -0,0 +1,298 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + Read Only Emblem + + + emblem + read-only + nowrite + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/war/resources/css/style.css b/war/resources/css/style.css index 164b0194d0..3f30bd4693 100644 --- a/war/resources/css/style.css +++ b/war/resources/css/style.css @@ -199,6 +199,10 @@ pre.console { padding: 3px 4px 3px 4px; } +.build-keep { + font-weight: bold; +} + .task-header { display: block; border-bottom: 1px #090 solid; diff --git a/war/resources/images/16x16/lock.gif b/war/resources/images/16x16/lock.gif new file mode 100644 index 0000000000000000000000000000000000000000..3d6b825d15af7e67b3141dc50d36e3a25f154ee5 GIT binary patch literal 563 zcmdVX%Sr-a7zW^f)Jho_(k2GN$<i@lq9^Us|fAH<@?a=G{4&VSf04K4?_01K>z2x&;{*`+# zycLUua=BFIOVw(%R;?jlsDc0^2%;d0f+UKPB+0OnEW^mMGM&1jD6sV@wXVXzfizV^ z(X<9C)NC}7R7cw!cwbE!u^OSlSY&jahEDk(4J;i=h*)w@D{dVT%? mvq}5c+(ML~+%g@YY2SyNRkut!ALNgN2S@hh#qg2?Z2SS866ZAl literal 0 HcmV?d00001 -- GitLab