Avoid Traefik Pilot iframe code in Traefik webui regarding notifications

This commit is contained in:
Matthieu Hostache 2020-09-15 10:26:03 +02:00 committed by GitHub
parent cd1f03d4f4
commit b980c87eff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 143 additions and 198 deletions

View file

@ -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 {