]> 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 7341205c6db9fb363423dc5922ba40bc01dfa1f6..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"
                }];
 
        }
@@ -885,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.049644 seconds and 5 git commands to generate.