2.0 upgrade test first
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
11
templates/Maketank/admin/settings/integritycheck_row.tpl
Normal file
11
templates/Maketank/admin/settings/integritycheck_row.tpl
Normal file
@@ -0,0 +1,11 @@
|
||||
<tr>
|
||||
<td>{$displayid}</td>
|
||||
<td>{$checkdesc}</td>
|
||||
<td>
|
||||
<if $result == '1'>
|
||||
<span class="green">OK</span>
|
||||
<else>
|
||||
<span class="red">FAIL</span>
|
||||
</if>
|
||||
</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user