Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Similar to anayzers.properties file, tab1, tab2 are reference in the properties. 'dashboard.tabs.tab1.name' denotes the title of the tab denoted by reference tab1. tab1, will have the gadgets My_Gadget_1.xml, My_Gadget_2.xml in the that order. Similarly. for the tab2, the title is 'Tab-2 Title' and the gadgets will be My_Gadget_3.xml, My_Gadget_4.xml in that order.

If you need to add the jaggery application to the BAM dashboard, then you need to have the dashboard.properties shown as below. This enables to get the toolboxes installed dynamically and show in the navigation pane of the BAM Dashboard.Then the dashboard.properties should be as follows.

Code Block
dashboard.jaggery.apps=app1
dashboard.jaggery.apps.app1.main.displayName= Toolbox Name which you like to display

dashboard.jaggery.apps.app1.tabs=tab1, tab2, tab3
dashboard.jaggery.apps.app1.tab1.displayName=Sub Item - tab1 of the toolbox
dashboard.jaggery.apps.app1.tab1.url=URL redirection for the sub item - tab1

dashboard.jaggery.apps.app1.tab2.displayName=Sub Item - tab2 of the toolbox
dashboard.jaggery.apps.app1.tab2.url=URL redirection for the sub item - tab2

dashboard.jaggery.apps.app1.tab3.displayName=Sub Item - tab3 of the toolbox
dashboard.jaggery.apps.app1.tab3.url=URL redirection for the sub item - tab3

 

Packing the Toolbox

After including all required artifacts as described above in a directory, zip archive it and change the file extension to .tbox. The name of the .tbox is taken as the name of the toolbox. You are now ready to install your toolbox. For information, refer to section Installing custom toolbox.

...