mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 08:55:43 +03:00
11 lines
196 B
JavaScript
11 lines
196 B
JavaScript
import ApplicationSerializer from './application';
|
|
|
|
export default ApplicationSerializer.extend({
|
|
attrs: {
|
|
cpu: 'CPU',
|
|
memory: 'MemoryMB',
|
|
disk: 'DiskMB',
|
|
iops: 'IOPS',
|
|
},
|
|
});
|