From 9d446209dfcf07b7e6cde1d57d356b3197f34de4 Mon Sep 17 00:00:00 2001 From: ameliabauerly Date: Wed, 30 Sep 2020 12:11:39 -0700 Subject: [PATCH] Adding escalation and on-call empty states --- dist/illustrations.json | 10 +++++++++- dist/illustrations/empty-state/empty-escalation.svg | 1 + dist/illustrations/empty-state/empty-on-call.svg | 1 + illustrations/empty-state/empty-escalation.svg | 1 + illustrations/empty-state/empty-on-call.svg | 1 + 5 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 dist/illustrations/empty-state/empty-escalation.svg create mode 100644 dist/illustrations/empty-state/empty-on-call.svg create mode 100644 illustrations/empty-state/empty-escalation.svg create mode 100644 illustrations/empty-state/empty-on-call.svg diff --git a/dist/illustrations.json b/dist/illustrations.json index a84b91c1..98d5e4a0 100644 --- a/dist/illustrations.json +++ b/dist/illustrations.json @@ -1,5 +1,5 @@ { - "illustrationCount": 148, + "illustrationCount": 150, "illustrations": [ { "name": "illustrations/Dependency-list-empty-state.svg", @@ -121,10 +121,18 @@ "name": "illustrations/empty-state/empty-deploy-keys-lg.svg", "size": 4475 }, + { + "name": "illustrations/empty-state/empty-escalation.svg", + "size": 2031 + }, { "name": "illustrations/empty-state/empty-gitlab-pages.svg", "size": 3349 }, + { + "name": "illustrations/empty-state/empty-on-call.svg", + "size": 2049 + }, { "name": "illustrations/empty-state/empty-removed-projects-lg.svg", "size": 3173 diff --git a/dist/illustrations/empty-state/empty-escalation.svg b/dist/illustrations/empty-state/empty-escalation.svg new file mode 100644 index 00000000..3990af5a --- /dev/null +++ b/dist/illustrations/empty-state/empty-escalation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/illustrations/empty-state/empty-on-call.svg b/dist/illustrations/empty-state/empty-on-call.svg new file mode 100644 index 00000000..ead42b93 --- /dev/null +++ b/dist/illustrations/empty-state/empty-on-call.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/illustrations/empty-state/empty-escalation.svg b/illustrations/empty-state/empty-escalation.svg new file mode 100644 index 00000000..a9c5f360 --- /dev/null +++ b/illustrations/empty-state/empty-escalation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/illustrations/empty-state/empty-on-call.svg b/illustrations/empty-state/empty-on-call.svg new file mode 100644 index 00000000..0efbbb31 --- /dev/null +++ b/illustrations/empty-state/empty-on-call.svg @@ -0,0 +1 @@ + \ No newline at end of file -- GitLab