mirror of
https://github.com/unraid/webgui.git
synced 2026-01-13 21:20:01 -06:00
Docker: removed 'Dry Run' button on create/edit container page
This commit is contained in:
@@ -1194,7 +1194,7 @@ $showAdditionalInfo = '';
|
||||
<td> </td>
|
||||
<td>
|
||||
<input type="submit" value="<?= ($xmlType != 'edit') ? 'Create' : 'Save' ?>">
|
||||
<button class="advanced" type="submit" name="dryRun" value="true" onclick="$('*[required]').prop('required', null);">Dry Run</button>
|
||||
<!--button class="advanced" type="submit" name="dryRun" value="true" onclick="$('*[required]').prop('required', null);">Dry Run</button-->
|
||||
<input type="button" value="Cancel" onclick="done()">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user