mirror of https://gitee.com/bigwinds/arangodb
issue #309
This commit is contained in:
parent
f517aa0059
commit
512b9046c6
|
@ -85,6 +85,8 @@ v1.2.alpha (XXXX-XX-XX)
|
|||
v1.1.0 (XXXX-XX-XX)
|
||||
-------------------
|
||||
|
||||
* fixed issue #309: renamed stub "import" button from web interface
|
||||
|
||||
* fixed issue #304: do not clear AQL query text input when switching tabs in
|
||||
web interface
|
||||
|
||||
|
|
|
@ -171,11 +171,6 @@
|
|||
<a>Add Document</a>
|
||||
</button>
|
||||
|
||||
<form id="uploadFile" action="/_api/import/?collection=...&createCollection=false" method=POST enctype="multipart/form-data">
|
||||
<input id="uploadFileImport" type="submit" value="Import" />
|
||||
<input id="uploadFileSearch" type="file" name="filename" />
|
||||
</form>
|
||||
|
||||
<table cellpadding="0" cellspacing="0" border="0" class="display" id="documentsTableID" width="100%" style="table-layout:fixed">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue