mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-27 09:31:10 +02:00
7 lines
146 B
JavaScript
7 lines
146 B
JavaScript
Demo.Step = DS.Model.extend({
|
|
name: DS.attr('string'),
|
|
humanName: DS.attr('string'),
|
|
|
|
instructionTemplate: Ember.computed.alias('name')
|
|
});
|