hawtio / hawtio-kubernetes

hawtio plugin for working with kubernetes
Apache License 2.0
24 stars 14 forks source link

The connect dialog has little blue button #21

Closed davsclaus closed 9 years ago

davsclaus commented 9 years ago

When trying to connect to a JVM container (eg jolokia)

screen shot 2015-04-30 at 11 21 44 am

Its the CSS style / html that is wrong. The red button is an input and the blue is a button, and then they get different shape and size.

<div class="modal-footer">
      <input class="btn btn-danger" ng-show="true" type="submit" value="Connect" ng-click="submit()">
      <button class="btn btn-primary ng-binding" ng-click="cancel()"></button>
    </div>
jstrachan commented 9 years ago

agreed. I suspect when on OpenShift we probably don't even need the user/pwd dialog too

davsclaus commented 9 years ago

The problem is the cancel button has no text, setting it to Cancel shows the button nicely.

davsclaus commented 9 years ago

Yeah not even sure if those values are in use. I just tried username = foo, and password = bar, on os1 and I connected to the library-app-jolokia pod