TEMP - Vue3 init, test label

This commit is contained in:
Francesco Torchia 2024-09-04 12:51:21 +02:00
parent a06743a3e3
commit 9613ada5a7
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393
5 changed files with 3012 additions and 1549 deletions

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
20

View File

@ -3,18 +3,38 @@
"version": "0.1.0",
"private": false,
"engines": {
"node": ">=16"
"node": ">=20.0.0"
},
"dependencies": {
"@rancher/components": "0.2.1-alpha.0",
"@rancher/shell": "^0.5.3",
"core-js": "3.21.1",
"css-loader": "6.7.3",
"yaml": "2.0.0"
"@rancher/components": "0.3.0-alpha.1",
"@rancher/shell": "2.0.0",
"core-js": "3.25.3",
"css-loader": "4.3.0",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/cli-plugin-typescript": "5.0.8",
"cache-loader": "^4.1.0",
"yaml": "2.0.0",
"node-polyfill-webpack-plugin": "^3.0.0"
},
"resolutions": {
"**/webpack": "4",
"@types/node": "^16"
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/cli-plugin-typescript": "5.0.8",
"d3-color": "3.1.0",
"ejs": "3.1.9",
"follow-redirects": "1.15.2",
"glob": "7.2.3",
"glob-parent": "6.0.2",
"json5": "2.2.3",
"@types/lodash": "4.17.5",
"merge": "2.1.1",
"node-forge": "1.3.1",
"nth-check": "2.1.1",
"qs": "6.11.1",
"roarr": "7.0.4",
"semver": "7.5.4",
"@vue/cli-service/html-webpack-plugin": "^5.0.0"
},
"scripts": {
"dev": "NODE_ENV=dev ./node_modules/.bin/vue-cli-service serve",

View File

@ -98,7 +98,7 @@ export default {
const metricCol = [
{
name: 'cpu',
labelKey: 'node.detail.glance.consumptionGauge.cpu',
labelKey: 'tableHeaders.cpu',
value: 'id',
formatter: 'HarvesterCPUUsed',
formatterOpts: { showUsed: true },

View File

@ -13,12 +13,12 @@
"nuxt": "./node_modules/.bin/nuxt"
},
"engines": {
"node": ">=16"
"node": ">=20.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.18",
"@vue/cli-service": "4.5.18",
"@vue/cli-plugin-typescript": "4.5.18"
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0"
},
"browserslist": [
"> 1%",

4514
yarn.lock

File diff suppressed because it is too large Load Diff