Creating Tree Profiles

You can customize the tree by creating profiles.

  1. Open the CATFLTreeProfiles.json file located in 3DSpace/WEB-INF/classes.
  2. In the CATFLTreeProfiles.json file, add a new profile as follows
    • name: name of the profile
    • label: name displayed in the user interface
    • categories: JsonArray [] containing one or several JsonObject {} defining the profile categories (example: System, Functional, Mission).
      • name: unique name of the category
      • label: name displayed in the user interface
      • iconName (optional): path to icon to be used
      • types: List of the types authorized in this category
    [{
          "name": "Profile_JX5",
          "label": "JX5 Profile",
                    "categories": [
                    {
                          "name":"TestFunction",
                          "label": "Function Tests",
                    "iconName":"https://ServerName/3DSpace/snresources/images/icons/small/I_VPMNavFunction.png",
                          "types": [“JX5F_AnotherFunction","JX5F_Function"]
                    }]
    }]
  3. Save the file and reboot the server.