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>
|
</p>
|
||||||
<div>
|
<div>
|
||||||
<b>{% trans 'Command' %}: </b><br>
|
<b>{% trans 'Command' %}: </b><br>
|
||||||
<pre>
|
<pre>
|
||||||
{{ command }}
|
{{ command }}
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<b>{% trans 'Assets' %}:</b><br>
|
<b>{% trans 'Assets' %}:</b><br>
|
||||||
|
@@ -39,7 +39,7 @@ class BaseTicketMessage(UserMessage):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def gen_test_msg(cls):
|
def gen_test_msg(cls):
|
||||||
return cls(None)
|
return None
|
||||||
|
|
||||||
|
|
||||||
class TicketAppliedToAssignee(BaseTicketMessage):
|
class TicketAppliedToAssignee(BaseTicketMessage):
|
||||||
|
Reference in New Issue
Block a user