Update destination.directive.html

change table title position
This commit is contained in:
yhua123 2016-06-28 21:00:35 +08:00 committed by GitHub
parent b33224d2a6
commit 13efb67580

View File

@ -17,9 +17,9 @@
<table class="table table-pane table-header">
<thead>
<th width="20%">// 'name' | tr //</th>
<th width="40%">// 'endpoint' | tr //</th>
<th width="20%">// 'creation_time' | tr //</th>
<th width="20%">// 'actions' | tr //</th>
<th width="30%">// 'endpoint' | tr //</th>
<th width="35%">// 'creation_time' | tr //</th>
<th width="15%">// 'actions' | tr //</th>
</thead>
</table>
</div>