Wiki source code of XWiki Installations Statistics
Last modified by Simon Urli on 2021/03/18 10:41
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}} | ||
| 2 | #if ("$!request.snapshots" != '') | ||
| 3 | #set ($activeInstallsSnapshots = true) | ||
| 4 | #end | ||
| 5 | {{/velocity}} | ||
| 6 | |||
| 7 | {{dashboard/}} | ||
| 8 | |||
| 9 | {{velocity}} | ||
| 10 | $xwiki.jsx.use('ActiveInstalls.Counter') | ||
| 11 | $xwiki.ssx.use('ActiveInstalls.Counter') | ||
| 12 | {{/velocity}} | ||
| 13 | |||
| 14 | {{putFootnotes/}} |