Adding build status images, both to the dashboard and as an external facing feature. Closes #43
This commit is contained in:
parent
14841477a6
commit
653f4cb620
11 changed files with 121 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue