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 baabc173..521689ad 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 fc6adc45..7f8dfe76 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" + } } }