]> git.datanom.net - omvzfs.git/blobdiff - gui/js/omv/module/admin/storage/zfs/Overview.js
Add option to set mountpoint when creating pool.
[omvzfs.git] / gui / js / omv / module / admin / storage / zfs / Overview.js
index 22f74dbf3f97235e374268accdf870bec91870bb..f2357996f754cd0d11cacb49b891ec4bfca062a8 100644 (file)
@@ -136,6 +136,14 @@ Ext.define("OMV.module.admin.storage.zfs.AddPool", {
                                        flex: 1
                                }]
                        }
+               },{
+                       xtype: "textfield",
+                       name: "mountpoint",
+                       fieldLabel: _("Mountpoint"),
+                       plugins: [{
+                               ptype: "fieldinfo",
+                               text: _("Optional mountpoint for the pool. Default is to use pool name.")
+                       }]
                },{
                        xtype: "checkbox",
                        name: "force",
This page took 0.056214 seconds and 5 git commands to generate.