Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Added missing job state ('aborted'), as bugfix for missing panels
Browse files Browse the repository at this point in the history
Change-Id: If7fdcdb7e9b95d69aaf7329020e0b7c15d2d6926
  • Loading branch information
Nelson Lai committed Nov 26, 2012
1 parent 6437aca commit d462459
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/ui.js
Expand Up @@ -10,6 +10,7 @@ function refreshViews(jenkins_root_url) {
red_anime: 'Failed',
disabled: 'Disabled',
grey: 'Disabled',
aborted: 'Disabled'
};

var VIEW_STAT_TYPE = {
Expand Down

0 comments on commit d462459

Please sign in to comment.