]> git.proxmox.com Git - pve-manager.git/history - www/manager6/grid
ui: ScheduleSimulator: split date and time into two columns
[pve-manager.git] / www / manager6 / grid /
2022-11-17 Dominik Csapakui: add tags to ResourceGrid and GlobalSearchField
2022-03-16 Thomas Lamprechtui: fw grid: eslint auto-fixes
2022-03-16 Mira Limbeckui: firwall: change icmp type selector to a combogrid
2021-12-16 Fabian Ebnersorters: use correct property 'direction' and keep...
2021-12-15 Fabian Ebnerbackup views: sort backups by vmid, then descending...
2021-12-02 Dominik Csapakfix #3689: add gridhandle to firewall rules to indicate...
2021-11-16 Thomas Lamprechtui: backup views: disable remove button on protected...
2021-11-16 Thomas Lamprechtui: make protected column header use the icon only
2021-11-16 Dominik Csapakui: render 'protected' column as icon and enable sorting
2021-11-16 Thomas Lamprechtui: grid/backup: refactor to more modern code-style
2021-11-09 Fabian Ebnerui: backup views: add button to change protection status
2021-11-09 Fabian Ebnerui: backup views: add protected column
2021-11-05 Fabian Ebnerui: guest backup grid: monitor store errors
2021-05-27 Dominik Csapakui: ResourceGrid: move first update to afterrender
2021-05-20 Dominik Csapakui: ResourceGrid: correctly remove ResourceStore listener
2021-05-18 Thomas Lamprechtui: grid/Resources: eslint fixes and code cleanup/refac...
2021-05-18 Thomas Lamprechtui: grid/Replication: eslint fixes and code cleanup...
2021-05-18 Thomas Lamprechtui: grid/Firewall: eslint fixes and code cleanup/refact...
2021-04-23 Thomas Lamprechtui: backup views: unfiy button order in storage and...
2021-04-23 Thomas Lamprechtui: guest backup grid: hide file-restore button if...
2021-04-23 Fabian Grünbichlerfile-restore: pass in full volume ID
2021-04-23 Stefan Reiterbackupview: add file restore button
2021-04-22 Aaron Lautererui: firewall: rule: maxlength for source and dest
2021-04-15 Stefan Reiterui: restore: add live-restore checkbox
2021-03-25 Dominik Csapakui: backups: enable editing notes for Proxmox Backup...
2021-02-22 Thomas Lamprechtui: firewall grid: try balance between flex and good...
2021-02-22 Thomas Lamprechtui: firewall grid: rename Enable column to shorter On
2021-02-22 Thomas Lamprechtui: firewall grid: fix rendering comment, only show...
2021-02-22 Aaron Lautererui: FirewallRules: Add tooltip to comments
2021-02-22 Aaron Lautererui: FirewallRules: make columns flexible
2021-01-19 Thomas Lamprechtui: eslint: enforce "no-extra-parens" rule
2021-01-19 Thomas Lamprechtui: eslint: fix various spacing related issues
2021-01-19 Thomas Lamprechtui: eslint: fix trailing comma and comma related whites...
2021-01-19 Thomas Lamprechtui: eslint: fix trailing spaces
2020-11-26 Dominik Csapakui: fix usage of findRecord
2020-11-24 Thomas Lamprechtui: factor out backup verification renderer
2020-11-24 Thomas Lamprechtui: guest backup view: add encrypted column for PBS...
2020-11-24 Thomas Lamprechtui: guest backups: add separator, fix left-over Comment...
2020-11-24 Dominik Csapakui: add ability to show and edit comments for backups
2020-11-24 Dominik Csapakui: change comment column to notes
2020-11-12 Thomas Lamprechtui: content/backup-view: move comment to second col...
2020-11-12 Thomas Lamprechtui: storage content: fix verify time tooltip
2020-11-12 Thomas Lamprechteslint fixes
2020-11-12 Dominik Csapakui: add comment/verification columns to backup/content...
2020-10-01 Aaron Lautererui: FirewallRules.js: fix #3049 wider rule number column
2020-09-25 Dominik Csapakui: fix unchecking 'Filter VMID'
2020-08-11 Dominik Csapakui: filter on exact vmid
2020-06-06 Thomas Lamprechtdrop jslint lines
2020-06-03 Thomas Lamprechtui: backup grid: use boxLabel type and VMID
2020-06-03 Dominik Csapakui: add checkbox for vmid filter for backupview
2020-06-02 Dominik Csapakui: Replication: use render_duration from widget-toolkit
2020-02-21 Thomas Lamprechtui: add date column in per-guest backup archive panel
2020-02-19 Dietmar Maurerstorage content GUI: improve detection of backup volumes
2020-01-22 Thomas Lamprechtui: FW/Alias: whitespace/indentation fixes
2020-01-22 Thomas Lamprechtui: FW/Alias: make grid flex
2020-01-22 Thomas Lamprechtui: FW/Alias: make edit window wider to fit IPv6 CIDR
2019-07-25 Dominic JägerFix #582: Add default delay for backups
2019-05-16 Thomas Lamprechtui: FW log ratelimit: fix default value
2019-04-01 Christian EbnerAllow to set the firewall log rate limit and burst...
2019-03-20 Thomas Lamprechtfollowup: move to advanced column
2019-03-20 Christian Ebnerfix: # 2123 Logging of user defined firewall rules
2019-03-13 Christian Ebner1145 Warn if datacenter firewall is disabled
2018-06-06 Stoiko Ivanovadd ebtables option to cluster firewallsettings
2018-03-16 Dominik Csapakuse correct settings for nf_conntrack options in firewa...
2018-03-16 Dominik Csapakfix #1698: add_integer_row should add an integer row
2018-02-07 Dominik Csapakfix edit button for some panels
2018-01-25 Thomas Lamprechtuse InputPanel from widget toolkit
2018-01-25 Thomas Lamprechtuse LogView from widget toolkit
2018-01-25 Thomas Lamprechtuse RestProxy from widget toolkit
2018-01-25 Thomas Lamprechtuse DiffStore from widget toolkit
2018-01-25 Thomas Lamprechtuse windowEdit from widget toolkit
2018-01-25 Thomas Lamprechtuse PendingObjectGrid from widget toolkit
2018-01-25 Thomas Lamprechtgrid/FireWallOptions: cleanup & use new features from...
2018-01-25 Thomas Lamprechtuse ObjectGrid from widget toolkit
2018-01-25 Thomas Lamprechtuse KVCombobox from widget toolkit
2018-01-25 Thomas Lamprechtuse Checkbox from widget toolkit
2018-01-25 Dominik Csapakuse Proxmox.Utils instead of PVE.Utils
2018-01-25 Dominik Csapakuse Button from widget toolkit
2018-01-25 Dominik Csapakuse Proxmox.button.StdRemoveButton where possible
2018-01-25 Dominik Csapakcreate some models
2018-01-25 Dominik Csapakchange pve-invalid-row class to proxmox-invalid-row
2018-01-25 Dominik Csapakuse UpdateStore from widget toolkit
2018-01-25 Dominik Csapakuse IntegerField from widget toolkit
2018-01-25 Dominik Csapakuse TextField from proxmox-widget-toolkit
2018-01-25 Dominik Csapakuse ComboGrid from proxmox-widget-toolkit
2017-12-21 Dominik Csapakuse activate instead of show
2017-11-28 Emmanuel KasperDo not translate IT specific terms
2017-10-31 Dominik CsapakFirewallOptions: fix DHCP default value
2017-09-27 Dietmar MaurerSubscription.js - use enableTextSelection instead of...
2017-07-04 Dietmar MaurerReplication.js: translate 'Error'
2017-07-04 Dietmar Maureravoid extra gettext string
2017-06-30 Thomas Lamprechtreplication: reuse fitting translations
2017-06-29 Thomas Lamprechtreplication; merge status and status text and add to...
2017-06-29 Thomas Lamprechtreplication: show disabled jobs and allow enabling...
2017-06-28 Thomas Lamprechtreplication: adapt help buttons reference
2017-06-28 Dietmar Maurerreplication GUI: add schedule now Button
2017-06-28 Thomas Lamprechtreplica: improve schedule format example
2017-06-28 Thomas Lamprechtgrid/replication: show textual description of default...
2017-06-27 Thomas Lamprechtreplication/ui: improve wording for job removal
2017-06-22 Dominik Csapakbetter default column sizes for replication grid
next