mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-21 10:41:11 +01:00
* Can see list of roles, templates, and alphabets when you click on corresponding tab inside a transform secrets engine * Cannot click on items in list other than transformations * Can create a new transform role from the empty state or toolbar * Creating a role redirects to the view of that role * Breadcrumb links on transform roles work * Role create form handles error
6 lines
104 B
JavaScript
6 lines
104 B
JavaScript
import DS from 'ember-data';
|
|
|
|
export default DS.Model.extend({
|
|
templates: DS.hasMany('template'),
|
|
});
|