From 5245072d88331f2bd2aa7e7085eba7c532105eb2 Mon Sep 17 00:00:00 2001 From: samdbeckham Date: Mon, 18 May 2020 17:52:15 +0100 Subject: [PATCH 1/2] Improves the operations empty state - Uses the GlEmptyState component - Adds tests for the new component --- .../components/dashboard/dashboard.vue | 74 ++++++++++--------- .../components/dashboard/dashboard_spec.js | 55 +++++++------- 2 files changed, 66 insertions(+), 63 deletions(-) diff --git a/ee/app/assets/javascripts/operations/components/dashboard/dashboard.vue b/ee/app/assets/javascripts/operations/components/dashboard/dashboard.vue index e0d36b308575fd..5da12866a747d0 100644 --- a/ee/app/assets/javascripts/operations/components/dashboard/dashboard.vue +++ b/ee/app/assets/javascripts/operations/components/dashboard/dashboard.vue @@ -1,6 +1,13 @@