diff --git a/src/components/FilterTile.vue b/src/components/FilterTile.vue index 296ce657..61a88936 100644 --- a/src/components/FilterTile.vue +++ b/src/components/FilterTile.vue @@ -14,7 +14,10 @@ title="Clear search" @click="clearFilterInput"> -
+
+ hello + world +
diff --git a/src/components/Header.vue b/src/components/Header.vue index 867f2d87..032f0ea1 100644 --- a/src/components/Header.vue +++ b/src/components/Header.vue @@ -1,6 +1,6 @@ @@ -15,6 +15,9 @@ export default { PageTitle, Nav, }, + props: { + pageInfo: Object, + }, }; diff --git a/src/components/PageTitle.vue b/src/components/PageTitle.vue index 80aef00c..2935038c 100644 --- a/src/components/PageTitle.vue +++ b/src/components/PageTitle.vue @@ -1,13 +1,17 @@ diff --git a/src/data/conf.yml b/src/data/conf.yml index 880b0a78..7e45d1b3 100644 --- a/src/data/conf.yml +++ b/src/data/conf.yml @@ -1,10 +1,9 @@ --- pageInfo: title: Hello World - description: '' + description: 'This is a demo' sections: - name: Firewall - collapsed: false items: - title: OPNsense description: Firewall Central Management @@ -47,7 +46,6 @@ sections: iconType: img url: https://192.168.1.1/ui/wireguard/general - name: DNS Device - collapsed: false items: - title: Pi-Hole description: DNS settings for ad & tracker blocking @@ -112,7 +110,6 @@ sections: icon: networking/grafana url: http://192.168.130.2:8091/ - name: Other Devices - collapsed: false items: - title: Modem description: ISP Router Modem Combo @@ -136,8 +133,6 @@ sections: iconType: img url: "/" - name: External Services - collapsed: true - cols: 1 items: - title: DuckDNS description: Dynamic DNS for fixed public IP @@ -170,8 +165,8 @@ sections: iconType: img url: https://myaccount.vodafone.co.uk/ - name: External Utilities - collapsed: false - cols: 1 + displayData: + collapsed: true items: - title: Public IP description: Check public IP and associated data diff --git a/src/views/Home.vue b/src/views/Home.vue index c1d0fb1e..37eccf40 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -1,6 +1,6 @@