Remove dummy schemes

pull/2699/head
Luke Morris 2018-02-09 16:02:12 -08:00
parent c136a2f5f0
commit c7cb94f650
1 changed files with 1 additions and 6 deletions
ui/src/admin/components/chronograf

View File

@ -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 (