mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-14 13:41:46 +00:00
add pcideviceclaim and usbdeviceclaim models
Signed-off-by: andy.lee <andy.lee@suse.com>
This commit is contained in:
parent
e73c62739f
commit
f3e4a8afe8
@ -0,0 +1,11 @@
|
|||||||
|
import SteveModel from '@shell/plugins/steve/steve-class';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class representing PCI Device Claim resource.
|
||||||
|
* @extends SteveModal
|
||||||
|
*/
|
||||||
|
export default class PCIDeviceClaim extends SteveModel {
|
||||||
|
cleanForSave(data, _forNew) {
|
||||||
|
return data;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,11 @@
|
|||||||
|
import SteveModel from '@shell/plugins/steve/steve-class';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class representing USB Device Claim resource.
|
||||||
|
* @extends SteveModal
|
||||||
|
*/
|
||||||
|
export default class USBDeviceClaim extends SteveModel {
|
||||||
|
cleanForSave(data, _forNew) {
|
||||||
|
return data;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user