diff --git a/platypush/backend/http/webapp/src/assets/icons.json b/platypush/backend/http/webapp/src/assets/icons.json index 70bf4457..5f535088 100644 --- a/platypush/backend/http/webapp/src/assets/icons.json +++ b/platypush/backend/http/webapp/src/assets/icons.json @@ -113,6 +113,9 @@ "sound": { "class": "fa fa-microphone" }, + "system": { + "class": "fas fa-microchip" + }, "tts": { "class": "far fa-comment" }, diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/CpuInfo.vue b/platypush/backend/http/webapp/src/components/panels/Entities/CpuInfo.vue new file mode 100644 index 00000000..e641ed6b --- /dev/null +++ b/platypush/backend/http/webapp/src/components/panels/Entities/CpuInfo.vue @@ -0,0 +1,218 @@ + + + + + diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/meta.json b/platypush/backend/http/webapp/src/components/panels/Entities/meta.json index 9df02b28..93de899f 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/meta.json +++ b/platypush/backend/http/webapp/src/components/panels/Entities/meta.json @@ -15,6 +15,14 @@ } }, + "cpu_info": { + "name": "System", + "name_plural": "System", + "icon": { + "class": "fas fa-microchip" + } + }, + "current_sensor": { "name": "Sensor", "name_plural": "Sensors",