seekerOK

Results 1 comments of seekerOK

I just add a logout button, a dirty workaround but is working for me in Chrome and using nginx basic auth. ``` %button.ColVis_Button{type: 'button', onClick:'window.location.href="http://logout:logout@hostname/ip"'} %span.glyphicon.glyphicon-log-out Logout ``` added in...