52a62f2b8d
UI to accompany the new ACLs APIs
8 lines
185 B
JavaScript
8 lines
185 B
JavaScript
import Serializer from './application';
|
|
import { PRIMARY_KEY, ATTRS } from 'consul-ui/models/policy';
|
|
|
|
export default Serializer.extend({
|
|
primaryKey: PRIMARY_KEY,
|
|
attrs: ATTRS,
|
|
});
|