From 14cc05e5d31f41d892c847a3a93cb854d5516897 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Tue, 4 Feb 2025 12:09:17 -0500 Subject: [PATCH] comment --- src/app/Shared/Services/Capabilities.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/Shared/Services/Capabilities.tsx b/src/app/Shared/Services/Capabilities.tsx index c88553eca..702cf08bc 100644 --- a/src/app/Shared/Services/Capabilities.tsx +++ b/src/app/Shared/Services/Capabilities.tsx @@ -17,6 +17,8 @@ import * as React from 'react'; interface Capabilities { fileUploads: boolean; + // false to disable the feature, true to enable using the default mechanism of + // pulling the URL from the Cryostat server, truthy string to override the URL openGrafana: string | boolean; } const defaultCapabilities: Capabilities = {