mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
9 lines
157 B
JavaScript
9 lines
157 B
JavaScript
import RoleEdit from './role-edit';
|
|
|
|
export default RoleEdit.extend({
|
|
init() {
|
|
this._super(...arguments);
|
|
this.set('backendType', 'ssh');
|
|
},
|
|
});
|