From c2b122298903e62adcd15d69aa3b61f8538d3f9d Mon Sep 17 00:00:00 2001 From: nicolethoen Date: Tue, 2 Apr 2019 11:31:31 -0400 Subject: [PATCH] Enable tab into Create button --- frontend/public/components/factory/list-page.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/components/factory/list-page.jsx b/frontend/public/components/factory/list-page.jsx index 630262d4172..02999dc83b6 100644 --- a/frontend/public/components/factory/list-page.jsx +++ b/frontend/public/components/factory/list-page.jsx @@ -181,7 +181,7 @@ export const FireMan_ = connect(null, {filterList: k8sActions.filterList})( if (canCreate) { if (createProps.to) { createLink = - + ; } else if (createProps.items) { createLink =
@@ -189,7 +189,7 @@ export const FireMan_ = connect(null, {filterList: k8sActions.filterList})(
; } else { createLink =
- +
; } }