vdiravka commented on a change in pull request #1692: DRILL-6562: Plugin
Management improvements
URL: https://github.com/apache/drill/pull/1692#discussion_r267504284
##########
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:
yes, this is type. I changed it, but didn't push that change.
Fixed
----------------------------------------------------------------
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