]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
input panel: support convenience top column
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 23 Nov 2020 12:13:23 +0000 (13:13 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 23 Nov 2020 12:19:27 +0000 (13:19 +0100)
commit455f5fe5edd869bcccaff3178e184ed5712504a4
tree673910a5d07e9a55e24d265507b18f74cb28ca22
parent9150498ca3f622020ec5c20bd0daec25cd488e03
input panel: support convenience top column

mirrors columnB (column bottom) but is placed on the top, i.e.,
columnT.

One can no conveniently set the following layout:

  +-------------------------------------+
  |                                     |
  |               columnT               |
  |                                     |
  +------------------+------------------+
  |                  |                  |
  |                  |                  |
  |   column1        |   column2        |
  |                  |                  |
  |                  |                  |
  +------------------+------------------+
  |                                     |
  |               columnB               |
  |                                     |
  +-------------------------------------+

(4 columns should work too, but we do not use that anywhere FWICT)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/panel/InputPanel.js