Update ArrayOperation.page

This commit is contained in:
Squidly271
2018-03-11 15:51:06 -04:00
committed by GitHub
parent f514a7d084
commit ba574143fd
+1 -1
View File
@@ -448,7 +448,7 @@ $(function(){
<?if ($mover):?>
<td><input type="submit" name="cmdStartMover" value="Move now" disabled></td><td>Disabled - Mover is running.</td>
<?else:?>
<td><input type="submit" name="cmdStartMover" value="Move now"></td><td><strong>Move now</strong> will immediately invoke the Mover.</td>
<td><input type="submit" name="cmdStartMover" value="Move now"></td><td><strong>Move now</strong> will immediately invoke the Mover.&nbsp;&nbsp;<a href='/Scheduler'>(Schedule)</a></td>
<?endif;?>
</tr>
</table>