• / methods
  • {{this.methodModel.id}}

    {{#with (tabs-for-auth-section this.methodModel "authConfig" this.paths) as |tabs|}} {{#if tabs.length}}
    {{/if}} {{/with}} Create {{singularize this.itemType}} {{#if list.empty}} {{! template-lint-configure no-curly-component-invocation "warn" }} {{! template-lint-configure no-link-to-positional-params "warn" }} {{#link-to "vault.cluster.access.method.item.create" this.itemType class="link"}} Create {{singularize this.itemType}} {{/link-to}} {{! template-lint-configure no-curly-component-invocation "on" }} {{! template-lint-configure no-link-to-positional-params "on" }} {{else if list.item}} {{list.item.id}}
  • {{! template-lint-configure no-curly-component-invocation "warn" }} {{! template-lint-configure no-link-to-positional-params "warn" }} {{#link-to "vault.cluster.access.method.item.show" list.item.id class="is-block"}} View {{singularize this.itemType}} {{/link-to}}
  • {{#link-to "vault.cluster.access.method.item.edit" list.item.id class="is-block"}} Edit {{singularize this.itemType}} {{/link-to}} {{! template-lint-configure no-curly-component-invocation "on" }} {{! template-lint-configure no-link-to-positional-params "on" }}
  • {{/if}}