diff --git a/platypush/backend/http/webapp/src/views/Panel.vue b/platypush/backend/http/webapp/src/views/Panel.vue index c8497ef2..43a85d15 100644 --- a/platypush/backend/http/webapp/src/views/Panel.vue +++ b/platypush/backend/http/webapp/src/views/Panel.vue @@ -58,7 +58,7 @@ export default { methods: { initSelectedPanel() { - const match = this.$route.hash.match('#?([a-zA-Z0-9.]+)[?]?(.*)') + const match = this.$route.hash.match(/^#?([a-zA-Z0-9_.]+)(\?(.+?))?/) const plugin = match ? match[1] : 'entities' if (plugin?.length) this.selectedPanel = plugin