From d950806e32438e0e2305f30f7de8a312748d897b Mon Sep 17 00:00:00 2001 From: mpana Date: Wed, 27 Feb 2019 16:12:24 +0200 Subject: [PATCH] removed cloudportal from archetype as the overall service is functional without it --- site/config.toml | 2 +- site/content/incidents/portal-is-under-development.md | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 site/content/incidents/portal-is-under-development.md diff --git a/site/config.toml b/site/config.toml index 5f8486e..98bdbb3 100644 --- a/site/config.toml +++ b/site/config.toml @@ -13,4 +13,4 @@ title = "Spearhead Cloud Status" # You'll be able to change their status every time # you open or update an incident. # Replace these examples with your own system names. -systems = ["CloudAPI", "DNS", "Portal", "Docker API", "Code Repository", "Spearhead Cloud CLI Tools"] +systems = ["CloudAPI", "DNS", "Docker API", "Code Repository", "Spearhead Cloud CLI Tools"] diff --git a/site/content/incidents/portal-is-under-development.md b/site/content/incidents/portal-is-under-development.md deleted file mode 100644 index 5317b9f..0000000 --- a/site/content/incidents/portal-is-under-development.md +++ /dev/null @@ -1,10 +0,0 @@ -+++ -title = "Portal is under development." -date = 2018-07-16T08:56:40.000Z -severity = "under-maintenance" -affectedsystems = [ - "Portal" -] -resolved = false -+++ -The customer Portal does not yet exist as it is under development. \ No newline at end of file