52a62f2b8d
UI to accompany the new ACLs APIs
7 lines
178 B
JavaScript
7 lines
178 B
JavaScript
import Route from './edit';
|
|
import CreatingRoute from 'consul-ui/mixins/creating-route';
|
|
|
|
export default Route.extend(CreatingRoute, {
|
|
templateName: 'dc/acls/tokens/edit',
|
|
});
|