mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-21 17:10:27 -05:00
6 lines
146 B
JavaScript
6 lines
146 B
JavaScript
Demo.Step = DS.Model.extend({
|
|
name: DS.attr('string'),
|
|
humanName: DS.attr('string'),
|
|
|
|
instructionTemplate: Ember.computed.alias('name')
|
|
});
|