Skip to content

Commit

Permalink
remove reamining user facing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hellobontempo committed Jul 17, 2024
1 parent 6b5e8e8 commit b8fa780
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion ui/lib/kv/addon/components/page/secret/details.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ export default class KvSecretDetails extends Component {

get emptyState() {
if (!this.args.secret.canReadData) {
if (this.args.secret.canReadSubkeys) return false;
return {
title: 'You do not have permission to read this secret',
message:
Expand Down
2 changes: 1 addition & 1 deletion ui/lib/kv/addon/routes/secret/details.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default class KvSecretDetailsRoute extends Route {
!parentModel.secret.failReadErrorCode
) {
// query params have changed by selecting a different version from the dropdown
// fire off new request for that version's secret and subkey data
// fire off new request for that version's secret data
const { backend, path } = parentModel;
return hash({
...parentModel,
Expand Down
1 change: 0 additions & 1 deletion ui/lib/kv/addon/templates/secret/details/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<Page::Secret::Details
@path={{this.model.path}}
@secret={{this.model.secret}}
@subkeys={{this.model.subkeys}}
@metadata={{this.model.metadata}}
@breadcrumbs={{this.breadcrumbs}}
/>

0 comments on commit b8fa780

Please sign in to comment.