bvcbc
This commit is contained in:
parent
cf7f5385c1
commit
fbb0fb95d2
7 changed files with 99 additions and 7 deletions
|
@ -164,6 +164,16 @@ ACTIONTYPES={
|
|||
"icon": "fa-columns",
|
||||
"color": "bg-muted",
|
||||
},
|
||||
"disable_signups": {
|
||||
"str": "disabled signups",
|
||||
"icon": "fa-user-slash",
|
||||
"color": "bg-danger",
|
||||
},
|
||||
"enable_signups": {
|
||||
"str": "enabled signups",
|
||||
"icon": "fa-user",
|
||||
"color": "bg-success",
|
||||
},
|
||||
"ban_user":{
|
||||
"str":'banned user {self.target_link}',
|
||||
"icon":"fa-user-slash",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue