Skip to content

Commit

Permalink
Merge pull request #59 from fangshun-z/chore/upgrade-sdk
Browse files Browse the repository at this point in the history
chore: upgrade dao-style
  • Loading branch information
Ruby-rc authored Dec 5, 2023
2 parents 4b94378 + a67b040 commit 9caddb0
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 19 deletions.
97 changes: 80 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"generate:sdk": "swagger-typescript-api -p ./swagger.json -o ./src/services -n index.ts --module-name-first-tag --modular --extract-request-params --extract-request-body"
},
"dependencies": {
"@dao-style/core": "^1.0.0",
"@dao-style/extend": "^1.0.0",
"@dao-style/core": "^1.9.0",
"@dao-style/extend": "^1.7.1",
"@dao-style/v-chart": "^0.0.7",
"@vueuse/core": "^9.6.0",
"autoprefixer": "^10",
Expand Down
2 changes: 2 additions & 0 deletions src/views/nodes/NodeList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,12 @@ const columns = computed(() => [
{
id: 'driverStatus',
header: t('views.nodes.NodeList.driverStatus'),
ellipsis: false,
},
{
id: 'nodeState',
header: t('views.nodes.NodeList.nodeState'),
ellipsis: false,
},
{
id: 'hddUsage',
Expand Down
2 changes: 2 additions & 0 deletions src/views/pools/components/PoolNodes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,12 @@ const columns = computed(() => [
{
id: 'name',
header: t('views.pools.components.PoolNodes.node'),
ellipsis: false,
},
{
id: 'k8SNodeState',
header: t('views.pools.components.PoolNodes.status'),
ellipsis: false,
},
{
id: 'disks',
Expand Down

0 comments on commit 9caddb0

Please sign in to comment.