Fix clear_cloudflare_cache modlog icon.

remotes/1693176582716663532/tmp_refs/heads/watchparty
Snakes 2022-11-15 06:30:06 -05:00
parent b2d0671734
commit 1e931b4d05
Signed by: Snakes
GPG Key ID: E745A82778055C7E
2 changed files with 2 additions and 2 deletions

View File

@ -5931,7 +5931,7 @@ g {
.fa-lock:before{content:"\f023"} .fa-lock:before{content:"\f023"}
.fa-lock-alt:before{content:"\f30d"} .fa-lock-alt:before{content:"\f30d"}
.fa-search:before{content:"\f002"} .fa-search:before{content:"\f002"}
.fa-cloudflare:before{content:"\e07d"} .fa-cloud:before{content:"\f0c2"}
.fa-comment-alt-smile:before{content:"\f4aa"} .fa-comment-alt-smile:before{content:"\f4aa"}
.fa-microphone-stand:before{content:"\f8cb"} .fa-microphone-stand:before{content:"\f8cb"}
.fa-palette:before{content:"\f53f"} .fa-palette:before{content:"\f53f"}

View File

@ -276,7 +276,7 @@ ACTIONTYPES = {
}, },
'clear_cloudflare_cache': { 'clear_cloudflare_cache': {
"str": 'cleared cloudflare cache', "str": 'cleared cloudflare cache',
"icon": 'fa-cloudflare', "icon": 'fa-cloud',
"color": 'bg-muted' "color": 'bg-muted'
}, },
'reject_app': { 'reject_app': {