Remove inline style in config/resource

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 11:25:46 +02:00
parent a47265eb17
commit 5e98671509
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<table class="action-table listing-table">
<thead>
<th><?= $this->translate('Resource') ?></th>
<th style="width: 5em"><?= $this->translate('Remove') ?></th>
<th></th>
</thead>
<tbody>
<?php foreach ($this->resources as $name => $value): ?>