Skip to content

Commit

Permalink
bump version to 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Steiger committed Jun 18, 2019
1 parent 79e0347 commit fc37d95
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.siemens.bt.jazz.rtc.workitemeditor.presentation.statushistory",
"version": "2.2.5",
"version": "2.2.7",
"description": "Non-Attribute-based Work Item Editor Extension for Rational Team Concert that shows all Status changes since the creation of the work item in form of a timeline.",
"scripts": {
"build": "webpack --config ./webpack.config.js --mode production"
Expand Down
Binary file removed resources/ui/images/calendarGrey.png
Binary file not shown.
Binary file removed resources/ui/images/calendarGrey_16x16.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/ui/templates/Presentation.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

.calIcon {
display: inline-block;
background-image: url('com.siemens.bt.jazz.rtc.workItemEditor.presentation.statusHistory/ui/images/calendarGrey_16x16.png');
background-image: url('com.siemens.bt.jazz.rtc.workItemEditor.presentation.statusHistory/ui/images/font-awesome_4.7.0_calendar_16x16.png');
}

.delegatedHistoryEntry > img {
Expand Down

0 comments on commit fc37d95

Please sign in to comment.