diff --git a/src/components/IframeModal.vue b/src/components/IframeModal.vue
index fa1281ff..ccd5e9d3 100644
--- a/src/components/IframeModal.vue
+++ b/src/components/IframeModal.vue
@@ -1,7 +1,8 @@
-
-
+
+ Close
+ x
+
@@ -9,17 +10,24 @@
export default {
name: 'IframeModal',
props: {
- url: String,
+ name: String,
},
+ data: () => ({
+ url: '#',
+ }),
methods: {
- show: function show() {
- this.$modal.show('iframe-modal');
+ show: function show(url) {
+ this.url = url;
+ this.$modal.show(this.name);
+ },
+ hide: function hide() {
+ this.$modal.hide(this.name);
},
},
};
-
diff --git a/src/components/Item.vue b/src/components/Item.vue
index 02d6827c..3c9970b1 100644
--- a/src/components/Item.vue
+++ b/src/components/Item.vue
@@ -1,32 +1,30 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/data/conf.yml b/src/data/conf.yml
index bb81f129..d7dad9c8 100644
--- a/src/data/conf.yml
+++ b/src/data/conf.yml
@@ -21,12 +21,12 @@ sections:
description: Malicious traffic detection system
icon: networking/maltrail.png
iconType: img
- url: 192.168.1.1:8338
+ url: http://192.168.1.1:8338
- title: Ntopng
description: Network traffic probe and network use monitor
icon: networking/ntop.png
iconType: img
- url: 192.168.1.1:3001
+ url: http://192.168.1.1:3001
- title: Sensei
description: Additional data features
icon: networking/sensei.png
@@ -143,7 +143,7 @@ sections:
- title: Switch
description: Manage VLANs on Ubiquity Ethernet switch
icon: ''
- url: "/"
+ url: "#"
- name: External Utilities
displayData:
collapsed: true