From efbdb672f216263a3ddb31661cfc07dedbaa9e1d Mon Sep 17 00:00:00 2001 From: rozetko Date: Wed, 5 Jul 2023 23:35:28 +0300 Subject: [PATCH] Grafana review fix && fix CI build failing (#79) * rm ng-if * CI: fix build failing pt.2 * hotfix --- .circleci/config.yml | 2 +- src/components/AppConfig.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6ce20dd..4591251 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ aliases: defaults: &defaults working_directory: ~/kentik-connect-app docker: - - image: circleci/node:14-stretch-browsers + - image: cimg/node:16.20.1-browsers environment: PLUGIN_NAME: kentik-connect-app diff --git a/src/components/AppConfig.tsx b/src/components/AppConfig.tsx index 058a339..626f79d 100644 --- a/src/components/AppConfig.tsx +++ b/src/components/AppConfig.tsx @@ -275,7 +275,7 @@ export const AppConfig = ({ plugin }: Props) => { {isConfigured() && state.apiError && ( -
+
Invalid API credentials. This app won`t work until the credentials are updated.