GitHub user sejunra opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/628
Restore Navbar connection status for websocket only
### What is this PR for?
After the Shiro PR was merged, the Navbar status was changed to include the
token status/name, however that part is reserved to show the Websocket status.
Because of that it usually show a green circle with Disconnected next to it.
This PR sets the status to Websocket only.
### What type of PR is it?
Bug Fix
### Is there a relevant Jira issue?
No
### How should this be tested?
You shouldn't see see Disconnected next to a green round in the navbar
anymore
### Screenshots (if appropriate)
Bug:
<img width="386" alt="screen shot 2016-01-13 at 12 02 24 pm"
src="https://cloud.githubusercontent.com/assets/6766992/12283801/927d05e8-b9ed-11e5-8911-9725b4a7c94a.png">
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sejunra/incubator-zeppelin
fix/NavbarConnectedStatus
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/628.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #628
----
commit ee8a2fdda3553ca8f28c08f22227466c854a93c1
Author: Sejun Ra <[email protected]>
Date: 2016-01-13T02:42:30Z
Restore Navbar connection status for websocket only
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---