forked from rDrama/rDrama
1
0
Fork 0

use cloudflare icon

master
Aevann1 2022-11-15 15:54:24 +02:00
parent ab6ecc36b4
commit 1f16140367
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-cloud:before{content:"\f0c2"} .fa-cloudflare:before{content:"\e07d"}
.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-cloud', "icon": 'fab fa-cloudflare',
"color": 'bg-muted' "color": 'bg-muted'
}, },
'reject_app': { 'reject_app': {