Adding build status images, both to the dashboard and as an external facing feature. Closes #43

This commit is contained in:
Dan Cryer 2013-05-17 16:10:54 +01:00
commit 653f4cb620
11 changed files with 121 additions and 5 deletions

View file

@ -39,4 +39,24 @@ body
font-size: 2em;
margin: 0;
padding: 0;
}
}
.icon-build-ok
{
background: url('/assets/img/icon-build-ok.png') no-repeat top left;
}
.icon-build-failed
{
background: url('/assets/img/icon-build-failed.png') no-repeat top left;
}
.icon-build-pending
{
background: url('/assets/img/icon-build-pending.png') no-repeat top left;
}
.icon-build-running
{
background: url('/assets/img/icon-build-running.png') no-repeat top left;
}

BIN
assets/img/build-failed.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

BIN
assets/img/build-ok.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B