mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-16 20:38:43 +08:00
32 lines
630 B
Plaintext
32 lines
630 B
Plaintext
header SSH
|
|
.col-md-6
|
|
.panel.panel-warning
|
|
.panel-heading
|
|
h3.panel-title 设置 SSH 密码
|
|
.panel-body
|
|
.input-group#ssh-input
|
|
input.form-control(type='password')
|
|
span.input-group-btn
|
|
button.btn.btn-default(type='button') 提交
|
|
.col-md-6
|
|
table.table.table-hover
|
|
thead
|
|
tr
|
|
td 进程名
|
|
td 内存
|
|
td CPU
|
|
td 操作
|
|
tbody
|
|
tr
|
|
td sshd
|
|
td 5M
|
|
td 1%
|
|
td
|
|
button.btn.btn-danger.btn-xs Kill
|
|
tr
|
|
td node
|
|
td 10M
|
|
td 2%
|
|
td
|
|
button.btn.btn-danger.btn-xs Kill
|