Ver código fonte

feat(webapp): breaking news for today's outage

Nils Wisiol 4 anos atrás
pai
commit
7ad1f9234f
1 arquivos alterados com 10 adições e 0 exclusões
  1. 10 0
      webapp/src/views/Home.vue

+ 10 - 0
webapp/src/views/Home.vue

@@ -365,6 +365,16 @@ export default {
       },
       },
     ],
     ],
     breaking_news: [
     breaking_news: [
+      {
+        id: 'news-20201017001',
+        start: new Date(Date.UTC(2020, 10 - 1, 17)),  // first day of showing
+        end: new Date(Date.UTC(2020, 10 - 1, 20)),  // first day of not showing
+        icon: 'mdi-heart-broken',
+        teaser: 'deSEC API and web services have been unavailable on 17 Oct 2020 starting at 4:26 am UTC and resumed ' +
+            'normal operations at 10:13 am UTC. DNS operations continued throughout.',
+        button: 'deSEC Status Details',
+        href: '//desec-status.net/',
+      },
     ],
     ],
   })
   })
 }
 }