Skip to content

Commit

Permalink
Grafana review fix && fix CI build failing (#79)
Browse files Browse the repository at this point in the history
* rm ng-if

* CI: fix build failing pt.2

* hotfix
  • Loading branch information
rozetko authored Jul 5, 2023
1 parent c7a6dc8 commit efbdb67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/components/AppConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export const AppConfig = ({ plugin }: Props) => {
</Field>

{isConfigured() && state.apiError && (
<div className="gf-form" ng-if="ctrl.apiError && ctrl.appModel.enabled">
<div className="gf-form">
<i className={`fa fa-exclamation-circle ${s.colorError}`}>
<span className={s.marginLeft}>
Invalid API credentials. This app won`t work until the credentials are updated.
Expand Down

0 comments on commit efbdb67

Please sign in to comment.