pgadmin4/web/pgadmin/static
Surinder Kumar 09569a23bd Fix "number.toFixed is not function" JS error.
Issue:
We got the following error in console log
"number.toFixed is not function"

Steps to reproduce:
1) Click on statistics tab.
1) Select any database node.
2) then select Databases collection node.
3) The above error will appear into console.

Reason:
I discussed the issue with @Murtaza and here we are explicitly
converting values at server side to string as JSON do not directly
support NaN & Infinity values. Because of which NumberFormatter receives
values of type string and breaks.

Solution:
Overrides the NumberFormatter to support NaN & Infinity values.
and we need to parse the values again in float at client side.
2016-06-23 12:46:48 +01:00
..
css Upgraded Alertify to v1.7.1 2016-06-20 11:45:45 +05:30
fonts Updated the font-awesome to 4.5 (latest) version. 2016-03-18 01:34:45 +05:30
img Add support for creating dialogs, and add an About dialog. 2015-01-27 16:54:39 +00:00
js Fix "number.toFixed is not function" JS error. 2016-06-23 12:46:48 +01:00
favicon.ico Put the favicon in the right place. 2015-01-20 12:32:44 +00:00