Commit 00f5d171 authored by Mantas Vilčinskas's avatar Mantas Vilčinskas
Browse files

Small changes. Laying the groundwork for timeago.js

parent 54f521f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
---
title: Maintenance Window
date: 2018-06-13 15:54:00
date: 2020-06-13 15:54:00
resolved: true
resolvedWhen: 2018-06-13 16:54:00
resolvedWhen: 2020-06-13 16:54:00
# Possible severity levels: down, disrupted, notice
severity: disrupted
affected:
+12 −0
Original line number Diff line number Diff line
@@ -147,3 +147,15 @@
  translation: Recently, based on average data, it looks like this system has gone down for about
- id: averageSystemsDowntimeSecondPart
  translation: minutes at a time.


##
## v4.4
##

- id: in
  translation: in
- id: weeksAgo
  translation: "w"
- id: yearAgo
  translation: " metus"
 No newline at end of file
+12 −0
Original line number Diff line number Diff line
@@ -147,3 +147,15 @@
  translation: Pastaruoju metu, regis, šis komponentas sutrikimų metu neveikia apie
- id: averageSystemsDowntimeSecondPart
  translation: min.


##
## v4.4
##

- id: in
  translation: in
- id: weeksAgo
  translation: " sav." # has to include space
- id: yearAgo
  translation: " metus"
 No newline at end of file
+10 −0
Original line number Diff line number Diff line
@@ -38,6 +38,9 @@ collections:
      - label: Drafts
        field: draft
        pattern: true
      - label: Published (not a draft)
        field: draft
        pattern: false
      - label: "High severity (down)"
        field: severity
        pattern: 'down'
@@ -77,6 +80,13 @@ collections:
    folder: "content/pages"
    create: true
    slug: "{{slug}}"
    view_filters:
      - label: Drafts
        field: draft
        pattern: true
      - label: Published (not a draft)
        field: draft
        pattern: false
    fields:
      - {label: "Title", name: "title", widget: "string"}
      - {label: "Hide this from the site (make it a draft) 👀", name: "draft", widget: "boolean", required: false, default: false}