kkhatua commented on a change in pull request #1350: DRILL-4580: Support for exporting storage plugin configurations URL: https://github.com/apache/drill/pull/1350#discussion_r199022055
########## File path: exec/java-exec/src/main/resources/rest/storage/list.ftl ########## @@ -38,6 +38,7 @@ <td style="border:none;"> <a class="btn btn-primary" href="/storage/${plugin.getName()}">Update</a> <a class="btn btn-default" onclick="doEnable('${plugin.getName()}', false)">Disable</a> + <a class="btn btn-default" href="/storage/${plugin.getName()}/export"">Export</a> Review comment: Should we do this for disabled plugins as well? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services