mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-06-01 20:34:46 +02:00
fix mod panel a bit
This commit is contained in:
@@ -27,12 +27,19 @@
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
<button onclick="nntpchan_admin('template.reload', {})">reload all templates</button>
|
||||
<div>
|
||||
lightweight actions
|
||||
</div>
|
||||
<div>
|
||||
<button onclick="nntpchan_admin('template.reload', {})">reload all templates</button>
|
||||
</div>
|
||||
</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>
|
||||
<button onclick="nntpchan_admin('frontend.regen', {})">regenerate all pages</button>
|
||||
<button onclick="nntpchan_admin('thumbnail.regen', {})">regenerate all thumbnails</button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nntpchan_mod_result"></div>
|
||||
<noscript>
|
||||
|
||||
Reference in New Issue
Block a user