File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/pages/project/floating-ips Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ import { IpPoolCell } from '~/table/cells/IpPoolCell'
3232import { useColsWithActions , type MenuAction } from '~/table/columns/action-col'
3333import { Columns } from '~/table/columns/common'
3434import { PAGE_SIZE , useQueryTable } from '~/table/QueryTable'
35+ import { CopyableIp } from '~/ui/lib/CopyableIp'
3536import { CreateLink } from '~/ui/lib/CreateButton'
3637import { EmptyMessage } from '~/ui/lib/EmptyMessage'
3738import { Message } from '~/ui/lib/Message'
@@ -85,6 +86,7 @@ const staticCols = [
8586 colHelper . accessor ( 'description' , Columns . description ) ,
8687 colHelper . accessor ( 'ip' , {
8788 header : 'IP address' ,
89+ cell : ( info ) => < CopyableIp ip = { info . getValue ( ) } isLinked = { false } /> ,
8890 } ) ,
8991 colHelper . accessor ( 'ipPoolId' , {
9092 header : 'IP pool' ,
You can’t perform that action at this time.
0 commit comments