I have changed my appserver/static/javascript directory and the setup page that reffers to it does not update. I tried to uninstall the add-on, restart Splunk server, but it does not change... please help me figure out what do I miss... this is my setup page dashboard (./javascript/setup_page.js is the file I changed without any effects😞 <dashboard isDashboard="false" version="1.1" script="./javascript/setup_page.js" stylesheet="./styles/setup_page.css" hideEdit="true" hideAppBar="true" > <label>Setup Page</label> <row> <panel> <html> <div id="main_container"></div> </html> </panel> </row> </dashboard>
... View more