You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ij...@apache.org on 2014/06/19 15:18:59 UTC

svn commit: r1603873 - /jena/Experimental/jena-fuseki2/src/main/webapp/js/app/templates/dataset-management.tpl

Author: ijd
Date: Thu Jun 19 13:18:59 2014
New Revision: 1603873

URL: http://svn.apache.org/r1603873
Log:
Fix action to add data to dataset from mangement list view

Modified:
    jena/Experimental/jena-fuseki2/src/main/webapp/js/app/templates/dataset-management.tpl

Modified: jena/Experimental/jena-fuseki2/src/main/webapp/js/app/templates/dataset-management.tpl
URL: http://svn.apache.org/viewvc/jena/Experimental/jena-fuseki2/src/main/webapp/js/app/templates/dataset-management.tpl?rev=1603873&r1=1603872&r2=1603873&view=diff
==============================================================================
--- jena/Experimental/jena-fuseki2/src/main/webapp/js/app/templates/dataset-management.tpl (original)
+++ jena/Experimental/jena-fuseki2/src/main/webapp/js/app/templates/dataset-management.tpl Thu Jun 19 13:18:59 2014
@@ -18,7 +18,7 @@
                 <a class="btn btn-sm action remove btn-primary" data-mgmt-uri='<%= ds.mgmtURL() %>' data-ds-id='<%= ds.name() %>'><i class='fa fa-times-circle'></i> remove</a>
                 <a class="btn btn-sm action backup btn-primary" data-uri='<%= ds.mgmtURL() %>'><i class='fa fa-download'></i> backup</a>
                 <a class="btn btn-sm action configure btn-primary" href="admin-dataset-details.html#<%= ds.name() %>"><i class='fa fa-wrench'></i> configure</a>
-                <a class="btn btn-sm action add-data btn-primary" href="upload.html?ds=<%= ds.name %>'><i class='fa fa-plus-circle'></i> add data</a>
+                <a class="btn btn-sm action add-data btn-primary" href="dataset.html?tab=upload&ds=<%= ds.name() %>"><i class='fa fa-plus-circle'></i> add data</a>
               </div>
               <div class="action feedback"></a>
             </td>