mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
4 lines
152 B
TypeScript
4 lines
152 B
TypeScript
export const PRODUCT_NAME = 'harvester';
|
|
export const BLANK_CLUSTER = '_';
|
|
export const LOGO = require(`@shell/assets/images/providers/harvester.svg`);
|