open-vault/ui/app/serializers/pki/pki-role-engine.js
Angel Garbarino f6de4f75b4
PKI Role's model and List view (#17134)
* working state for list, maybe issue with model connection?

* list view with opneAPI on the model and dynamic linking to edit and details pages.

* cleanup for PR review

* cleanup for PR review
2022-09-14 11:18:37 -06:00

4 lines
110 B
JavaScript

import RoleSerializer from '../role';
export default class PkiRoleEngineSerializer extends RoleSerializer {}