add more info in mod panel, add admin action to rethumb
This commit is contained in:
parent
8c18b4405d
commit
866196e810
@ -25,9 +25,14 @@
|
||||
<button onclick="nntpchan_unban()">unban (ip)</button>
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
<button onclick="nntpchan_admin('template.reload', {})">reload all templates</button>
|
||||
</div>
|
||||
<div>
|
||||
<label>very load heavy actions, use with care</label>
|
||||
<button onclick="nntpchan_admin('frontend.regen', {})">regenerate all pages</button>
|
||||
<button onclick="nntpchan_admin('thumbnail.regen', {})">regenerate all thumbnails</button>
|
||||
</div>
|
||||
<div id="nntpchan_mod_result"></div>
|
||||
<noscript>
|
||||
|
Reference in New Issue
Block a user