open-vault/ui/app/serializers/identity/group-alias.js
Matthew Irish 96c1e547f0
UI identity lists (#4655)
* add new key_info to the list models for identity endpoints

* add details to group and show pages

* add parent groups to group tabs

* render alias the same everywhere

* space tab subnav more like the designs

* fix tests

* pull tabs in and remove padding
2018-05-29 21:56:15 -05:00

3 lines
86 B
JavaScript

import IdentitySerializer from './_base';
export default IdentitySerializer.extend();