mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 12:03:05 +08:00
feat(X-Pack): 游离资源管理
This commit is contained in:
parent
c10de37d29
commit
30fd8529d6
3
core/core-frontend/src/assets/svg/icon_sync_free.svg
Normal file
3
core/core-frontend/src/assets/svg/icon_sync_free.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="14" height="14" viewBox="0 0 14 14" fill="" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0.666577 4.60903C0.666577 4.69744 0.701696 4.78222 0.764208 4.84474C0.82672 4.90725 0.911505 4.94237 0.999911 4.94237H13.1666C13.7692 4.94237 14.0626 4.20637 13.6249 3.7917L10.2166 0.5627C10.1848 0.532575 10.1474 0.509006 10.1065 0.493338C10.0656 0.47767 10.0221 0.470212 9.97829 0.471388C9.93452 0.472564 9.89141 0.482352 9.85142 0.500193C9.81143 0.518034 9.77536 0.543579 9.74524 0.575367L9.28391 1.06237C9.2236 1.12601 9.1908 1.21086 9.19261 1.29852C9.19442 1.38618 9.23069 1.4696 9.29358 1.5307L11.4936 3.66837H0.999911C0.956137 3.66837 0.912791 3.67699 0.872349 3.69374C0.831908 3.71049 0.795161 3.73504 0.764208 3.766C0.733255 3.79695 0.708702 3.8337 0.691951 3.87414C0.675199 3.91458 0.666577 3.95793 0.666577 4.0017V4.60903ZM0.833244 9.00003C0.230577 9.00003 -0.0627561 9.73603 0.374911 10.1507L3.78324 13.38C3.81504 13.4101 3.85246 13.4337 3.89336 13.4493C3.93425 13.465 3.97783 13.4724 4.0216 13.4712C4.06537 13.47 4.10848 13.4602 4.14845 13.4423C4.18843 13.4244 4.22449 13.3988 4.25458 13.367L4.71324 12.8834C4.74335 12.8516 4.76689 12.8142 4.78253 12.7733C4.79817 12.7324 4.8056 12.6888 4.80439 12.645C4.80318 12.6012 4.79337 12.5581 4.7755 12.5182C4.75763 12.4782 4.73205 12.4421 4.70024 12.412L2.50658 10.3334H12.9999C13.0883 10.3334 13.1731 10.2982 13.2356 10.2357C13.2981 10.1732 13.3332 10.0884 13.3332 10V9.33337C13.3332 9.24496 13.2981 9.16018 13.2356 9.09766C13.1731 9.03515 13.0883 9.00003 12.9999 9.00003H0.833244Z" fill=""/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
@ -3827,6 +3827,22 @@ export default {
|
||||
'API Key 是您访问 DataEase API 的密钥,具有账户的完全权限,请您务必妥善保管!不要以任何方式公开 API Key 到外部渠道,避免被他人利用造成安全威胁。'
|
||||
},
|
||||
free: {
|
||||
title: '游离资源管理'
|
||||
title: '游离资源管理',
|
||||
no_data: '暂无游离资源',
|
||||
sync: '迁移',
|
||||
quick: '一键',
|
||||
batch: '批量',
|
||||
resource: '资源',
|
||||
view_association: '查看血缘关系',
|
||||
quick_sync_tips: '所有仪表板、数据大屏、数据集、数据源,将全部迁移到【迁移资源】文件夹。',
|
||||
batch_sync_tips:
|
||||
'1. 与选中资源相关的仪表板、数据大屏、数据集、数据源,也将一并迁移到对应资源的【迁移资源】文件夹;',
|
||||
batch_sync_tips1: '2. 迁移文件夹将同时迁移该文件夹下的子文件夹和资源。',
|
||||
quick_del_confirm: '确定删除所有游离资源吗?',
|
||||
quick_del_tips: '资源删除后,不可撤销。',
|
||||
quick_sync_confirm: '确定迁移所有游离资源吗?',
|
||||
quick_sync_confirm_tips: '迁移删除后,不可撤销,请谨慎操作。',
|
||||
batch_sync_confirm: '确定迁移 {0} 项及其相关游离资源吗?',
|
||||
single_sync_confirm: '确定迁移该资源吗'
|
||||
}
|
||||
}
|
||||
|
2
de-xpack
2
de-xpack
@ -1 +1 @@
|
||||
Subproject commit e26306dcac49eb95ba8dc92b4d5e4568f31f0581
|
||||
Subproject commit 4d24ba63004826d8a87f42f7e25798cc4e94345f
|
Loading…
Reference in New Issue
Block a user