Skip to content

Commit

Permalink
Ticket: events details improved. Ready for v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardreiter committed Dec 21, 2016
1 parent 643b917 commit f71fd22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fody",
"version": "0.1.1",
"version": "0.1.2",
"description": "A management interface to IntelMQ setups with mailgen.",
"author": "Bernhard E. Reiter <[email protected]>",
"repository": "https://github.com/Intevation/intelmq-fody",
Expand Down
2 changes: 1 addition & 1 deletion src/components/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
data: function () {
return {
section: 'Head',
version: '0.1.1',
version: '0.1.2',
callingAPI: false,
serverURI: 'http://localhost:8080',
caller: this.$http
Expand Down
4 changes: 2 additions & 2 deletions src/components/dash/Tickets.vue
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ table.dataTable td {
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
top : 2px;
padding-right: 0px;
top: 2px;
right: 0px;
font-family: 'FontAwesome';
}
Expand Down

0 comments on commit f71fd22

Please sign in to comment.