dfs
This commit is contained in:
parent
7930ba017a
commit
9f989e912e
124 changed files with 488 additions and 486 deletions
|
@ -153,6 +153,11 @@ ACTIONTYPES={
|
|||
"icon": "fa-balance-scale",
|
||||
"color": "bg-muted",
|
||||
},
|
||||
"change_sidebar": {
|
||||
"str": "changed the sidebar",
|
||||
"icon": "fa-columns",
|
||||
"color": "bg-muted",
|
||||
},
|
||||
"ban_user":{
|
||||
"str":'banned user {self.target_link}',
|
||||
"icon":"fa-user-slash",
|
||||
|
@ -291,6 +296,11 @@ ACTIONTYPES2={
|
|||
"icon": "fa-balance-scale",
|
||||
"color": "bg-muted",
|
||||
},
|
||||
"change_sidebar": {
|
||||
"str": "changed the sidebar",
|
||||
"icon": "fa-columns",
|
||||
"color": "bg-muted",
|
||||
},
|
||||
"ban_user":{
|
||||
"str":'banned user {self.target_link}',
|
||||
"icon":"fa-user-slash",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue