diff --git a/gca-admin-gurusoft-message-dashboard/src/components/SystemLinks.vue b/gca-admin-gurusoft-message-dashboard/src/components/SystemLinks.vue new file mode 100644 index 0000000..0e282bc --- /dev/null +++ b/gca-admin-gurusoft-message-dashboard/src/components/SystemLinks.vue @@ -0,0 +1,92 @@ + + + + + \ No newline at end of file diff --git a/gca-admin-gurusoft-message-dashboard/src/mocks/systemLinksMockData.json b/gca-admin-gurusoft-message-dashboard/src/mocks/systemLinksMockData.json new file mode 100644 index 0000000..fcb3f60 --- /dev/null +++ b/gca-admin-gurusoft-message-dashboard/src/mocks/systemLinksMockData.json @@ -0,0 +1,62 @@ +[ + { + "url": "https://report.gurusoft.no/", + "text": "Gurusoft hjemmeside", + "type": "admin", + "icon": "dashboard" + }, + { + "url": "https://www.gurusoft.no/ta-kontakt?utm_term=gurusoft&utm_campaign=Search+-+Gurusoft+-+Brand&utm_source=adwords&utm_medium=ppc&hsa_acc=1671275617&hsa_cam=21429497412&hsa_grp=164723437872&hsa_ad=704644852789&hsa_src=g&hsa_tgt=kwd-357983112442&hsa_kw=gurusoft&hsa_mt=b&hsa_net=adwords&hsa_ver=3&gad_source=1&gad_campaignid=21429497412&gbraid=0AAAAAC6-h5QA-Uem3fnf9a8Q7l0FhCFkF&gclid=CjwKCAjw3_PCBhA2EiwAkH_j4oYc5_RLO87_7JXoxRBwBR3sR7mHymCM5WRcyM_ORAb7kcmDvoi-HBoCxR4QAvD_BwE", + "text": "Kontakt oss", + "type": "internal", + "icon": "book" + }, + { + "url": "https://open.spotify.com/show/4iPq4aLAWHbsXpg0dKSGnY?si=c9ae69117a5740fd&nd=1&dlsi=328d8504668c4558", + "text": "Musikk innslag", + "type": "internal", + "icon": "support" + }, + { + "url": "https://www.company.com/privacy-policy", + "text": "Privacy Policy", + "type": "external", + "icon": "policy" + }, + { + "url": "https://www.company.com/terms-of-service", + "text": "Terms of Service", + "type": "what", + "icon": "terms" + }, + { + "url": "https://intranet.company.local/dashboard", + "text": "Admin Dashboard", + "type": "admin", + "icon": "dashboard" + }, + { + "url": "https://google.com", + "text": "Knowledge Base", + "type": "internal", + "icon": "book" + }, + { + "url": "https://intranet.company.local/support", + "text": "Support", + "type": "internal", + "icon": "support" + }, + { + "url": "https://www.company.com/privacy-policy", + "text": "Privacy Policy", + "type": "external", + "icon": "policy" + }, + { + "url": "https://www.company.com/terms-of-service", + "text": "Terms of Service", + "type": "what", + "icon": "terms" + } +] \ No newline at end of file