1
0
Fork 0

Route rules overlaps in UI

This commit is contained in:
Ludovic Fernandez 2018-05-16 13:44:03 +02:00 committed by Traefiker Bot
parent f5b306e7ff
commit a0872c9e31
2 changed files with 1 additions and 28 deletions

View file

@ -51,7 +51,7 @@
<div>
<h2>Route Rule</h2>
</div>
<table class="table is-fullwidth is-hoverable">
<table class="table is-fullwidth is-hoverable table-fixed-break">
<tbody>
<tr *ngFor="let route of p.routes">
<td><code class="has-text-grey" [title]="route.id">{{ route.rule }}</code></td>