Skip to content

Commit

Permalink
fixes #321 so all the ways to connect to another JVM are in the JVM t…
Browse files Browse the repository at this point in the history
…ab now
  • Loading branch information
jstrachan committed May 3, 2013
1 parent 2b4344c commit 06944b6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions hawtio-web/src/main/webapp/app/core/html/preferences.html
Expand Up @@ -16,15 +16,6 @@
</div>
</div>

<div class="control-group">
<label class="control-label" for="url">Go to server</label>

<div class="controls">
<input id="url" name="url" type="text" placeholder="http://host:port/jolokia" ng-model="url"/>
<input type="submit" value="Go To Server" class="btn" ng-disabled="!url" ng-click="gotoServer(url)" title="Opens a new browser window connecting to the given JVM process via its Jolokia servlet URL">
</div>
</div>

<div class="control-group">
<label class="control-label">Auto Refresh</label>
<div class="controls">
Expand Down

0 comments on commit 06944b6

Please sign in to comment.