mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
b38e5df630
1. Listing, filtering by action and searching by source name and destination name 2. Edit/Create page, edits ping the API double fine, need to work through creates and deletes 3. Currently uses a `Precedence` intention keyname that doesn't yet exist in the real API
7 lines
165 B
JavaScript
7 lines
165 B
JavaScript
import Serializer from './application';
|
|
import { PRIMARY_KEY } from 'consul-ui/models/intention';
|
|
|
|
export default Serializer.extend({
|
|
primaryKey: PRIMARY_KEY,
|
|
});
|