Author: chirino
Date: Tue Jan 8 19:38:23 2013
New Revision: 1430460
URL: http://svn.apache.org/viewvc?rev=1430460&view=rev
Log:
Use a standard link to bring up the destination details.
Modified:
activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/index.html
Modified: activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/index.html
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/index.html?rev=1430460&r1=1430459&r2=1430460&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/index.html (original)
+++ activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/index.html Tue Jan
8 19:38:23 2013
@@ -152,9 +152,10 @@
<th>Consumers</th>
</tr>
{{#each App.DestinationsController}}
- <tr {{action "select" . target="App.DestinationsController" on="click"}}>
+ <tr>
<td>{{view Ember.Checkbox checkedBinding="checked"}}</td>
- <td><i class=" icon-zoom-in"></i> {{[0]}}</td><td>{{[1]}}</td><td>{{[2]}}</td><td>{{[3]}}</td><td>{{[4]}}</td>
+ <td><a href="#" {{action "select" . target="App.DestinationsController"
on="click"}}><i class=" icon-zoom-in"></i> {{[0]}}</a></td>
+ <td>{{[1]}}</td><td>{{[2]}}</td><td>{{[3]}}</td><td>{{[4]}}</td>
</tr>
{{/each}}
</tbody>
|