mirror of https://gitee.com/bigwinds/arangodb
Added a template for the fishbowl list of apps
This commit is contained in:
parent
5e6e8caeaa
commit
7f74892480
|
@ -0,0 +1,15 @@
|
|||
<script id="applicationListView.ejs" type="text/template">
|
||||
<tr class="foxx-store-row">
|
||||
<td class="foxx-store-main">
|
||||
<div class="foxx-name"><%=name%></div>
|
||||
<div class="foxx-author"><%=author%></div>
|
||||
<div class="foxx-description"><%=description%></div>
|
||||
</td>
|
||||
<td class="foxx-store-version">
|
||||
<div class="foxx-version"><%=latestVersion%></div>
|
||||
</td>
|
||||
<td class="foxx-store-install">
|
||||
<button class="button-success install-app" appId="<%=name %>" appVersion="<%=latestVersion %>">Install</button>
|
||||
</td>
|
||||
</tr>
|
||||
</script>
|
Loading…
Reference in New Issue