mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
Add Steve schema to support schemaDefinitions from the shell
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
parent
c85a76a2d4
commit
ab92ffe380
6
pkg/harvester/models/harvester/schema.js
Normal file
6
pkg/harvester/models/harvester/schema.js
Normal file
@ -0,0 +1,6 @@
|
||||
import SteveSchema from '@shell/models/steve-schema';
|
||||
|
||||
/**
|
||||
* This is the steve schema that's used for the harvester store
|
||||
*/
|
||||
export default class HarvesterStoreSchema extends SteveSchema { }
|
||||
Loading…
x
Reference in New Issue
Block a user