66b4509276
This change continues the update of the file browser to use the common table component. It replaces the use of <tr>s with <table-item>. It also removes bootstrap from the file browser and fixes resulting UI "bugs" Issue: https://github.com/storj/storj/issues/5090 Change-Id: Idfe415e9338243ad4fcedc8a74621c9e13e1da29
16 lines
645 B
XML
16 lines
645 B
XML
<svg
|
|
width="1.5em"
|
|
height="1.5em"
|
|
viewBox="0 0 16 16"
|
|
class="bi bi-link-45deg mr-1"
|
|
fill="currentColor"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
d="M4.715 6.542L3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1.001 1.001 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4.018 4.018 0 0 1-.128-1.287z"
|
|
/>
|
|
<path
|
|
d="M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 0 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 0 0-4.243-4.243L6.586 4.672z"
|
|
/>
|
|
</svg>
|