mirror of https://github.com/jumpserver/jumpserver
[Update] 修改command显示
parent
74ab311d3e
commit
e52178811c
|
@ -57,7 +57,7 @@
|
||||||
<td>{{ command.input | truncatechars:40 }}</td>
|
<td>{{ command.input | truncatechars:40 }}</td>
|
||||||
<td><pre style="border: none;background: none">
|
<td><pre style="border: none;background: none">
|
||||||
$ {{ command.input }}
|
$ {{ command.input }}
|
||||||
<br>
|
|
||||||
{{ command.output }}
|
{{ command.output }}
|
||||||
</pre></td>
|
</pre></td>
|
||||||
<td>{{ command.timestamp|ts_to_date}}</td>
|
<td>{{ command.timestamp|ts_to_date}}</td>
|
||||||
|
|
Loading…
Reference in New Issue