Open for Voting

NPM gui improvement, decrease reloads of npm interface

web interface of solarwinds is ment to display dynamic informations. 

i.e logs, alerts  etc...

but how it is done now?  reloading whole page..  this is not effective - especially, when you are conected via vpn/slow links

in some cases this can cause client...computers to run out of network resources ( when refresh is faster, then network can give response, client will open new socket... and by some time, tcp stack on client, will run out of resources... )...

for html5 , there is quite good technology - axaj, which is allowing to fetch from server only data, which are to be updated... Or there is websocket, which allow to have pure socket based communication...

not full overhaul is required.... it would be perfect if npm widgets for syslog, event logs, alers  were fetching new events via ajax....i.e if there is new event, then windows will update new row ( not full reload) .. i guess it should not be difficult at all