diff --git a/platypush/backend/http/webapp/src/components/panels/Settings/Index.vue b/platypush/backend/http/webapp/src/components/panels/Settings/Index.vue
index baabc173a..521689ad6 100644
--- a/platypush/backend/http/webapp/src/components/panels/Settings/Index.vue
+++ b/platypush/backend/http/webapp/src/components/panels/Settings/Index.vue
@@ -5,6 +5,7 @@
v-if="selectedPanel === 'users' && currentUser" />
+
@@ -12,11 +13,12 @@
+
+
diff --git a/platypush/backend/http/webapp/src/components/panels/Settings/sections.json b/platypush/backend/http/webapp/src/components/panels/Settings/sections.json
index fc6adc452..7f8dfe768 100644
--- a/platypush/backend/http/webapp/src/components/panels/Settings/sections.json
+++ b/platypush/backend/http/webapp/src/components/panels/Settings/sections.json
@@ -11,5 +11,12 @@
"icon": {
"class": "fas fa-key"
}
+ },
+
+ "integrations": {
+ "name": "Integrations",
+ "icon": {
+ "class": "fas fa-puzzle-piece"
+ }
}
}