mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
dashboard: overhaul
This commit is contained in:
@ -23,29 +23,29 @@
|
||||
var settings = [
|
||||
{
|
||||
"id": "installation",
|
||||
"text": "Installation",
|
||||
"text": "Installation Guide",
|
||||
"meaning": "Install Commento with HTML",
|
||||
"selected": false,
|
||||
"open": global.installationOpen,
|
||||
},
|
||||
{
|
||||
"id": "general",
|
||||
"text": "Configure Domain",
|
||||
"meaning": "Names, domains and the rest",
|
||||
"text": "General Settings",
|
||||
"meaning": "Names, emails, and general settings",
|
||||
"selected": false,
|
||||
"open": global.generalOpen,
|
||||
},
|
||||
{
|
||||
"id": "moderation",
|
||||
"text": "Moderation Settings",
|
||||
"meaning": "Manage list of moderators",
|
||||
"meaning": "Manage moderators, spam filtering",
|
||||
"selected": false,
|
||||
"open": global.moderationOpen,
|
||||
},
|
||||
{
|
||||
"id": "statistics",
|
||||
"text": "View Activity",
|
||||
"meaning": "Usage and comment statistics",
|
||||
"text": "Analytics",
|
||||
"meaning": "Anonymous statistics and graphs",
|
||||
"selected": false,
|
||||
"open": global.statisticsOpen,
|
||||
},
|
||||
|
Reference in New Issue
Block a user