Go to file
Thomas Lamprecht e2abd63cc2 format_duration_short: rename to format_duration_human and change semantics a bit
The rationale is that things like 11.4d or 22.6h is hard to parse for
humans (base 10 to base 60 or base 24 conversion). So try to emulate
what a human would tell another human to pass a duration information
along with reasonable good but not high accuracy.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-05-28 18:31:24 +02:00
button StdRemoveButton: code cleanup 2020-04-18 19:33:37 +02:00
css css: add icon colors 2020-05-28 13:29:32 +02:00
data add Realm model and RealmComboBox 2020-05-18 17:03:32 +02:00
debian bump version to 2.2-4 2020-05-25 19:04:16 +02:00
form form/display edit: use the 'fit' layout to avoid width glitch 2020-05-26 18:26:55 +02:00
grid PendingObjectGrid: mark pending changes as orange 2020-05-22 09:38:30 +02:00
images ComboGrid: add trigger to delete from ComboGrid 2019-08-13 15:37:26 +02:00
mixin cbind: allow methods in cbindData 2020-05-04 18:19:01 +02:00
node task history: better default column width 2020-05-25 18:56:56 +02:00
panel JournalView: avoid null dereference on quick tab switch 2020-05-26 10:14:53 +02:00
window window: edit: eslint fixes 2020-05-22 13:08:07 +02:00
defines.mk add css and image directory to packaging 2019-08-13 15:37:26 +02:00
Logo.js add PMX.image.Logo 2020-05-18 17:03:32 +02:00
Makefile add pmxRoleSelector 2020-05-19 21:19:26 +02:00
Toolkit.js open picker for all comboboxes on focus, even if they are editable 2020-04-16 14:39:38 +02:00
Utils.js format_duration_short: rename to format_duration_human and change semantics a bit 2020-05-28 18:31:24 +02:00