mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 23:35:31 +02:00
fix(service): service related UI issues [EE-4062] (#7943)
This commit is contained in:
parent
93866644c6
commit
a2f734051c
18 changed files with 136 additions and 98 deletions
|
@ -47,7 +47,7 @@ export function AccessControlPanelDetails({
|
|||
<table className="table">
|
||||
<tbody>
|
||||
<tr data-cy="access-ownership">
|
||||
<td>Ownership</td>
|
||||
<td className="w-1/5">Ownership</td>
|
||||
<td>
|
||||
<i
|
||||
className={clsx(ownershipIcon(ownership), 'space-right')}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue