I have installed the "Splunk 6.x Dashboard Examples" App and I am trying to implement the use of "Inline icons" or "rangemap", both of which have an example in the app.
I have created a separate app for our development and have copied the following files from the example app to our app.
From:
...\Splunk\etc\apps\simple_xml_examples\appserver\static
table_decorations.css
table_icons_inline.js
table_iconds_rangemap.js
To:
...\Splunk\etc\apps\<ourapp>\appserver\static
table_decorations.css
table_icons_inline.js
table_iconds_rangemap.js
Then I attempted to recreate the dashboard in our application, using the source code xml in the example:
<dashboard script="table_icons_inline.js" stylesheet="table_decorations.css">
</dashboard>
The issue is that the inline icons do not work, it seems the CSS and JS are not having an affect, but I am not sure why its not working. How do i go about troubleshooting? Am i missing the icon files? Any help is appreciated.
Thanks,
David
↧