Skip to content

Commit

Permalink
[Chore] typo fixed & ignore autoimport.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangmo8 committed Oct 19, 2023
1 parent 3095cca commit e5df278
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 114 deletions.
106 changes: 0 additions & 106 deletions paimon-web-ui-new/auto-imports.d.ts

This file was deleted.

4 changes: 2 additions & 2 deletions paimon-web-ui-new/src/locales/en/modules/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
table_info: 'Table',
option_info: 'Option',
schema_info: 'Schema',
snapshot_file: 'Snapshot',
manifests_file: 'Manifests',
snapshot_file: 'Snapshot File',
manifests_file: 'Manifest File',
data_file: 'Data File'
}
2 changes: 1 addition & 1 deletion paimon-web-ui-new/src/locales/zh/modules/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ export default {
option_info: 'Option 信息',
schema_info: 'Schema 信息',
snapshot_file: 'Snapshot 文件',
manifests_file: 'Manifests 文件',
manifests_file: 'Manifest 文件',
data_file: '数据文件'
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License. */

import { Folder } from '@vicons/ionicons5'
import { Folder, FileTray } from '@vicons/ionicons5'

export default defineComponent({
name: 'MetaDataBreadcrumb',
Expand All @@ -24,11 +24,11 @@ export default defineComponent({
return (
<n-breadcrumb>
<n-breadcrumb-item>
<n-icon component={Folder} /> 北京总行</n-breadcrumb-item>
<n-icon component={Folder} /> paimon2</n-breadcrumb-item>
<n-breadcrumb-item>
<n-icon component={Folder} /> 天津分行</n-breadcrumb-item>
<n-icon component={Folder} /> user</n-breadcrumb-item>
<n-breadcrumb-item>
<n-icon component={Folder} /> 平山道支行</n-breadcrumb-item>
<n-icon component={FileTray} /> user_table</n-breadcrumb-item>
</n-breadcrumb>
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default defineComponent({
Snapshot 文件
</n-tab-pane>
<n-tab-pane name='manifest' tab={this.t('metadata.manifests_file')}>
Manifests 文件
Manifest 文件
</n-tab-pane>
<n-tab-pane name='datafile' tab={this.t('metadata.data_file')}>
数据文件
Expand Down

0 comments on commit e5df278

Please sign in to comment.