mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +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>
|
||||
</tr>
|
||||
<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 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>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue