Merge remote-tracking branch 'manage/master' into subtree
this merges master branch of https://github.com/helma-org/apps-manage-mirror into helma
This commit is contained in:
commit
ca2b08a5df
58 changed files with 2678 additions and 0 deletions
11
apps/manage/Application/head.skin
Normal file
11
apps/manage/Application/head.skin
Normal file
|
@ -0,0 +1,11 @@
|
|||
<p><big>AppManager <% this.title %></big>
|
||||
<% this.description prefix="<br/>" %>
|
||||
<br/>
|
||||
->
|
||||
<a href="<% this.href action="api" %>/read">showAPI</a> |
|
||||
<a href="<% this.href action="api" %>/render">renderAPI</a> |
|
||||
<a href="<% this.url %>">public</a> |
|
||||
<a href="<% root.href action="main" %>?app=<% this.title %>&action=flush">flush</a> |
|
||||
<a href="<% root.href action="main" %>?app=<% this.title %>&action=restart">restart</a> |
|
||||
<a href="<% root.href action="main" %>?app=<% this.title %>&action=stop">stop</a>
|
||||
</p>
|
Loading…
Add table
Add a link
Reference in a new issue