Skip to content

Commit

Permalink
chore: change Token to NodeSecret #152
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Aug 9, 2023
1 parent 61ce193 commit 4e14d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/environment/Environment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const columns = [{
placeholder: () => 'https://10.0.0.1:9000'
}
}, {
title: () => $gettext('Token'),
title: () => 'NodeSecret',
dataIndex: 'token',
sorter: true,
display: false,
Expand Down

0 comments on commit 4e14d26

Please sign in to comment.