pmg-gui/js
Thomas Lamprecht ff23b1b37b renderer: s/format_size/render_size/
format_size is the "lower" level helper and is not fit (anymore) to
be set as renderer directly, as its parameter signature may clash
with the extra, different ones, that renderers get passed.

For example, the useSI param always gets evaluated as true due to
the metaData "truthy" value that calls to a renderer get passed along
most of the time.

Use the render_size instead, a wrapper which only passes along value
to format_size.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-07 13:16:51 +01:00
..
controller quarantines: dock attachement grid to bottom, avoid toggle button 2022-11-07 13:16:51 +01:00
dashboard dashboard: node status: use repo status widget from widget-toolkit 2021-07-28 10:25:39 +02:00
mobile mobile: set button color in mail view similar to quarantine list 2022-09-22 09:31:55 +02:00
ActionList.js sorters: use correct property 'direction' and keep default 'ASC' 2022-02-03 11:29:08 +01:00
Application.js eslint fixes 2020-10-30 14:08:16 +01:00
AttachmentGrid.js renderer: s/format_size/render_size/ 2022-11-07 13:16:51 +01:00
AttachmentQuarantine.js quarantines: dock attachement grid to bottom, avoid toggle button 2022-11-07 13:16:51 +01:00
BackupConfiguration.js add PBSConfig tab to Backup menu 2020-11-17 12:34:03 +01:00
BackupRestore.js renderer: s/format_size/render_size/ 2022-11-07 13:16:51 +01:00
Certificates.js node certificate: make parent panel scrollable 2022-10-11 11:31:02 +02:00
ClamAVDatabase.js sorters: use correct property 'direction' and keep default 'ASC' 2022-02-03 11:29:08 +01:00
ClusterAdministration.js eslint fixes 2020-10-30 14:08:16 +01:00
ConfigPanel.js comment text width improvements 2021-07-13 19:12:09 +02:00
ContactStatistics.js statistics: use new api call for detailed stats 2021-02-10 10:45:08 +01:00
Dashboard.js dashboard: node status: use repo status widget from widget-toolkit 2021-07-28 10:25:39 +02:00
DKIMSettings.js tree wide: eslint --fix 2020-10-23 13:17:15 +02:00
DomainStatistics.js drop jslint hint for Proxmox global 2020-10-23 14:03:17 +02:00
FetchmailEdit.js drop jslint hints 2020-10-23 14:08:50 +02:00
FetchmailView.js drop jslint hint for Proxmox global 2020-10-23 14:03:17 +02:00
FilterProxy.js drop jslint hints 2020-10-23 14:08:50 +02:00
GeneralMailStatistics.js tree wide: eslint --fix 2020-10-23 13:17:15 +02:00
HourlyMailDistribution.js tree wide: eslint --fix 2020-10-23 13:17:15 +02:00
LDAPConfig.js sorters: use correct property 'direction' and keep default 'ASC' 2022-02-03 11:29:08 +01:00
LDAPGroupEditor.js eslint fixes 2020-10-30 14:08:16 +01:00
LDAPGroupSelector.js tree wide: eslint --fix 2020-10-23 13:17:15 +02:00
LDAPProfileSelector.js drop jslint hint for Proxmox global 2020-10-23 14:03:17 +02:00
LDAPUserEditor.js tree wide: eslint --fix 2020-10-23 13:17:15 +02:00
LDAPUserSelector.js tree wide: eslint --fix 2020-10-23 13:17:15 +02:00
LoginView.js add TFA components 2021-11-28 20:17:47 +01:00
MailInfo.js mail info: move receiver to top right 2022-02-03 10:20:18 +01:00
MailProxyConfiguration.js tree wide: eslint --fix 2020-10-23 13:17:15 +02:00
MailProxyDKIMPanel.js tree wide: eslint --fix 2020-10-23 13:17:15 +02:00
MailProxyOptions.js drop jslint hints 2020-10-23 14:08:50 +02:00
MailProxyPorts.js tree wide: eslint --fix 2020-10-23 13:17:15 +02:00
MailProxyRelaying.js drop jslint hint for Proxmox global 2020-10-23 14:03:17 +02:00
MailProxyTLS.js tree wide: eslint --fix 2020-10-23 13:17:15 +02:00
MailProxyTLSDestinations.js sorters: use correct property 'direction' and keep default 'ASC' 2022-02-03 11:29:08 +01:00
MailProxyTLSPanel.js tree wide: eslint --fix 2020-10-23 13:17:15 +02:00
MailStatGrid.js tree wide: eslint --fix 2020-10-23 13:17:15 +02:00
MailTracker.js eslint fixes 2020-10-30 14:08:16 +01:00
MainView.js add Settings window 2021-07-13 14:28:01 +02:00
Makefile quarantine: refactor spamquarantine controller 2022-10-28 11:30:23 +02:00
MyNetworks.js sorters: use correct property 'direction' and keep default 'ASC' 2022-02-03 11:29:08 +01:00
NavigationTree.js change ui to 'pve-nav' 2021-06-08 13:13:54 +00:00
ObjectGroup.js eslint fixes 2020-10-30 14:08:16 +01:00
ObjectGroupConfiguration.js tree wide: eslint --fix 2020-10-23 13:17:15 +02:00
ObjectGroupList.js sorters: use correct property 'direction' and keep default 'ASC' 2022-02-03 11:29:08 +01:00
ObjectGroupSelector.js tree wide: eslint --fix 2020-10-23 13:17:15 +02:00
PBSConfig.js sorters: use correct property 'direction' and keep default 'ASC' 2022-02-03 11:29:08 +01:00
PBSRemoteEdit.js ui: pbs remote: use proxmoxtextfield for password edit xtype again 2022-05-16 12:17:04 +02:00
PBSSnapshotView.js renderer: s/format_size/render_size/ 2022-11-07 13:16:51 +01:00
PostfixMailQueue.js renderer: s/format_size/render_size/ 2022-11-07 13:16:51 +01:00
PostfixQShape.js drop jslint hint for Proxmox global 2020-10-23 14:03:17 +02:00
QuarantineContextMenu.js fix color coding mistake for one context menu 2022-10-28 07:46:21 +02:00
QuarantineList.js quarantine list: factor out restoreSavedSelection 2021-04-01 13:39:36 +02:00
QuarantineView.js quranatine view: make navtree more like main navtree 2021-07-03 22:48:23 +02:00
QueueAdministration.js drop jslint hint for Proxmox global 2020-10-23 14:03:17 +02:00
RBLStatistics.js tree wide: eslint --fix 2020-10-23 13:17:15 +02:00
ReceiverStatistics.js statistics: use new api call for detailed stats 2021-02-10 10:45:08 +01:00
RegexTester.js regex tester: make textfield flex to take all remaining space 2022-05-14 17:57:11 +02:00
RelayDomains.js sorters: use correct property 'direction' and keep default 'ASC' 2022-02-03 11:29:08 +01:00
RoleSelector.js tree wide: eslint --fix 2020-10-23 13:17:15 +02:00
RuleConfiguration.js eslint fixes 2020-10-30 14:08:16 +01:00
RuleEditor.js tree wide: eslint --fix 2020-10-23 13:17:15 +02:00
RuleInfo.js drop jslint hints 2020-10-23 14:08:50 +02:00
SenderStatistics.js statistics: use new api call for detailed stats 2021-02-10 10:45:08 +01:00
ServerAdministration.js server administration: repos: add online help 2021-07-19 17:42:15 +02:00
ServerStatus.js server status: add button to show package version window 2021-07-19 17:53:54 +02:00
Settings.js add Settings window 2021-07-13 14:28:01 +02:00
SpamContextMenu.js quarantines: color code deliver and delete buttons 2022-10-22 16:16:41 +02:00
SpamDetectorConfiguration.js tree wide: eslint --fix 2020-10-23 13:17:15 +02:00
SpamDetectorCustom.js eslint fixes 2020-10-30 14:08:16 +01:00
SpamDetectorLanguages.js eslint fixes 2020-10-30 14:08:16 +01:00
SpamDetectorOptions.js tree wide: eslint --fix 2020-10-23 13:17:15 +02:00
SpamDetectorStatus.js sorters: use correct property 'direction' and keep default 'ASC' 2022-02-03 11:29:08 +01:00
SpamInfoGrid.js spam info grid: use 1:2 flex ratio between rule name and description 2022-11-07 09:46:31 +01:00
SpamQuarantine.js quarantines: dock attachement grid to bottom, avoid toggle button 2022-11-07 13:16:51 +01:00
SpamQuarantineOptions.js drop jslint hints 2020-10-23 14:08:50 +02:00
SpamScoreDistribution.js tree wide: eslint --fix 2020-10-23 13:17:15 +02:00
StatStore.js statistics: use new api call for detailed stats 2021-02-10 10:45:08 +01:00
StatTimeSelector.js StatTimeSelector: don't show invalid month/day combinations 2022-10-04 13:46:44 +02:00
Subscription.js eslint fixes 2020-10-30 14:08:16 +01:00
SystemConfiguration.js sys config: network: show live-apply button 2021-07-16 16:37:29 +02:00
SystemOptions.js eslint fixes 2020-10-30 14:08:16 +01:00
TFAView.js tfa: add webauthn config panel 2021-11-28 21:19:35 +01:00
Transport.js sorters: use correct property 'direction' and keep default 'ASC' 2022-02-03 11:29:08 +01:00
UserBlackWhiteList.js eslint fixes 2020-10-30 14:08:16 +01:00
UserEdit.js drop jslint hints 2020-10-23 14:08:50 +02:00
UserManagement.js tfa: add webauthn config panel 2021-11-28 21:19:35 +01:00
UserSelector.js add TFA components 2021-11-28 20:17:47 +01:00
UserView.js drop jslint hints 2020-10-23 14:08:50 +02:00
Utils.js quarantine: subject/sender: refactor/code-style-fix render functions 2022-10-22 16:12:25 +02:00
VersionInfo.js ui: minimally increase font-size of product title and version 2021-07-03 23:31:54 +02:00
ViewMailHeaders.js mail header view: code reduction 2022-02-03 11:28:16 +01:00
VirusCharts.js drop jslint hint for Proxmox global 2020-10-23 14:03:17 +02:00
VirusDetectorConfiguration.js tree wide: eslint --fix 2020-10-23 13:17:15 +02:00
VirusDetectorOptions.js tree wide: eslint --fix 2020-10-23 13:17:15 +02:00
VirusQuarantine.js quarantines: dock attachement grid to bottom, avoid toggle button 2022-11-07 13:16:51 +01:00
VirusQuarantineOptions.js tree wide: eslint --fix 2020-10-23 13:17:15 +02:00