mirror of
https://github.com/unraid/webgui.git
synced 2026-05-06 20:30:50 -05:00
Mover Settings: place "Move" button at end
This commit is contained in:
@@ -118,16 +118,15 @@ _(Mover logging)_:
|
||||
:mover_logging_help:
|
||||
|
||||
<?endif;?>
|
||||
|
||||
: <input type="submit" name="changeMover" value="_(Apply)_" disabled><input type="button" value="_(Done)_" onclick="done()">
|
||||
<?if ($setup):?>
|
||||
<?if ($pool_devices):?>
|
||||
<?if (file_exists('/var/run/mover.pid')):?>
|
||||
<input type="submit" name="cmdStartMover" value="_(Move now)_" disabled> _(Mover is running)_
|
||||
<?else:?>
|
||||
<input type="submit" name="cmdStartMover" value="_(Move now)_"> _(Click to invoke the Mover)_
|
||||
<input type="submit" name="cmdStartMover" value="_(Move now)_">
|
||||
<?endif;?>
|
||||
<?else:?>
|
||||
|
||||
<?endif;?>
|
||||
: <input type="submit" name="changeMover" value="_(Apply)_" disabled><input type="button" value="_(Done)_" onclick="done()">
|
||||
<?endif;?>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user