proxmox-backup/www
Dominik Csapak 65bd918ac3 ui: add GroupFilter form field(container)
this contains a grid + button + hidden field which lets the user
add group filters one by one. the first column is the type selector
(type, group, regex) and the second column shows the relevant
input field (groupselector, kvcombobox for type, and textfield for regex)

i had to hack a little to get access to the widgets of the
fieldcontainer, since we cannot simply access the widget of a column
from another column (which we need to show the correct one when changing
the type), also we cannot traverse the widget hirachy in the usual way,
since extjs seems to build it differently for widgetcolumns.

to solve this, i added references of the widgets to the record, and a
reference of the record to the widgets. since this is now a cyclic
reference, i solve that in 'removeFilter' and in 'beforedestroy' of the grid
by removing the references again

also contains a small css style to remove the padding in the rows

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2021-12-01 06:42:31 +01:00
..
button ui: administration: set icons for tabs 2020-10-31 09:11:11 +01:00
config ui: fix group-filter property name 2021-11-22 09:13:32 +01:00
css ui: add GroupFilter form field(container) 2021-12-01 06:42:31 +01:00
dashboard fix #3447: ui: Dashboard: disallow selection of datastore statistics row 2021-07-12 06:18:45 +02:00
data ui: running tasks: update limit to 100 2020-07-11 12:53:32 +02:00
datastore ui: datastore content: rework rendering protection state 2021-11-22 11:22:29 +01:00
form ui: add GroupFilter form field(container) 2021-12-01 06:42:31 +01:00
images ui: tape drive icon: invert 2021-03-08 15:51:49 +01:00
panel www: use TFA widgets from widget toolkit 2021-11-17 09:44:55 +01:00
tape ui: fix group-filter property name 2021-11-22 09:13:32 +01:00
window ui: sync job: allow to configure rate limit 2021-11-22 12:20:27 +01:00
Application.js ui: app: fix openID helper usage and rework style 2021-07-03 23:12:08 +02:00
Dashboard.js ui: dashboard: show node's repository/subscription status 2021-07-12 06:29:24 +02:00
DirectoryList.js ui: add DiskList and DirectoryList 2020-06-16 13:36:32 +02:00
LoginView.js www: use TFA widgets from widget toolkit 2021-11-17 09:44:55 +01:00
MainView.js ui: MainView: fix redirectTo call 2021-07-08 11:43:43 +02:00
Makefile ui: add GroupFilter form field(container) 2021-12-01 06:42:31 +01:00
NavigationTree.js ui: navigation: change traffic-control icon to rotated signal 2021-11-20 21:43:03 +01:00
OnlineHelpInfo.js www: use TFA widgets from widget toolkit 2021-11-17 09:44:55 +01:00
ServerAdministration.js ui: server administration: repos: add online help 2021-07-22 10:09:53 +02:00
ServerStatus.js ui: window/Settings: add summarycolumns settings 2021-07-12 06:29:21 +02:00
Subscription.js ui: add mising panel help buttons 2020-11-10 13:53:21 +01:00
SystemConfiguration.js ui: config: move node ops (http-proxy) into existing "Authentication" 2021-05-21 18:23:35 +02:00
Utils.js ui: use Async tools from widget toolkit 2021-07-09 16:53:12 +02:00
VersionInfo.js ui: minimally increase font-size of product title and version 2021-07-03 23:13:33 +02:00
ZFSList.js ui: some more eslint auto-fixes 2020-09-25 18:34:54 +02:00
index.hbs ui: index: drop enableTapeUI 2021-04-12 15:55:58 +02:00