diff --git a/platypush/backend/http/webapp/src/components/Light/Group.vue b/platypush/backend/http/webapp/src/components/Light/Group.vue
index af348e67..e5397fff 100644
--- a/platypush/backend/http/webapp/src/components/Light/Group.vue
+++ b/platypush/backend/http/webapp/src/components/Light/Group.vue
@@ -24,15 +24,12 @@
@@ -235,16 +232,10 @@ export default {
}
}
- @media screen and (max-width: $tablet) {
- .view-title {
- display: none;
- }
-
- .icon {
- width: 100%;
- text-align: center;
- font-size: 1.2em;
- }
+ .icon {
+ width: 100%;
+ text-align: center;
+ font-size: 1.2em;
}
}
}
diff --git a/platypush/backend/http/webapp/src/components/widgets/Plugin/Index.vue b/platypush/backend/http/webapp/src/components/widgets/Plugin/Index.vue
new file mode 100644
index 00000000..0c0cba66
--- /dev/null
+++ b/platypush/backend/http/webapp/src/components/widgets/Plugin/Index.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+