mirror of
https://github.com/unraid/webgui.git
synced 2026-04-24 11:19:25 -05:00
Trying again, don't know why this didn't get committed last time, wtf?
This commit is contained in:
@@ -323,8 +323,7 @@ function status_indicator() {
|
||||
<td><?=status_indicator()?><strong>Stopped</strong>. Configuration valid.</td>
|
||||
<td><input type="submit" name="cmdStart" value="Start"></td>
|
||||
<td><strong>Start</strong> will record all disk information, bring the array on-line, and start Parity-Sync.
|
||||
<br>The array will be immediately available, but <strong>unprotected</strong> until Parity-Sync completes.
|
||||
<br><input type="checkbox" name="md_invalidslot" value="99">Parity is already valid.</td>
|
||||
<br>The array will be immediately available, but <strong>unprotected</strong> until Parity-Sync completes.</td>
|
||||
</tr>
|
||||
<? endif;
|
||||
maintenance_mode();
|
||||
@@ -380,24 +379,6 @@ function status_indicator() {
|
||||
</tr>
|
||||
<? maintenance_mode();
|
||||
break;
|
||||
case "UPGRADE_DISK":
|
||||
if ($var['mdMissingDisk']==0):?>
|
||||
<tr>
|
||||
<td><?=status_indicator()?><strong>Stopped</strong>. Upgrading <em>parity</em>.</td>
|
||||
<td><input type="submit" name="cmdStart" value="Start" disabled></td>
|
||||
<td><strong>Start</strong> will bring the array on-line and start <strong>Parity-Sync</strong>.
|
||||
<br><input type="checkbox" name="confirmStart" value="OFF" onClick="arrayOps.cmdStart.disabled=!arrayOps.confirmStart.checked"><small>Yes I want to do this</small></td>
|
||||
</tr>
|
||||
<? else:?>
|
||||
<tr>
|
||||
<td><?=status_indicator()?><strong>Stopped</strong>. Upgrading disk.</td>
|
||||
<td><input type="submit" name="cmdStart" value="Start" disabled></td>
|
||||
<td><strong>Start</strong> will bring the array on-line, start <strong>Data-Rebuild</strong>, and then expand the file system.
|
||||
<br><input type="checkbox" name="confirmStart" value="OFF" onClick="arrayOps.cmdStart.disabled=!arrayOps.confirmStart.checked"><small>Yes I want to do this</small></td>
|
||||
</tr>
|
||||
<? endif;
|
||||
maintenance_mode();
|
||||
break;
|
||||
case "SWAP_DSBL":
|
||||
if ($var['fsCopyPrcnt']=="100"):?>
|
||||
<tr>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "unRAIDServer">
|
||||
<!ENTITY author "LimeTech">
|
||||
<!ENTITY version "6.2-beta7">
|
||||
<!ENTITY version "6.2-beta8">
|
||||
<!ENTITY pluginURL "https://raw.github.com/limetech/&name;/master/&name;.plg">
|
||||
|
||||
<!ENTITY category "beta">
|
||||
@@ -24,6 +24,11 @@
|
||||
unRAID Server OS Change Log
|
||||
===========================
|
||||
|
||||
Version 6.2-beta8
|
||||
-----------------
|
||||
- fix bug upgrading from pre-6.2 super.dat (Q was messed up)
|
||||
- using Erics kool kid git repot for build machine
|
||||
|
||||
Version 6.2-beta7
|
||||
-----------------
|
||||
- linux: 4.1.11
|
||||
|
||||
Reference in New Issue
Block a user