rajgupt opened a new issue #9174: Unable to add_link in Navbar
URL: https://github.com/apache/incubator-superset/issues/9174
 
 
   Unable to add the item in navbar using appbuilder.add_link
   
   ```python
           appbuilder.add_link(
               "Example",
               label=__("Example"),
               href="/example",
               icon="fa-dashboard",
               category="Sources",
               category_label=__("Sources"),
               category_icon="fa-wrench",
           )
   ```
   
   ### Expected results
   
   New Item to show up in nav bar
   
   ### Actual results
   
   No item added in Navbar
   
   #### Screenshots
   
   No change in UI
   
   #### How to reproduce the bug
   
   1. Go to superset/app.py
   2. add the above snippet
   3. Launch again
   
   ### Environment
   
   (please complete the following information):
   
   - superset version: Superset 0.999.0dev (master)
   - python version: 3.6.9
   - node.js version: v13.1.0
   - npm version: 6.12.1
   
   ### Checklist
   
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included 
it here as text if there are any.
   - [ ] I have reproduced the issue with at least the latest released version 
of superset.
   - [ ] I have checked the issue tracker for the same issue and I haven't 
found one similar.
   
   ### Additional context
   
   Able to do the same in quiickhowto example of flask appbuilder

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to