Skip to content

Commit

Permalink
Increase 'Unit' column size in file system quota dialog.
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Theile <votdev@gmx.de>
  • Loading branch information
votdev committed Dec 6, 2017
1 parent f0bb38e commit 5813c8d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions deb/openmediavault/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@ openmediavault (4.0) stable; urgency=low

-- Volker Theile <volker.theile@openmediavault.org> Wed, 22 Feb 2017 13:28:40 +0100

openmediavault (3.0.95) stable; urgency=low

* Increase 'Unit' column size in file system quota dialog.

-- Volker Theile <volker.theile@openmediavault.org> Sat, 02 Dec 2017 13:55:14 +0100

openmediavault (3.0.94) stable; urgency=low

* Support predictable network device names in omv-initsystem.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Ext.define("OMV.module.admin.storage.filesystem.Quota", {
sortable: true,
dataIndex: "bunit",
stateId: "bunit",
width: 60,
width: 80,
resizable: false,
editor: {
xtype: "combo",
Expand Down

0 comments on commit 5813c8d

Please sign in to comment.