mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
chore: change Token to NodeSecret #152
This commit is contained in:
parent
61ce1938b4
commit
4e14d26b3f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ const columns = [{
|
|||
placeholder: () => 'https://10.0.0.1:9000'
|
||||
}
|
||||
}, {
|
||||
title: () => $gettext('Token'),
|
||||
title: () => 'NodeSecret',
|
||||
dataIndex: 'token',
|
||||
sorter: true,
|
||||
display: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue