Prometheus: Azure auth update select and input to not use legacy components (#78774)

update select and input to not use legacy components
pull/78811/head
Brendan O'Handley 2 years ago committed by GitHub
parent f53839e4fd
commit ff7dd17c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      public/app/plugins/datasource/prometheus/configuration/AzureCredentialsForm.tsx

@ -3,9 +3,7 @@ import React, { ChangeEvent, useEffect, useMemo, useReducer, useState } from 're
import { SelectableValue } from '@grafana/data'; import { SelectableValue } from '@grafana/data';
import { config } from '@grafana/runtime'; import { config } from '@grafana/runtime';
import { InlineFormLabel, Button } from '@grafana/ui/src/components'; import { InlineFormLabel, Button, Select, Input } from '@grafana/ui';
import { Input } from '@grafana/ui/src/components/Forms/Legacy/Input/Input';
import { Select } from '@grafana/ui/src/components/Forms/Legacy/Select/Select';
import { AzureAuthType, AzureCredentials, isCredentialsComplete } from './AzureCredentials'; import { AzureAuthType, AzureCredentials, isCredentialsComplete } from './AzureCredentials';

Loading…
Cancel
Save