remove divs and replace with line break

This commit is contained in:
Andreas Zweili 2017-12-27 18:29:40 +01:00
parent 65ed8697fb
commit 5ca9e2011b
2 changed files with 4 additions and 12 deletions

View File

@ -780,12 +780,8 @@ The cron job details page shows all the information related to a cron job.
<b>Host:</b> <a href="{% url 'computer' cronjob.host.id %}">{{ cronjob.host }}</a>
</p>
<p>
<div>
<b>Command:</b>
</div>
<div>
<code>{{ cronjob.command }}</code>
</div>
<b>Command:</b><br/>
<code>{{ cronjob.command }}</code>
</p>
<table>
<tr>

View File

@ -6,12 +6,8 @@
<b>Host:</b> <a href="{% url 'computer' cronjob.host.id %}">{{ cronjob.host }}</a>
</p>
<p>
<div>
<b>Command:</b>
</div>
<div>
<code>{{ cronjob.command }}</code>
</div>
<b>Command:</b><br/>
<code>{{ cronjob.command }}</code>
</p>
<table>
<tr>