Skip to content

Commit

Permalink
fix: restore monitored indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Aug 29, 2018
1 parent 6a8bb26 commit 3496643
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/API/CliUx.js
Expand Up @@ -271,6 +271,8 @@ UX.dispAsTable = function(list, commander) {
if (deep_monitored == true) {
key = chalk.green('✚') + ' ' + key;
}
if (l.pm2_env._km_monitored)
key = chalk.bold.green('◉') + ' ' + key;
}

if (l.pm2_env.pmx_module == true) {
Expand Down

0 comments on commit 3496643

Please sign in to comment.