mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 13:25:26 +02:00
style(services): update empty service list text alignment (#744)
This commit is contained in:
parent
a88d02b0b4
commit
9520380388
1 changed files with 2 additions and 2 deletions
|
@ -131,10 +131,10 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr ng-if="!services">
|
<tr ng-if="!services">
|
||||||
<td colspan="5" class="text-center text-muted">Loading...</td>
|
<td colspan="7" class="text-center text-muted">Loading...</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr ng-if="services.length == 0">
|
<tr ng-if="services.length == 0">
|
||||||
<td colspan="5" class="text-center text-muted">No services available.</td>
|
<td colspan="7" class="text-center text-muted">No services available.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue