mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
Remove product.ts
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
parent
4ba0cf92ee
commit
432fa9b22c
@ -7,7 +7,7 @@ import { allHash } from '@shell/utils/promise';
|
|||||||
import { KEY, VALUE } from '@shell/config/table-headers';
|
import { KEY, VALUE } from '@shell/config/table-headers';
|
||||||
import { VM_HEADERS } from '@pkg/harvester/list/kubevirt.io.virtualmachine';
|
import { VM_HEADERS } from '@pkg/harvester/list/kubevirt.io.virtualmachine';
|
||||||
import { matching } from '@shell/utils/selector';
|
import { matching } from '@shell/utils/selector';
|
||||||
import { IP_POOL_HEADERS } from '../product';
|
import { IP_POOL_HEADERS } from '../config/harvester-cluster';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
emits: ['input'],
|
emits: ['input'],
|
||||||
|
|||||||
@ -1,56 +0,0 @@
|
|||||||
//@ts-nocheck
|
|
||||||
import {
|
|
||||||
NODE,
|
|
||||||
CONFIG_MAP,
|
|
||||||
NAMESPACE,
|
|
||||||
VIRTUAL_TYPES,
|
|
||||||
MANAGEMENT,
|
|
||||||
PVC,
|
|
||||||
NETWORK_ATTACHMENT,
|
|
||||||
MONITORING,
|
|
||||||
LOGGING,
|
|
||||||
STORAGE_CLASS,
|
|
||||||
SECRET
|
|
||||||
} from '@shell/config/types';
|
|
||||||
import {
|
|
||||||
STATE,
|
|
||||||
NAME_UNLINKED,
|
|
||||||
NAME as NAME_COL,
|
|
||||||
AGE,
|
|
||||||
NAMESPACE as NAMESPACE_COL,
|
|
||||||
LOGGING_OUTPUT_PROVIDERS,
|
|
||||||
OUTPUT,
|
|
||||||
CLUSTER_OUTPUT,
|
|
||||||
CONFIGURED_PROVIDERS,
|
|
||||||
SUB_TYPE,
|
|
||||||
ADDRESS,
|
|
||||||
} from '@shell/config/table-headers';
|
|
||||||
import { HCI, VOLUME_SNAPSHOT } from './types';
|
|
||||||
import {
|
|
||||||
IMAGE_DOWNLOAD_SIZE,
|
|
||||||
FINGERPRINT,
|
|
||||||
IMAGE_PROGRESS,
|
|
||||||
SNAPSHOT_TARGET_VOLUME,
|
|
||||||
} from './config/table-headers';
|
|
||||||
|
|
||||||
const TEMPLATE = HCI.VM_VERSION;
|
|
||||||
const MONITORING_GROUP = 'Monitoring & Logging::Monitoring';
|
|
||||||
const LOGGING_GROUP = 'Monitoring & Logging::Logging';
|
|
||||||
|
|
||||||
export const PRODUCT_NAME = 'harvester';
|
|
||||||
|
|
||||||
export const IP_POOL_HEADERS = [
|
|
||||||
STATE,
|
|
||||||
NAME_COL,
|
|
||||||
{
|
|
||||||
name: 'subnet',
|
|
||||||
labelKey: 'harvester.ipPool.subnet.label',
|
|
||||||
value: 'subnetDisplay',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'availableIP',
|
|
||||||
labelKey: 'harvester.ipPool.availableIP.label',
|
|
||||||
value: 'status.available',
|
|
||||||
},
|
|
||||||
AGE
|
|
||||||
];
|
|
||||||
Loading…
x
Reference in New Issue
Block a user