]> git.datanom.net - omvzfs.git/blobdiff - gui/js/omv/module/admin/storage/zfs/Overview.js
Minor change to clarify shared folder creation.
[omvzfs.git] / gui / js / omv / module / admin / storage / zfs / Overview.js
index 4acc897bbcc6f3c402d0a6d243c7408dd0961475..3c0f25f8c16eecd6904e6e0be7314be1b4cd0df0 100644 (file)
@@ -29,7 +29,9 @@ Ext.define("OMV.module.admin.storage.zfs.ShowDetails", {
                        name: "details",
                        grow: true,
                        anchor: '100%',
-                       readOnly: true
+                       readOnly: true,
+                       preventScrollbars: true,
+                       growMax: "2000"
                }];
 
        }
@@ -177,6 +179,14 @@ Ext.define("OMV.module.admin.storage.zfs.AddPool", {
                                ptype: "fieldinfo",
                                text: _("Optional mountpoint for the pool. Default is to use pool name.")
                        }]
+               },{
+                       xtype: "checkbox",
+                       name: "diskpath",
+                       fieldLabel: _("Disk-by-path"),
+                       plugins: [{
+                               ptype: "fieldinfo",
+                               text: _("Use /dev/disk/by-path when creating the pool. Recommended.")
+                       }]
                },{
                        xtype: "checkbox",
                        name: "force",
@@ -527,6 +537,14 @@ Ext.define("OMV.module.admin.storage.zfs.ExpandPool", {
                                        flex: 1
                                }]
                        }
+               },{
+                       xtype: "checkbox",
+                       name: "diskpath",
+                       fieldLabel: _("Disk-by-path"),
+                       plugins: [{
+                               ptype: "fieldinfo",
+                               text: _("Use /dev/disk/by-path when creating the vdev. Recommended.")
+                       }]
                },{
                        xtype: "checkbox",
                        name: "force",
@@ -869,11 +887,11 @@ Ext.define("OMV.module.admin.storage.zfs.Overview", {
                flex: 1,
                stateId: 'mountpoint'
        },{
-               text: _("Share"),
+               text: _("Share folder"),
                xtype: 'actioncolumn',
                tooltip: 'Create shared folder',
                align: 'center',
-               icon: 'images/checkmark.png',
+               icon: 'images/share.png',
                handler: function(view, rowIndex, colIndex, item, e, record, row) {
                        var me = this;
                        Ext.create("OMV.module.admin.storage.zfs.CreateShare", {
This page took 0.03891 seconds and 5 git commands to generate.