You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/09/29 08:55:55 UTC

[GitHub] [superset] amitBhardwaj12 opened a new issue #16892: Add a custom item in main menu

amitBhardwaj12 opened a new issue #16892:
URL: https://github.com/apache/superset/issues/16892


   How to reproduce the bug
   <img width="1421" alt="Screenshot 2021-09-29 at 2 14 45 PM" src="https://user-images.githubusercontent.com/90375231/135235106-c44dc26c-70b1-4b9e-a01d-a325cbc61dd5.png">
   
   Try to add any new item in menu.
   If I add any new item in backend side for the menu its not visible.
   
   Expected results
   SQL lab menu should show a new item with the given name for newly added item
   
   Actual results
   Newly added item not appear
   
   Checklist
   I have reproduce the issue number of times.
   I have checked the issue tracker for the same issue and I haven't found one similar.
   
   Additional context
   Approach  I have followed:  I have added the link into SQL Lab category as I want this new item in SQL Lab Category
   appbuilder.add_link(
               __("Drift"),
               href="/superset/sqllab/drift/",
               icon="fa-search",
               category="SQL Lab",
           ) 
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org