Browse Source

fix issue

tags/v1.22.11.3^2
Gitea 3 years ago
parent
commit
e0361d3bd3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web_src/vuepages/pages/notebook/debug/index.vue

+ 1
- 1
web_src/vuepages/pages/notebook/debug/index.vue View File

@@ -87,7 +87,7 @@
<span>{{npuSpec}}</span> <span>{{npuSpec}}</span>
</div> </div>
<div class="detail-spec"> <div class="detail-spec">
<span>{{$t('image')}}:{{notebookInfo.imageCpuDescription}}</span>
<span>{{$t('image')}}:{{notebookInfo.imageNpuDescription}}</span>
</div> </div>
</div> </div>
<div class="resource-select"> <div class="resource-select">


Loading…
Cancel
Save