Go to file
Dominik Csapak acfbf25527 backport fix for ExtJS pie chart tooltip for 0% entries
this fixes bug EXTJS_18900 where the tooltip of a piechart was always
shown for the first data entry with 0 percent of the pie chart

the relevant lines for the fix are
...
if (a === b) {
    return false;
}
...

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-31 10:58:11 +02:00
button fix var assignments 2018-01-11 14:48:13 +01:00
data fix #1784: allow to set UTC as Timezone 2019-04-15 11:31:26 +00:00
debian bump version to 2.0-1 2019-05-22 07:16:44 +02:00
form form: proxmox textfield: support binding 'allowBlank' 2018-11-28 12:17:57 +01:00
grid save index on keydown and check on keyup 2018-05-02 15:53:35 +02:00
mixin skip config property for cbind mixin 2018-02-22 10:14:58 +01:00
node change network input from address/netmask to cidr and change labels 2019-05-08 14:56:52 +00:00
panel followup: elaborate a bit more why there could be no content 2019-05-15 13:18:08 +02:00
window rework panel/LogView 2019-04-02 12:52:05 +02:00
Makefile buildsys: switch upload dist over to buster 2019-05-22 10:23:21 +02:00
Toolkit.js backport fix for ExtJS pie chart tooltip for 0% entries 2019-05-31 10:58:11 +02:00
Utils.js add ipv6 and ipv4 cidr match vtype 2019-04-16 05:37:12 +00:00