mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-20 19:09:02 +00:00
perf: 修改格式错误
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
</p>
|
||||
<div>
|
||||
<b>{% trans 'Command' %}: </b><br>
|
||||
<pre>
|
||||
{{ command }}
|
||||
</pre>
|
||||
<pre>
|
||||
{{ command }}
|
||||
</pre>
|
||||
</div>
|
||||
<div>
|
||||
<b>{% trans 'Assets' %}:</b><br>
|
||||
|
@@ -39,7 +39,7 @@ class BaseTicketMessage(UserMessage):
|
||||
|
||||
@classmethod
|
||||
def gen_test_msg(cls):
|
||||
return cls(None)
|
||||
return None
|
||||
|
||||
|
||||
class TicketAppliedToAssignee(BaseTicketMessage):
|
||||
|
Reference in New Issue
Block a user