diff --git a/src/components/admin-lte/configure/index.js b/src/components/admin-lte/configure/index.js index 2f1ffa8..08f3b35 100644 --- a/src/components/admin-lte/configure/index.js +++ b/src/components/admin-lte/configure/index.js @@ -1,17 +1,31 @@ import React from "react" - -import { Content, Row, Col, Box } from "adminlte-2-react" +import PropTypes from "prop-types" +import { Content, Row, Col, Box, Inputs, Button } from "adminlte-2-react" import { FontAwesomeIcon } from "@fortawesome/react-fontawesome" +import BchWallet from "minimal-slp-wallet" -class Audit extends React.Component { - state = {} +const { Text } = Inputs + +let _this +class Configure extends React.Component { + constructor(props) { + super(props) + + _this = this + + this.state = { + JWT: "", + errMsg: "", + } + + _this.BchWallet = BchWallet + } render() { return ( - - + @@ -38,19 +52,117 @@ class Audit extends React.Component {

This is just a placeholder. This View will allow the user - to pick alternate back-end servers. The default will - be FullStack.cash + to pick alternate back-end servers. The default will be{" "} + + FullStack.cash +

- + + + + +

+ + JWT +

+ + +