You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ld...@apache.org on 2011/08/23 00:56:15 UTC

svn commit: r1160487 - /karaf/sandbox/pieber/karaf-webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/table/ActionsPanel.html

Author: ldywicki
Date: Mon Aug 22 22:56:15 2011
New Revision: 1160487

URL: http://svn.apache.org/viewvc?rev=1160487&view=rev
Log:
Make ActionsPanel markup extendable

Modified:
    karaf/sandbox/pieber/karaf-webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/table/ActionsPanel.html

Modified: karaf/sandbox/pieber/karaf-webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/table/ActionsPanel.html
URL: http://svn.apache.org/viewvc/karaf/sandbox/pieber/karaf-webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/table/ActionsPanel.html?rev=1160487&r1=1160486&r2=1160487&view=diff
==============================================================================
--- karaf/sandbox/pieber/karaf-webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/table/ActionsPanel.html (original)
+++ karaf/sandbox/pieber/karaf-webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/table/ActionsPanel.html Mon Aug 22 22:56:15 2011
@@ -16,6 +16,8 @@
                 </li>
             </ul>
         </div>
+
+        <wicket:child />
     </wicket:panel>
 
 </body>