@centreon/react-components
Version:
react components used by centreon web frontend
29 lines (28 loc) • 404 B
JavaScript
export default {
status: true,
result: {
pagination: {
total: 1,
offset: 0,
limit: 1,
},
entities: [
{
id: '1',
name: '5rtuywdfgh',
},
{
id: '2',
name: 'rfhsdf sdfh',
},
{
id: '3',
name: 'q5w3b452w35q',
},
{
id: '4',
name: 'b67956796vasd',
},
],
},
};