From 4c07382dd3d2c7b81d4b515d3837e092aa346df5 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 16 Apr 2021 16:26:06 +0100 Subject: [PATCH] Adds ability to use Font Awesome for icon image --- src/components/LinkItems/ItemIcon.vue | 66 +++++++++++---------------- src/data/conf.yml | 16 ------- 2 files changed, 27 insertions(+), 55 deletions(-) diff --git a/src/components/LinkItems/ItemIcon.vue b/src/components/LinkItems/ItemIcon.vue index 806ea1c3..5a3936f5 100644 --- a/src/components/LinkItems/ItemIcon.vue +++ b/src/components/LinkItems/ItemIcon.vue @@ -1,15 +1,12 @@ diff --git a/src/data/conf.yml b/src/data/conf.yml index efccf6dc..f91da606 100644 --- a/src/data/conf.yml +++ b/src/data/conf.yml @@ -2,23 +2,12 @@ pageInfo: title: Hello World description: 'This is a demo' -appConfig: - theme: 'default' - externalStyleSheet: 'https://bootswatch.com/4/solar/bootstrap.min.css' - cssThemes: ['hello', 'world'] - enableFontAwesome: true - fontAwesomeKey: '' - hiddenComponents: - - footer: true - navigation: false - pageTitle: false sections: - name: Firewall items: - title: OPNsense description: Firewall Central Management icon: networking/opnsense.png - iconType: img target: iframe url: https://192.168.1.1 - title: NetData @@ -28,27 +17,22 @@ sections: - title: MalTrail description: Malicious traffic detection system icon: networking/maltrail.png - iconType: img url: http://192.168.1.1:8338 - title: Ntopng description: Network traffic probe and network use monitor icon: networking/ntop.png - iconType: img url: http://192.168.1.1:3001 - title: Sensei description: Additional data features icon: networking/sensei.png - iconType: img url: https://192.168.1.1/ui/sensei/ - title: Monit description: Status of firewall system alerts icon: networking/monit.png - iconType: img url: https://192.168.1.1/ui/monit/status - title: Firewall Logs description: Real-time view of firewall data and logs icon: networking/logs.png - iconType: img url: https://192.168.1.1/ui/diagnostics/firewall/log - title: WireGuard description: Manage WireGuard client and server on firewall