fix: uptime style

This commit is contained in:
Tjatse 2014-12-16 21:18:28 +08:00
parent f51b862e09
commit 8cf39a0aec
2 changed files with 4 additions and 3 deletions

View File

@ -347,7 +347,8 @@ html, body {
}
.proc-info ul.proc-content li.proc-file {
width: 350px;
width: 300px;
padding-left: 0;
}
.proc-info ul.proc-content li.proc-mem {
@ -364,7 +365,7 @@ html, body {
color: #888;
float: right;
text-align: right;
width: 100px;
width: 150px;
}
.proc-info ul.proc-content li.proc-mode {

View File

@ -109,7 +109,7 @@
</ul>
<ul class="proc-content">
<li class="proc-file">
<%- (proc.pm2_env.pm_exec_path.length > 45 ? '...':'') +proc.pm2_env.pm_exec_path.slice(-45) %>
<%- (proc.pm2_env.pm_exec_path.length > 35 ? '...':'') +proc.pm2_env.pm_exec_path.slice(-35) %>
</li>
<li class="proc-mode proc-mode-<%- mode %>">
<span><%- mode %></span>