chore: change Token to NodeSecret #152

This commit is contained in:
0xJacky 2023-08-09 18:42:49 +08:00
parent 61ce1938b4
commit 4e14d26b3f
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0

View file

@ -27,7 +27,7 @@ const columns = [{
placeholder: () => 'https://10.0.0.1:9000'
}
}, {
title: () => $gettext('Token'),
title: () => 'NodeSecret',
dataIndex: 'token',
sorter: true,
display: false,