vmware-archive / gangway

An application that can be used to easily enable authentication flows via OIDC for a kubernetes cluster.
Apache License 2.0
410 stars 113 forks source link

UI Improvements #136

Open jbrunner opened 5 years ago

jbrunner commented 5 years ago

The Gangway UI should not depend on external CDN ressources (css/js/fonts) because:

Gangway is primarily used to authenticate users. Therefore the code snippet installs kubectl should be placed below the snippet creates the context.

The copy button should be as large and visible as the download button.

what are the scripts js/materialize.js and js/init.js in home.tmpl for? This files are missing.

Is there really a need, for a mobile view?

Is syntax highlighting really required?

If you agree with the proposal, I will gladly make a merge request.

menardorama commented 4 years ago

Totally agreed, we are using gangway in a secure location without internet access and it's an issue for us

Thanks