fix: uptime style
This commit is contained in:
parent
f51b862e09
commit
8cf39a0aec
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue