Hi All,
I am trying to show an icon for my configuration tab in my vco plugin.
But the icon is not recognizing the image path. I have put the image in resources/images/logo_26x22.png
vso.xml entry:-
<configuration adaptor-class="com.test.ConfigurationAdaptor" configuration-war="plugin-config.war" icon="images/logo_26x22.png" validation="enabled"/>
All other parts of vso.xml (finders) are able to pick up images from resources folder.
<finder datasource="test-datasource" image="images/logo_16x16.png" type="Systems">
Is there anything that I am missing. would I have to place my logo image for configuration tab somewhere else in the directory structure?
Thanks in advance for your assistance.
Best Regards,
Sumit Tyagi