Avoid Traefik Pilot iframe code in Traefik webui regarding notifications
This commit is contained in:
parent
cd1f03d4f4
commit
b980c87eff
8 changed files with 143 additions and 198 deletions
|
@ -1,7 +1,5 @@
|
|||
<template>
|
||||
<page-default>
|
||||
<platform-notification />
|
||||
|
||||
<section class="app-section">
|
||||
<div class="app-section-wrap app-boxed app-boxed-xl q-pl-md q-pr-md q-pt-xl q-pb-lg">
|
||||
<div class="row no-wrap items-center q-mb-lg app-title">
|
||||
|
@ -151,7 +149,6 @@ import PanelEntry from '../../components/dashboard/PanelEntry'
|
|||
import PanelChart from '../../components/dashboard/PanelChart'
|
||||
import PanelFeature from '../../components/dashboard/PanelFeature'
|
||||
import PanelProvider from '../../components/dashboard/PanelProvider'
|
||||
import PlatformNotification from '../../components/platform/PlatformNotification'
|
||||
|
||||
export default {
|
||||
name: 'PageDashboardIndex',
|
||||
|
@ -161,8 +158,7 @@ export default {
|
|||
PanelEntry,
|
||||
PanelChart,
|
||||
PanelFeature,
|
||||
PanelProvider,
|
||||
PlatformNotification
|
||||
PanelProvider
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue