Hello. I'm trying to construct a footer containing my app's version in a dashboard. The footer resides in a different panel. I can find the version from a search, but I haven't found a way to pass that value into the lower panel. It seems like this can be done by using `tokens`, but my research hasn't revealed a way to do this specifically.
Conceptually, I want the dashboard code to work like this:
Panel1:
`| rest /servicesNS/nobody/system/apps/local/ | search title="MyApp" | table title version `
Panel2:
`< html >< center >< h8 >< img src="/static/app/MyApp/appLogo.png" / > MyApp version $version$< /h8 >< /center >< /html >`
Any helpful pointers or references would be greatly appreciated!
Thanks
↧