summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/templates/runtimeconfig.html
diff options
context:
space:
mode:
authorSimon Rettberg2022-11-03 16:17:53 +0100
committerSimon Rettberg2022-11-03 16:17:53 +0100
commit48846297dcd1f6f5ae4b09c295b69f2958cf4713 (patch)
tree6b0143969e389722c4fd3cb3216e2f9716bf2151 /modules-available/dozmod/templates/runtimeconfig.html
parent[dozmod] Fix typo in html (diff)
downloadslx-admin-48846297dcd1f6f5ae4b09c295b69f2958cf4713.tar.gz
slx-admin-48846297dcd1f6f5ae4b09c295b69f2958cf4713.tar.xz
slx-admin-48846297dcd1f6f5ae4b09c295b69f2958cf4713.zip
[dozmod] Add field to configure maximum VM image size
Diffstat (limited to 'modules-available/dozmod/templates/runtimeconfig.html')
-rw-r--r--modules-available/dozmod/templates/runtimeconfig.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules-available/dozmod/templates/runtimeconfig.html b/modules-available/dozmod/templates/runtimeconfig.html
index db895f6d..1540042d 100644
--- a/modules-available/dozmod/templates/runtimeconfig.html
+++ b/modules-available/dozmod/templates/runtimeconfig.html
@@ -94,6 +94,12 @@
<input name="maxTransfers" class="form-control" type="number" value="{{maxTransfers}}" min="1" max="10" pattern="^\d+$">
</td>
</tr>
+ <tr class="input-group">
+ <td class="input-group-addon">{{lang_maxVmHddSizeGb}}</td>
+ <td>
+ <input name="vmSizeLimit" class="form-control" type="number" value="{{vmSizeLimit}}" min="0" max="65535" pattern="\d+">
+ </td>
+ </tr>
</table>
</fieldset>
<br>