Hi,All:

  I download the release zeppelin-0.5.6-incubating-bin-all and run successful 
in localhost ,but when i set nginx reverse proxy 
likehttps://zeppelin.incubator.apache.org/docs/0.6.0-incubating-SNAPSHOT/security/authentication.html.it
 cannot show main part of homepage. the part of html is
```
div ng-show=“home.staticHome" class="box width-full home ng-hide”
```
which normal is not "ng-hide”. js code is
```
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, 
.ng-hide:not(.ng-hide-animate) {
  /* display: none !important; */
}
```
and I turn on this line "display: none !important;” ,the main part of homepage 
appears, but create note doesn’t work.


Can anyone tell me what's wrong?


Regards,
Moonssang

Reply via email to