mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
This commit is contained in:
commit
cecad6a3f8
|
@ -1,5 +1,5 @@
|
|||
window.FoxxCollection = Backbone.Collection.extend({
|
||||
model: window.Foxx,
|
||||
|
||||
url: "http://localhost:8529/aardvark/foxxes"
|
||||
url: "http://localhost:8529/aardvark/aardvark/foxxes"
|
||||
});
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
<small>
|
||||
<div class="plain">
|
||||
<h5 class="blubbelParty"><%= attributes.title %></h5>
|
||||
<h5 class="applicationName"><%= attributes.name %></h5>
|
||||
<p>
|
||||
Description: <%=attributes.description %><br />
|
||||
Mount-Point: <%=attributes.mount %><br />
|
||||
Mount-Point: <%=attributes.installPath %><br />
|
||||
Version: <%=attributes.version %><br />
|
||||
Git: <a href=<%=attributes.git %>>Repository</a>
|
||||
Prefix: <%=attributes.dbPrefix%><br />
|
||||
<!--Git: <a href=<%=attributes.git %>>Repository</a>-->
|
||||
</p>
|
||||
</div>
|
||||
</small>
|
Loading…
Reference in New Issue