mirror of
https://github.com/hashicorp/vault.git
synced 2026-03-11 02:42:17 -04: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')
|
|
});
|