diff --git a/frontend/vue/components/Stations/Profile/BackendPanel.vue b/frontend/vue/components/Stations/Profile/BackendPanel.vue index 4674703bd..bfc637990 100644 --- a/frontend/vue/components/Stations/Profile/BackendPanel.vue +++ b/frontend/vue/components/Stations/Profile/BackendPanel.vue @@ -4,8 +4,7 @@

AutoDJ Service - Running - Not Running +
{{ backendName }}

@@ -42,6 +41,7 @@ diff --git a/frontend/vue/components/Stations/Profile/Common/RunningBadge.vue b/frontend/vue/components/Stations/Profile/Common/RunningBadge.vue new file mode 100644 index 000000000..122d9c51e --- /dev/null +++ b/frontend/vue/components/Stations/Profile/Common/RunningBadge.vue @@ -0,0 +1,26 @@ + + + diff --git a/frontend/vue/components/Stations/Profile/FrontendPanel.vue b/frontend/vue/components/Stations/Profile/FrontendPanel.vue index ed6f4af0b..0ca33b7bb 100644 --- a/frontend/vue/components/Stations/Profile/FrontendPanel.vue +++ b/frontend/vue/components/Stations/Profile/FrontendPanel.vue @@ -3,8 +3,8 @@

Broadcasting Service - Running - Not Running + +
{{ frontendName }}

@@ -96,6 +96,7 @@ import {FRONTEND_ICECAST, FRONTEND_SHOUTCAST} from '~/components/Entity/RadioAdapters.js'; import CopyToClipboardButton from '~/components/Common/CopyToClipboardButton'; import Icon from '~/components/Common/Icon'; +import RunningBadge from "./Common/RunningBadge.vue"; export const profileFrontendProps = { props: { @@ -114,7 +115,7 @@ export const profileFrontendProps = { export default { inheritAttrs: false, - components: {Icon, CopyToClipboardButton}, + components: {RunningBadge, Icon, CopyToClipboardButton}, mixins: [profileFrontendProps], props: { np: Object diff --git a/frontend/vue/components/Stations/Profile/PublicPagesPanel.vue b/frontend/vue/components/Stations/Profile/PublicPagesPanel.vue index f9258b0fb..0a2ef1e59 100644 --- a/frontend/vue/components/Stations/Profile/PublicPagesPanel.vue +++ b/frontend/vue/components/Stations/Profile/PublicPagesPanel.vue @@ -4,7 +4,7 @@

Public Pages - Enabled +

@@ -61,7 +61,7 @@

Public Pages - Disabled +

@@ -77,6 +77,7 @@