Add icon translations to Profiler (#112186)

This commit is contained in:
Joost Lekkerkerker 2024-03-05 08:43:10 +01:00 committed by GitHub
parent fb5e5221ae
commit ab06f54544
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,14 @@
{
"services": {
"start": "mdi:play",
"memory": "mdi:memory",
"start_log_objects": "mdi:invoice-text-plus",
"stop_log_objects": "mdi:invoice-text-remove",
"dump_log_objects": "mdi:invoice-export-outline",
"start_log_object_sources": "mdi:play",
"stop_log_object_sources": "mdi:stop",
"lru_stats": "mdi:chart-areaspline",
"log_thread_frames": "mdi:format-list-bulleted",
"log_event_loop_scheduled": "mdi:calendar-clock"
}
}