forked from platypush/platypush
[#341] Added icon for procedures
plugin.
This commit is contained in:
parent
c54269e3d2
commit
9ec21fe10d
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@
|
||||||
"ping": {
|
"ping": {
|
||||||
"class": "fas fa-server"
|
"class": "fas fa-server"
|
||||||
},
|
},
|
||||||
|
"procedures": {
|
||||||
|
"class": "fas fa-gears"
|
||||||
|
},
|
||||||
"torrent": {
|
"torrent": {
|
||||||
"class": "fa fa-magnet"
|
"class": "fa fa-magnet"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue