Change version reqirements for showing the tasks section

merge-requests/2/head
Mike Koch 9 years ago
parent a812b4379a
commit 1cbeb19a7a

@ -110,7 +110,7 @@ function printRow($version) {
<?php echoInitialVersionRows($startingVersion); ?>
</tbody>
</table>
<?php if ($startingVersion < 200) { ?>
<?php if ($startingVersion < 240) { ?>
<table class="table table-striped" style="table-layout: fixed">
<thead>
<tr>
@ -119,10 +119,12 @@ function printRow($version) {
</tr>
</thead>
<tbody>
<?php if ($startingVersion < 200): ?>
<tr id="row-banmigrate">
<td>Migrate IP / Email Bans</td>
<td><i id="spinner-banmigrate" class="fa fa-spinner"></i> <span id="span-banmigrate">Waiting...</span></td>
</tr>
<?php endif; ?>
<tr id="row-initialize-statuses">
<td>Initialize Statuses</td>
<td><i id="spinner-initialize-statuses" class="fa fa-spinner"></i> <span id="span-initialize-statuses">Waiting...</span></td>

Loading…
Cancel
Save