]> git.proxmox.com Git - proxmox-backup.git/commit
ui: gc view: remove unnecessary widths in columns
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 22 Apr 2024 11:05:05 +0000 (13:05 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 22 Apr 2024 11:58:08 +0000 (13:58 +0200)
commitb7fce90b125079b23b477003639a411230d79473
tree4ab6e943a23f8b5c96a887a1e20f2acf825f04c4
parent7a23a7ca5d318bcb85f28cc761425b6c08ed0e08
ui: gc view: remove unnecessary widths in columns

setting `width` and `flex` in a column simultaneously won't work, and
the `flex` value takes priority. So remove the unused `width`
properties.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/config/GCView.js