From 2e98b9468577fd482d36123426ff0f4ae542f560 Mon Sep 17 00:00:00 2001 From: "Buster \"Silver Eagle\" Neece" Date: Sat, 11 Sep 2021 11:02:37 -0500 Subject: [PATCH] Fix issue with attributes on station profile. --- frontend/vue/Stations/Profile.vue | 1 + frontend/vue/Stations/Profile/BackendNonePanel.vue | 6 ++++++ frontend/vue/Stations/Profile/BackendPanel.vue | 9 +++++---- frontend/vue/Stations/Profile/EmbedModal.vue | 5 +++-- frontend/vue/Stations/Profile/FrontendPanel.vue | 7 ++++--- frontend/vue/Stations/Profile/HeaderPanel.vue | 3 ++- frontend/vue/Stations/Profile/NowPlayingPanel.vue | 7 ++++--- frontend/vue/Stations/Profile/PublicPagesPanel.vue | 11 ++++++----- frontend/vue/Stations/Profile/RequestsPanel.vue | 7 ++++--- frontend/vue/Stations/Profile/SchedulePanel.vue | 1 + frontend/vue/Stations/Profile/StreamersPanel.vue | 7 ++++--- frontend/vue/Stations/Profile/StreamsPanel.vue | 5 +++-- 12 files changed, 43 insertions(+), 26 deletions(-) diff --git a/frontend/vue/Stations/Profile.vue b/frontend/vue/Stations/Profile.vue index 48aa962f5..e62b3dd58 100644 --- a/frontend/vue/Stations/Profile.vue +++ b/frontend/vue/Stations/Profile.vue @@ -52,6 +52,7 @@ import {BACKEND_NONE, FRONTEND_REMOTE} from '../Entity/RadioAdapters.js'; import NowPlaying from '../Entity/NowPlaying'; export default { + inheritAttrs: false, components: { ProfileBackend, ProfileBackendNone, diff --git a/frontend/vue/Stations/Profile/BackendNonePanel.vue b/frontend/vue/Stations/Profile/BackendNonePanel.vue index 0249786a3..8a84d17d3 100644 --- a/frontend/vue/Stations/Profile/BackendNonePanel.vue +++ b/frontend/vue/Stations/Profile/BackendNonePanel.vue @@ -8,3 +8,9 @@ + + diff --git a/frontend/vue/Stations/Profile/BackendPanel.vue b/frontend/vue/Stations/Profile/BackendPanel.vue index 2c5dc83eb..0a176b29c 100644 --- a/frontend/vue/Stations/Profile/BackendPanel.vue +++ b/frontend/vue/Stations/Profile/BackendPanel.vue @@ -38,7 +38,7 @@ diff --git a/frontend/vue/Stations/Profile/NowPlayingPanel.vue b/frontend/vue/Stations/Profile/NowPlayingPanel.vue index 3d40ff66e..7c22a5df5 100644 --- a/frontend/vue/Stations/Profile/NowPlayingPanel.vue +++ b/frontend/vue/Stations/Profile/NowPlayingPanel.vue @@ -104,7 +104,7 @@