Remove dummy schemes
parent
c136a2f5f0
commit
c7cb94f650
ui/src/admin/components/chronograf
|
@ -39,12 +39,7 @@ class ProvidersTable extends Component {
|
||||||
mappings.length === 1 ? '1 Map' : `${mappings.length} Maps`
|
mappings.length === 1 ? '1 Map' : `${mappings.length} Maps`
|
||||||
|
|
||||||
// define scheme options
|
// define scheme options
|
||||||
const SCHEMES = [
|
const SCHEMES = [{text: '*'}, {text: 'oauth2'}]
|
||||||
{text: '*'},
|
|
||||||
{text: 'oauth2'},
|
|
||||||
{text: 'option2'},
|
|
||||||
{text: 'option3'},
|
|
||||||
]
|
|
||||||
|
|
||||||
if (isLoading) {
|
if (isLoading) {
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue