mirror of https://gitee.com/bigwinds/arangodb
Added view templates for generated Foxx apps
This commit is contained in:
parent
275503224e
commit
3fdffe3367
|
@ -0,0 +1,6 @@
|
||||||
|
<script id="modalDownloadFoxx.ejs" type="text/template">
|
||||||
|
<div>
|
||||||
|
Your new Foxx Application is ready for download.
|
||||||
|
You can edit it on your local system and repack it in a zip file to publish it on ArangoDB.
|
||||||
|
</div>
|
||||||
|
</script>
|
|
@ -0,0 +1,7 @@
|
||||||
|
<script id="modalFoxxDevPath.ejs" type="text/template">
|
||||||
|
<div>
|
||||||
|
We have generated a new Foxx Application in development mode for you.
|
||||||
|
You can find the Application on the ArangoDB machine within the following path:<br />
|
||||||
|
<span><%=content.path %></span>
|
||||||
|
</div>
|
||||||
|
</script>
|
Loading…
Reference in New Issue