Icon in perspective tab?

Hello,
Is there a way I can add an icon in a tab?
Label the tab an icon instead of “Events”.

If you hover over the tabs property, you can see that we allow for Views to be used there, so yes, you can use an Icon.

To do this:

  1. Create a small View (probably with a Flex layout with dimensions of 30x30) which contains your Icon; we will call this “ViewA”
  2. Right-click the 1 within tabs and select “Change to” > “Object”.
  3. Add a new property to this object with a key of viewPath.
  4. Supply the path to ViewA as the value for viewPath.

Thanks.I’ve solved my problem.