インスタンス情報ページに各種タイムラインの有効/無効を表示

This commit is contained in:
syuilo 2019-01-16 14:57:01 +09:00
parent 13cee2b4f5
commit 256c216dfb
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 7 additions and 1 deletions

View File

@ -96,7 +96,13 @@ html
td= !meta.disableRegistration ? 'yes' : 'no'
tr
th reCAPTCHA enabled
td= meta.enableRecaptcha ? 'yes' : 'no'
td= meta.enableRecaptcha ? 'enabled' : 'disabled'
tr
th LTL(STL) enabled
td= !meta.disableLocalTimeline ? 'enabled' : 'disabled'
tr
th GTL enabled
td= !meta.disableGlobalTimeline ? 'enabled' : 'disabled'
tr
th Cache remote files
td= meta.cacheRemoteFiles ? 'yes' : 'no'