cancel
Showing results for 
Search instead for 
Did you mean: 

How to design a Tab in Admin Center, in Management Tab ?

Benjamin_Jalon1
Elite Collaborator
Elite Collaborator

I would like to add a tab in Admin Center and in Management tab sub tab list.

How can I do that in Studio?

1 ACCEPTED ANSWER

Benjamin_Jalon1
Elite Collaborator
Elite Collaborator

In Studio, In Settings and Versionning > Action Category copy this:

  {
    action_categories : {
    NUXEO_ADMIN : {
      "label" : "Admin Center",
      "type" : "tab",
    },
    TAB_MANAGE_sub_tab : {
      "label" : "Management",
      "type" : "tab",
    },
  }
 }
  • Create a Tab in Tab designer in Studio

  • Select the category for the tab Management or Admin Center. The tab will be localized where you want.

View answer in original post

2 REPLIES 2

Benjamin_Jalon1
Elite Collaborator
Elite Collaborator

In Studio, In Settings and Versionning > Action Category copy this:

  {
    action_categories : {
    NUXEO_ADMIN : {
      "label" : "Admin Center",
      "type" : "tab",
    },
    TAB_MANAGE_sub_tab : {
      "label" : "Management",
      "type" : "tab",
    },
  }
 }
  • Create a Tab in Tab designer in Studio

  • Select the category for the tab Management or Admin Center. The tab will be localized where you want.

Hi Benjamin, this is fine except that the root loads instead of the Admin tab, once you click that tab in the menu. It takes this path

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.