mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-29 19:33:56 +01:00
parent
a6b19605b5
commit
60e3f3bb6a
@ -31,7 +31,7 @@ const CollectionProperties = ({ collection, onClose }) => {
|
|||||||
</tr>
|
</tr>
|
||||||
<tr className="">
|
<tr className="">
|
||||||
<td className="py-2 px-2 text-right">Location :</td>
|
<td className="py-2 px-2 text-right">Location :</td>
|
||||||
<td className="py-2 px-2">{collection.pathname}</td>
|
<td className="py-2 px-2 break-all">{collection.pathname}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr className="">
|
<tr className="">
|
||||||
<td className="py-2 px-2 text-right">Environments :</td>
|
<td className="py-2 px-2 text-right">Environments :</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user