Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Wolfes committed Jun 20, 2017
1 parent 860d9df commit eb62d76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adf-widget-jenkins",
"version": "0.1.8",
"version": "0.2.0",
"main": "dist/adf-widget-jenkins.js",
"ignore": [
"bower.json",
Expand Down
2 changes: 1 addition & 1 deletion dist/adf-widget-jenkins.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jenkinsWidget.controller('jenkinsChart', ["data", function(data) {
//configure chart
var labels = ["Stable", "Fail","Unstable","Diabled"];
var values = [jc.data.stable,jc.data.fail,jc.data.unstable,jc.data.disabled];
var colors = ['#B5CA00','#DD7800','#E43B53','#777777'];
var colors = ['#B5CA00','#E43B53','#DD7800','#777777'];
jc.chartLabels = labels;
jc.chartValues = values;
jc.chartColors = colors;
Expand Down
Loading

0 comments on commit eb62d76

Please sign in to comment.