Skip to content

Commit

Permalink
Merge pull request #79 from aksakalli/develop
Browse files Browse the repository at this point in the history
several fixes
  • Loading branch information
aksakalli committed Sep 23, 2018
2 parents fd8571e + 3ae8d17 commit f72894d
Show file tree
Hide file tree
Showing 5 changed files with 726 additions and 769 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ node_modules/
*.gif
*.png
.github/
snap/
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sudo: false
language: node_js
node_js:
- stable
deploy:
provider: npm
email: cgaksakalli@gmail.com
api_key: $NPM_TOKEN
on:
tags: true
branch: master
2 changes: 1 addition & 1 deletion lib/monitor/proc.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Proc.prototype.updateData = function(data) {
pid: 0,
pcpu: 2,
pmem: 3
}[this.pSort]] += this.reverse ? '' : '';
}[this.pSort]] += this.reverse ? '' : '';


this.table.setData({
Expand Down
Loading

0 comments on commit f72894d

Please sign in to comment.