kkhatua commented on a change in pull request #1692: DRILL-6562: Plugin
Management improvements
URL: https://github.com/apache/drill/pull/1692#discussion_r267457468
##########
File path: exec/java-exec/src/main/resources/rest/storage/list.ftl
##########
@@ -92,10 +92,10 @@
<button type="button" class="btn btn-primary"
onclick="location.href='/storage/${plugin.getName()}'">
Update
</button>
- <button type="button" class="btn btn-primary"
onclick="doEnable('${plugin.getName()}', true)">
+ <button type="button" class="btn btn-success"
onclick="doEnable('${plugin.getName()}', true)">
Enable
</button>
- <button type="button" class="btn btn-primary"
name="${plugin.getName()}" data-toggle="modal"
+ <button type="button" class="btn!" name="${plugin.getName()}"
data-toggle="modal"
Review comment:
`btn!` seems to be a typo.
Results in the Export buttons for Disabled plugins to not be rendered in a
standardized way.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services