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