Github user paul-rogers commented on a diff in the pull request:
https://github.com/apache/drill/pull/928#discussion_r143100991
--- Diff: exec/java-exec/src/main/resources/rest/index.ftl ---
@@ -74,23 +74,66 @@
<div class="row">
<div class="col-md-12">
- <h3>Encryption Info <span class="label label-primary"></span></h3>
+ <h3>Encryption</h3>
<div class="table-responsive">
- <table class="table table-hover">
+ <table class="table table-hover" style="width: auto;">
<tbody>
<tr>
<td>Client to Bit Encryption:</td>
--- End diff --
Isn't it? This table has list style:
Client to Bit Encryption: Enabled
Compared with the query profile that has table style:
Plan Time Total Time
5 mins 6 mins.
I poked around a bit and found a style that might work: right-align values
to eliminate the need for the colons. Seems to look OK.
---