]> git.proxmox.com Git - mirror_novnc.git/commit
Dont overwrite more severe visible statuses
authorSamuel Mannehed <samuel@cendio.se>
Sat, 11 Nov 2017 00:59:13 +0000 (01:59 +0100)
committerSamuel Mannehed <samuel@cendio.se>
Tue, 14 Nov 2017 14:36:12 +0000 (15:36 +0100)
commitd623a029d6bc2347781d85a40b67645eec2b8300
treeae831bb626db637a00184d96fb5cbf40fd58cd84
parentd472f3f19ef8cb9000ccfdf854d9f40e587fac0a
Dont overwrite more severe visible statuses

And only show the first error. This means that if UI.showStatus() is
called for a new error while one error is already showing, the new
error will not be shown. However, if a warning was showing and a new
error comes up, the warning will be overwritten.
app/ui.js