From 72d6200449a3fed52827067f0e1c1856324279b1 Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Thu, 22 Apr 2021 14:08:34 -0500 Subject: [PATCH] Change context for feature detection query MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s my belief that this is the most lightweight option. --- ui/app/services/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/services/system.js b/ui/app/services/system.js index aaabb069cd9..106987c6a39 100644 --- a/ui/app/services/system.js +++ b/ui/app/services/system.js @@ -163,7 +163,7 @@ export default class SystemService extends Service { method: 'POST', body: JSON.stringify({ Text: 'feature-detection-query', - Context: 'jobs', + Context: 'namespaces', }), });