roshiro/openws_one

View on GitHub

Showing 2 of 90 total issues

Function render has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    let msg = null;
    if(this.props.collections.length == 0) {
      msg = <span className='muted'>You don't have any collections for this application yet.</span>
    }
Severity: Minor
Found in ui/src/components/CollectionList.js - About 1 hr to fix

    Function render has 33 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      render() {
        return (
          <div className="application-list">
            <div className='page-actions'>
              <Button as={Link} primary to='/new_application'>
    Severity: Minor
    Found in ui/src/components/ApplicationList.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language