Giter Club home page Giter Club logo

crc-react-components's People

Contributors

evidolob avatar gbraad avatar

Stargazers

 avatar

Watchers

 avatar

crc-react-components's Issues

Spike second 'screen' for MiniStatusWindow

Add card:

  • For Podman a more detailed state showing how many containers are running.
  • For OpenShift; the current context selected (?)
  • In general we can show CPU and memory usage

Visualize this as a carousel that slides left and right?

Basic validation and/or show more details about the provided pull-secret

To prevent issues with the pull-secret, the component could perform basic validation.

When the pull secret has been pasted, it is checked for JSON-wellformedness. If not, the outer edge can turn red, and a callback can be given/variable set isValid = false;

It could even be possible to read basic data from the pull-secret. As the pull-secret takes the form of:

{
  "auths": {
    "cloud.openshift.com": {
      "auth": "b3B...Q==",
      "email": "[email protected]"
    },
    "quay.io": {
      "auth": "b3B...Q==",
      "email": "[email protected]"
    },
    "registry.connect.redhat.com": {
      "auth": "NTA...w==",
      "email": "[email protected]"
    },
    "registry.redhat.io": {
      "auth": "NTA...w==",
      "email": "[email protected]"
    }
  }
}

we could show:

Provided pull-secret belongs to:
Email:   g***d@r***t.com

Note: this could additionally state that the 'validness' (not expired) will be checked by the cluster.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.