mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-04-04 07:46:16 +02:00
fix(Settings): rename port column in Apps Settings
This commit is contained in:
parent
ab07551719
commit
4e44b11da7
|
|
@ -278,7 +278,7 @@ export default function SettingsPage(props: { system: { services: ServiceSlim[]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
accessor: 'ui_location',
|
accessor: 'ui_location',
|
||||||
title: 'Port',
|
title: 'Location',
|
||||||
render: (record) => (
|
render: (record) => (
|
||||||
<a
|
<a
|
||||||
href={getServiceLink(record.ui_location || 'unknown')}
|
href={getServiceLink(record.ui_location || 'unknown')}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user