VIVO-237 changed "attach to TBox" function to "attach snapshot to ontology" using in-memory copies so older ingest examples should still work while avoiding a performance hit.
This commit is contained in:
parent
9ef5e783a3
commit
4202f30ea7
2 changed files with 5 additions and 10 deletions
|
@ -96,7 +96,7 @@ function init(){
|
|||
<input type="hidden" name="action" value="attachModel"/>
|
||||
<input type="hidden" name="modelName" value="${modelName}"/>
|
||||
<input type="hidden" name="modelType" value="${modelType}"/>
|
||||
<input type="submit" name="submit" value="attach to TBox (ontology)"/>
|
||||
<input type="submit" name="submit" value="attach snapshot to ontology"/>
|
||||
</form>
|
||||
</td>
|
||||
<td>
|
||||
|
@ -104,7 +104,7 @@ function init(){
|
|||
<input type="hidden" name="action" value="detachModel"/>
|
||||
<input type="hidden" name="modelName" value="${modelName}"/>
|
||||
<input type="hidden" name="modelType" value="${modelType}"/>
|
||||
<input type="submit" name="submit" value="detach from TBox (ontology)"/>
|
||||
<input type="submit" name="submit" value="detach snapshot from ontology"/>
|
||||
</form>
|
||||
</td>
|
||||
<td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue