Compare commits
98 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
dcdcc5c557 | ||
|
a20d20dfce | ||
|
8a72826050 | ||
|
5c4aa457fa | ||
|
989b4d5695 | ||
|
0e89b8ac3f | ||
|
efebf795e4 | ||
|
fbdcd541e1 | ||
|
8e7d8370a1 | ||
|
73c593cc4e | ||
|
5b627350d8 | ||
|
d634c76040 | ||
|
55f7855cf8 | ||
|
f157ab9453 | ||
|
49c80cd76b | ||
|
cad15986bf | ||
|
9a0158da3a | ||
|
deea38c704 | ||
|
bc4fb455a3 | ||
|
411317194c | ||
|
42e9fac6f0 | ||
|
82d618cc03 | ||
|
9ebefdb1e8 | ||
|
5943158b3b | ||
|
e8fe386c1b | ||
|
5766833bd2 | ||
|
56f05e09ca | ||
|
b4ba209a8b | ||
|
75e2ed71be | ||
|
1e0f0cc5c7 | ||
|
e3626c2f9e | ||
|
6a13526c87 | ||
|
5f1b71520f | ||
|
bf687802d0 | ||
|
9b127470e2 | ||
|
7cfb1c6ee7 | ||
|
bcd96c08cf | ||
|
26f5516398 | ||
|
67eb359f15 | ||
|
60163a6026 | ||
|
cebbcd3c6c | ||
|
03d1e9a881 | ||
|
6fa4efaa5f | ||
|
52ca8f55a2 | ||
|
8b1c964082 | ||
|
171ab3a1ec | ||
|
1b3e97512b | ||
|
92a863b078 | ||
|
e693353d49 | ||
|
025487a5eb | ||
|
e19c0090de | ||
|
c6568f57fe | ||
|
d5d9f8024c | ||
|
292aad0d59 | ||
|
39c0ae8cf7 | ||
|
5ac386d56d | ||
|
a3ff882847 | ||
|
2cd6682cdf | ||
|
a3f17ea4d3 | ||
|
1b8c5e66bc | ||
|
0777ecd818 | ||
|
e309d7e049 | ||
|
61bb8c07c4 | ||
|
a3a875bc28 | ||
|
4e72e955ed | ||
|
24483ade28 | ||
|
38fee74250 | ||
|
f34da5afe5 | ||
|
08c26a461e | ||
|
7f8f2d9dda | ||
|
0a7704c06c | ||
|
a45d86c568 | ||
|
99e7ebee99 | ||
|
ec7ac4a036 | ||
|
9e5059fb38 | ||
|
9af896898e | ||
|
1259052b68 | ||
|
80976b4141 | ||
|
af1f14f293 | ||
|
cd175d50c1 | ||
|
17a1026696 | ||
|
ce4c09c373 | ||
|
105aca42a6 | ||
|
a54190adfc | ||
|
eda3eaa9a6 | ||
|
47366b3cf0 | ||
|
6e2c591822 | ||
|
5740ecd49c | ||
|
4c6d63bde8 | ||
|
a31e2295ee | ||
|
c0ff9a8502 | ||
|
6bcf8b1b15 | ||
|
8a836faa25 | ||
|
5a2028786a | ||
|
8a0f642d95 | ||
|
59a2180f2c | ||
|
2519edc6a7 | ||
|
42560d6603 |
@ -1,4 +1,4 @@
|
|||||||
FROM jumpserver/lina-base:20240723_084702 AS stage-build
|
FROM jumpserver/lina-base:20250408_074136 AS stage-build
|
||||||
|
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
ENV VERSION=$VERSION
|
ENV VERSION=$VERSION
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "lina",
|
"name": "lina",
|
||||||
"version": "v4.0.0",
|
"version": "v4.0.0",
|
||||||
"description": "JumpServer Web UI",
|
"description": "JumpServer Web UI",
|
||||||
"author": "JumpServer Team <support@fit2cloud.com>",
|
"author": "JumpServer Team <support@lxware.hk>",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
|
"dev": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
|
||||||
@ -81,6 +81,7 @@
|
|||||||
"vue-select": "^3.9.5",
|
"vue-select": "^3.9.5",
|
||||||
"vuejs-logger": "^1.5.4",
|
"vuejs-logger": "^1.5.4",
|
||||||
"vuex": "3.1.0",
|
"vuex": "3.1.0",
|
||||||
|
"watermark-js-plus": "^1.5.8",
|
||||||
"xss": "^1.0.14",
|
"xss": "^1.0.14",
|
||||||
"xterm": "^4.5.0",
|
"xterm": "^4.5.0",
|
||||||
"xterm-addon-fit": "^0.3.0",
|
"xterm-addon-fit": "^0.3.0",
|
||||||
@ -94,7 +95,6 @@
|
|||||||
"@vue/cli-plugin-unit-jest": "3.6.3",
|
"@vue/cli-plugin-unit-jest": "3.6.3",
|
||||||
"@vue/cli-service": "3.6.0",
|
"@vue/cli-service": "3.6.0",
|
||||||
"@vue/test-utils": "1.0.0-beta.29",
|
"@vue/test-utils": "1.0.0-beta.29",
|
||||||
"@vue/runtime-dom": "3.5.13",
|
|
||||||
"autoprefixer": "^9.5.1",
|
"autoprefixer": "^9.5.1",
|
||||||
"babel-core": "7.0.0-bridge.0",
|
"babel-core": "7.0.0-bridge.0",
|
||||||
"babel-eslint": "10.0.1",
|
"babel-eslint": "10.0.1",
|
||||||
@ -121,7 +121,7 @@
|
|||||||
"serve-static": "^1.16.0",
|
"serve-static": "^1.16.0",
|
||||||
"strip-ansi": "^7.1.0",
|
"strip-ansi": "^7.1.0",
|
||||||
"svg-sprite-loader": "4.1.3",
|
"svg-sprite-loader": "4.1.3",
|
||||||
"svgo": "1.2.4",
|
"svgo": "1.2.2",
|
||||||
"vue-i18n-extract": "^1.1.1",
|
"vue-i18n-extract": "^1.1.1",
|
||||||
"vue-template-compiler": "2.6.10"
|
"vue-template-compiler": "2.6.10"
|
||||||
},
|
},
|
||||||
@ -143,5 +143,6 @@
|
|||||||
"src/**/*.{js,vue}": [
|
"src/**/*.{js,vue}": [
|
||||||
"eslint --fix"
|
"eslint --fix"
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
||||||
}
|
}
|
||||||
|
77
src/App.vue
@ -5,14 +5,89 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { mapState } from 'vuex'
|
import { mapState, mapGetters } from 'vuex'
|
||||||
|
import { Watermark } from 'watermark-js-plus'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'App',
|
name: 'App',
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
watermark: null
|
||||||
|
}
|
||||||
|
},
|
||||||
computed: {
|
computed: {
|
||||||
...mapState({
|
...mapState({
|
||||||
isRouterAlive: state => state.common.isRouterAlive
|
isRouterAlive: state => state.common.isRouterAlive
|
||||||
|
}),
|
||||||
|
...mapGetters({
|
||||||
|
currentUser: 'currentUser',
|
||||||
|
publicSettings: 'publicSettings'
|
||||||
})
|
})
|
||||||
|
},
|
||||||
|
watch: {
|
||||||
|
currentUser: {
|
||||||
|
handler(newVal) {
|
||||||
|
this.createWatermark()
|
||||||
|
}
|
||||||
|
},
|
||||||
|
'publicSettings.SECURITY_WATERMARK_ENABLED': {
|
||||||
|
handler(newVal) {
|
||||||
|
if (!newVal) {
|
||||||
|
return setTimeout(() => {
|
||||||
|
this.watermark?.destroy()
|
||||||
|
this.watermark = null
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
this.createWatermark()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
getWaterMarkFields() {
|
||||||
|
const user = this.currentUser
|
||||||
|
const userId = user?.id || ''
|
||||||
|
const name = user?.name || ''
|
||||||
|
const userName = user?.username || ''
|
||||||
|
const currentTime = this.$moment(new Date()).format('YYYY-MM-DD HH:mm:ss')
|
||||||
|
return { userId, name, userName, currentTime }
|
||||||
|
},
|
||||||
|
getWaterMarkContent() {
|
||||||
|
const fields = this.getWaterMarkFields()
|
||||||
|
const template = this.publicSettings.SECURITY_WATERMARK_CONSOLE_CONTENT || ''
|
||||||
|
|
||||||
|
// 找出模板中所有的变量占位符 ${xxx}
|
||||||
|
const placeholders = template.match(/\${([^}]+)}/g) || []
|
||||||
|
const allVariables = {}
|
||||||
|
|
||||||
|
// 为模板中的每个变量准备值
|
||||||
|
placeholders.forEach(placeholder => {
|
||||||
|
const varName = placeholder.slice(2, -1) // 提取变量名,去掉 ${ 和 }
|
||||||
|
allVariables[varName] = fields[varName] !== undefined ? fields[varName] : 'N/A'
|
||||||
|
})
|
||||||
|
|
||||||
|
// 合并用户现有的字段和模板中可能缺失的字段
|
||||||
|
const safeFields = { ...fields, ...allVariables }
|
||||||
|
|
||||||
|
// 安全解析模板
|
||||||
|
return new Function(...Object.keys(safeFields), `return \`${template}\`;`)(...Object.values(safeFields))
|
||||||
|
},
|
||||||
|
|
||||||
|
createWatermark() {
|
||||||
|
if (this.currentUser?.username && this.publicSettings?.SECURITY_WATERMARK_ENABLED && this.$store.getters.hasValidLicense) {
|
||||||
|
this.watermark = new Watermark({
|
||||||
|
content: this.getWaterMarkContent(),
|
||||||
|
width: this.publicSettings?.SECURITY_WATERMARK_WIDTH,
|
||||||
|
height: this.publicSettings?.SECURITY_WATERMARK_HEIGHT,
|
||||||
|
rotate: this.publicSettings?.SECURITY_WATERMARK_ROTATE,
|
||||||
|
fontWeight: 'normal',
|
||||||
|
fontSize: this.publicSettings?.SECURITY_WATERMARK_FONT_SIZE + 'px',
|
||||||
|
fontColor: this.publicSettings?.SECURITY_WATERMARK_COLOR,
|
||||||
|
contentType: 'multi-line-text'
|
||||||
|
})
|
||||||
|
this.watermark.create()
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
@ -16,9 +16,9 @@ export function getSystemUserList(data) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getDomainList(data) {
|
export function getZoneList(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/api/v1/assets/domains/',
|
url: '/api/v1/assets/zones/',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
params: data
|
params: data
|
||||||
})
|
})
|
||||||
|
@ -8,11 +8,20 @@ export function login(data) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getProfile(token) {
|
export async function getProfile(token) {
|
||||||
return request({
|
let profile = await request({
|
||||||
url: '/api/v1/users/profile/',
|
url: '/api/v1/users/profile/',
|
||||||
method: 'get'
|
method: 'get'
|
||||||
})
|
})
|
||||||
|
const perms = await request({
|
||||||
|
url: '/api/v1/users/profile/permissions/',
|
||||||
|
method: 'get'
|
||||||
|
})
|
||||||
|
profile = {
|
||||||
|
...profile,
|
||||||
|
...perms
|
||||||
|
}
|
||||||
|
return profile
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getUserList(data) {
|
export function getUserList(data) {
|
||||||
@ -22,6 +31,7 @@ export function getUserList(data) {
|
|||||||
params: data
|
params: data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getUserGroupList(params) {
|
export function getUserGroupList(params) {
|
||||||
return request({
|
return request({
|
||||||
url: '/api/v1/users/groups/',
|
url: '/api/v1/users/groups/',
|
||||||
@ -29,6 +39,7 @@ export function getUserGroupList(params) {
|
|||||||
params: params
|
params: params
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getUserGroupDetail(id) {
|
export function getUserGroupDetail(id) {
|
||||||
return request({
|
return request({
|
||||||
url: `/api/v1/users/groups/${id}/`,
|
url: `/api/v1/users/groups/${id}/`,
|
||||||
@ -50,6 +61,7 @@ export function editUserGroup(data) {
|
|||||||
data: data
|
data: data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
export function updateUserGroup(id, data) {
|
export function updateUserGroup(id, data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/api/v1/users/groups/' + id + '/',
|
url: '/api/v1/users/groups/' + id + '/',
|
||||||
|
BIN
src/assets/img/auth/cas_logo.png
Normal file
After Width: | Height: | Size: 7.4 KiB |
BIN
src/assets/img/auth/dingtalk_logo.webp
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
src/assets/img/auth/feishu_logo.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
src/assets/img/auth/lark_logo.png
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
src/assets/img/auth/ldap_logo.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
src/assets/img/auth/oauth2_logo.png
Normal file
After Width: | Height: | Size: 584 KiB |
BIN
src/assets/img/auth/oidc_logo.png
Normal file
After Width: | Height: | Size: 110 KiB |
BIN
src/assets/img/auth/passkey_logo.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
src/assets/img/auth/radius_logo.png
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
src/assets/img/auth/saml2_logo.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
src/assets/img/auth/slack_logo.png
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
src/assets/img/auth/wecom_logo.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.7 KiB |
BIN
src/assets/img/icons/windows_ad.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
@ -6,10 +6,17 @@ import AutomationParamsForm from '@/views/assets/Platform/AutomationParamsSettin
|
|||||||
export const accountFieldsMeta = (vm) => {
|
export const accountFieldsMeta = (vm) => {
|
||||||
const defaultPrivilegedAccounts = ['root', 'administrator']
|
const defaultPrivilegedAccounts = ['root', 'administrator']
|
||||||
|
|
||||||
|
function onPrivilegedUser(value, updateForm) {
|
||||||
|
const maybePrivileged = defaultPrivilegedAccounts.includes(value)
|
||||||
|
if (maybePrivileged) {
|
||||||
|
updateForm({ privileged: true, secret_reset: false, push_now: false })
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
assets: {
|
assets: {
|
||||||
component: Select2,
|
component: Select2,
|
||||||
label: vm.$t('Assets'),
|
label: vm.$t('Asset'),
|
||||||
rules: [Required],
|
rules: [Required],
|
||||||
el: {
|
el: {
|
||||||
multiple: true,
|
multiple: true,
|
||||||
@ -70,11 +77,8 @@ export const accountFieldsMeta = (vm) => {
|
|||||||
if (!vm.account?.name) {
|
if (!vm.account?.name) {
|
||||||
updateForm({ username: value })
|
updateForm({ username: value })
|
||||||
}
|
}
|
||||||
const maybePrivileged = defaultPrivilegedAccounts.includes(value)
|
|
||||||
if (maybePrivileged) {
|
|
||||||
updateForm({ privileged: true })
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
onPrivilegedUser(value, updateForm)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
hidden: () => {
|
hidden: () => {
|
||||||
@ -92,10 +96,7 @@ export const accountFieldsMeta = (vm) => {
|
|||||||
vm.usernameChanged = true
|
vm.usernameChanged = true
|
||||||
},
|
},
|
||||||
change: ([value], updateForm) => {
|
change: ([value], updateForm) => {
|
||||||
const maybePrivileged = defaultPrivilegedAccounts.includes(value)
|
onPrivilegedUser(value, updateForm)
|
||||||
if (maybePrivileged) {
|
|
||||||
updateForm({ privileged: true })
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
hidden: () => {
|
hidden: () => {
|
||||||
|
@ -63,7 +63,7 @@ export default {
|
|||||||
encryptedFields: ['secret'],
|
encryptedFields: ['secret'],
|
||||||
fields: [
|
fields: [
|
||||||
[this.$t('Basic'), ['name', 'username', 'privileged', 'su_from', 'su_from_username', 'template']],
|
[this.$t('Basic'), ['name', 'username', 'privileged', 'su_from', 'su_from_username', 'template']],
|
||||||
[this.$t('Assets'), ['assets']],
|
[this.$t('Asset'), ['assets']],
|
||||||
[this.$t('Secret'), [
|
[this.$t('Secret'), [
|
||||||
'secret_type', 'password', 'ssh_key', 'token',
|
'secret_type', 'password', 'ssh_key', 'token',
|
||||||
'access_key', 'passphrase', 'api_key',
|
'access_key', 'passphrase', 'api_key',
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { mapGetters } from 'vuex'
|
import { mapGetters } from 'vuex'
|
||||||
import { accountOtherActions, accountQuickFilters, connectivityMeta } from './const'
|
import { accountOtherActions, accountQuickFilters, connectivityMeta, isDirectoryServiceAccount } from './const'
|
||||||
import { openTaskPage } from '@/utils/jms'
|
import { openTaskPage } from '@/utils/jms'
|
||||||
import {
|
import {
|
||||||
AccountConnectFormatter,
|
AccountConnectFormatter,
|
||||||
@ -182,13 +182,21 @@ export default {
|
|||||||
},
|
},
|
||||||
columnsMeta: {
|
columnsMeta: {
|
||||||
name: {
|
name: {
|
||||||
width: '120px',
|
minWidth: '60px',
|
||||||
formatterArgs: {
|
formatterArgs: {
|
||||||
can: () => vm.$hasPerm('accounts.view_account'),
|
can: () => vm.$hasPerm('accounts.view_account'),
|
||||||
getRoute: ({ row }) => ({
|
getRoute: ({ row }) => ({
|
||||||
name: 'AccountDetail',
|
name: 'AccountDetail',
|
||||||
params: { id: row.id }
|
params: { id: row.id }
|
||||||
}),
|
}),
|
||||||
|
getTitle: ({ row }) => {
|
||||||
|
let title = row.name
|
||||||
|
if (row.ds && this.asset && this.asset.id !== row.asset.id) {
|
||||||
|
const dsID = row.ds.id.split('-')[0]
|
||||||
|
title = `${row.name}@${dsID}`
|
||||||
|
}
|
||||||
|
return title
|
||||||
|
},
|
||||||
getDrawerTitle({ row }) {
|
getDrawerTitle({ row }) {
|
||||||
return `${row.username}@${row.asset.name}`
|
return `${row.username}@${row.asset.name}`
|
||||||
}
|
}
|
||||||
@ -208,15 +216,19 @@ export default {
|
|||||||
width: '80px',
|
width: '80px',
|
||||||
formatter: AccountConnectFormatter,
|
formatter: AccountConnectFormatter,
|
||||||
formatterArgs: {
|
formatterArgs: {
|
||||||
buttonIcon: 'fa fa-desktop',
|
asset: this.asset,
|
||||||
url: '/api/v1/assets/assets/{id}',
|
can: ({ row }) => {
|
||||||
can: () => this.currentUserIsSuperAdmin,
|
return this.currentUserIsSuperAdmin
|
||||||
connectUrlTemplate: (row) => `/luna/pam_connect/${row.id}/${row.username}/${row.asset.id}/${row.asset.name}/`,
|
}
|
||||||
setMapItem: (id, protocol) => {
|
}
|
||||||
this.$store.commit('table/SET_PROTOCOL_MAP_ITEM', {
|
},
|
||||||
key: id,
|
ds: {
|
||||||
value: protocol
|
width: '100px',
|
||||||
})
|
formatter: (row) => {
|
||||||
|
if (row.ds && row.ds['domain_name']) {
|
||||||
|
return row.ds['domain_name']
|
||||||
|
} else {
|
||||||
|
return ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -229,12 +241,20 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
asset: {
|
asset: {
|
||||||
|
minWidth: '100px',
|
||||||
formatter: function(row) {
|
formatter: function(row) {
|
||||||
return row.asset.name
|
return row.asset.name
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
username: {
|
username: {
|
||||||
width: '120px'
|
minWidth: '60px',
|
||||||
|
formatter: function(row) {
|
||||||
|
if (row.ds && row.ds['domain_name']) {
|
||||||
|
return `${row.username}@${row.ds['domain_name']}`
|
||||||
|
} else {
|
||||||
|
return row.username
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
secret_type: {
|
secret_type: {
|
||||||
formatter: function(row) {
|
formatter: function(row) {
|
||||||
@ -264,10 +284,15 @@ export default {
|
|||||||
formatter: ActionsFormatter,
|
formatter: ActionsFormatter,
|
||||||
has: this.showActions,
|
has: this.showActions,
|
||||||
formatterArgs: {
|
formatterArgs: {
|
||||||
|
performDelete: ({ row }) => {
|
||||||
|
const id = row.id
|
||||||
|
const url = `/api/v1/accounts/accounts/${id}/`
|
||||||
|
return this.$axios.delete(url)
|
||||||
|
},
|
||||||
hasUpdate: false, // can set function(row, value)
|
hasUpdate: false, // can set function(row, value)
|
||||||
hasDelete: true, // can set function(row, value)
|
hasDelete: true, // can set function(row, value)
|
||||||
hasClone: false,
|
hasClone: false,
|
||||||
canDelete: () => vm.$hasPerm('accounts.delete_account'),
|
canDelete: ({ row }) => vm.$hasPerm('accounts.delete_account') && !isDirectoryServiceAccount(row, this),
|
||||||
moreActionsTitle: this.$t('More'),
|
moreActionsTitle: this.$t('More'),
|
||||||
extraActions: accountOtherActions(this)
|
extraActions: accountOtherActions(this)
|
||||||
}
|
}
|
||||||
|
@ -7,11 +7,21 @@ export const connectivityMeta = {
|
|||||||
faChoices: {
|
faChoices: {
|
||||||
'-': '',
|
'-': '',
|
||||||
ok: 'fa-check-circle',
|
ok: 'fa-check-circle',
|
||||||
err: 'fa-times-circle'
|
err: 'fa-times-circle',
|
||||||
|
auth_err: 'fa-times-circle',
|
||||||
|
password_err: 'fa-times-circle',
|
||||||
|
openssh_key_err: 'fa-times-circle',
|
||||||
|
ntlm_err: 'fa-times-circle',
|
||||||
|
create_temp_err: 'fa-times-circle'
|
||||||
},
|
},
|
||||||
classChoices: {
|
classChoices: {
|
||||||
ok: 'text-primary',
|
ok: 'text-primary',
|
||||||
err: 'text-danger'
|
err: 'text-danger',
|
||||||
|
auth_err: 'text-danger',
|
||||||
|
password_err: 'text-danger',
|
||||||
|
openssh_key_err: 'text-danger',
|
||||||
|
ntlm_err: 'text-danger',
|
||||||
|
create_temp_err: 'text-danger'
|
||||||
},
|
},
|
||||||
getText({ cellValue }) {
|
getText({ cellValue }) {
|
||||||
if (cellValue?.value === '-' || cellValue?.value === 'unknown') {
|
if (cellValue?.value === '-' || cellValue?.value === 'unknown') {
|
||||||
@ -24,162 +34,191 @@ export const connectivityMeta = {
|
|||||||
width: '130px'
|
width: '130px'
|
||||||
}
|
}
|
||||||
|
|
||||||
export const accountOtherActions = (vm) => [
|
export function isDirectoryServiceAccount(account, vm) {
|
||||||
{
|
return vm.asset && vm.asset.id !== account.asset.id
|
||||||
name: 'View',
|
}
|
||||||
title: vm.$t('View'),
|
|
||||||
can: vm.$hasPerm('accounts.view_accountsecret'),
|
|
||||||
type: 'primary',
|
|
||||||
order: 1,
|
|
||||||
callback: ({ row }) => {
|
|
||||||
// debugger
|
|
||||||
vm.secretUrl = `/api/v1/accounts/account-secrets/${row.id}/`
|
|
||||||
vm.account = row
|
|
||||||
vm.showViewSecretDialog = false
|
|
||||||
setTimeout(() => {
|
|
||||||
vm.showViewSecretDialog = true
|
|
||||||
})
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'Update',
|
|
||||||
title: vm.$t('Edit'),
|
|
||||||
can: vm.$hasPerm('accounts.change_account') && !vm.$store.getters.currentOrgIsRoot,
|
|
||||||
callback: ({ row }) => {
|
|
||||||
vm.isUpdateAccount = true
|
|
||||||
const data = {
|
|
||||||
...vm.asset,
|
|
||||||
...row.asset
|
|
||||||
}
|
|
||||||
vm.iAsset = data
|
|
||||||
vm.account = row
|
|
||||||
vm.addTemplate = false
|
|
||||||
vm.showAddDialog = false
|
|
||||||
setTimeout(() => {
|
|
||||||
vm.showAddDialog = true
|
|
||||||
})
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'UpdateSecret',
|
|
||||||
title: vm.$t('EditSecret'),
|
|
||||||
can: vm.$hasPerm('accounts.change_account') && !vm.$store.getters.currentOrgIsRoot,
|
|
||||||
callback: ({ row }) => {
|
|
||||||
const data = {
|
|
||||||
...vm.asset,
|
|
||||||
...row.asset
|
|
||||||
}
|
|
||||||
vm.account = row
|
|
||||||
vm.iAsset = data
|
|
||||||
vm.showUpdateSecretDialog = false
|
|
||||||
vm.accountCreateUpdateTitle = vm.$t('UpdateAccount')
|
|
||||||
setTimeout(() => {
|
|
||||||
vm.showUpdateSecretDialog = true
|
|
||||||
})
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'Clone',
|
|
||||||
title: vm.$t('Duplicate'),
|
|
||||||
has: () => {
|
|
||||||
return !vm.asset
|
|
||||||
},
|
|
||||||
can: vm.$hasPerm('accounts.add_account') && !vm.$store.getters.currentOrgIsRoot,
|
|
||||||
callback: ({ row }) => {
|
|
||||||
vm.account = {
|
|
||||||
name: `${row.name} - ${vm.$t('Duplicate').toLowerCase()}`,
|
|
||||||
username: `${row.username} - ${vm.$t('Duplicate').toLowerCase()}`,
|
|
||||||
payload: 'pam_account_clone'
|
|
||||||
}
|
|
||||||
vm.iAsset = vm.asset
|
|
||||||
|
|
||||||
vm.showAddDialog = false
|
export const accountOtherActions = (vm) => {
|
||||||
setTimeout(() => {
|
return [
|
||||||
|
{
|
||||||
|
name: 'View',
|
||||||
|
title: vm.$t('View'),
|
||||||
|
can: vm.$hasPerm('accounts.view_accountsecret'),
|
||||||
|
type: 'primary',
|
||||||
|
order: 1,
|
||||||
|
callback: ({ row }) => {
|
||||||
|
// debugger
|
||||||
|
vm.secretUrl = `/api/v1/accounts/account-secrets/${row.id}/`
|
||||||
|
vm.account = row
|
||||||
|
vm.showViewSecretDialog = false
|
||||||
|
setTimeout(() => {
|
||||||
|
vm.showViewSecretDialog = true
|
||||||
|
})
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Update',
|
||||||
|
title: vm.$t('Edit'),
|
||||||
|
can: ({ row }) => {
|
||||||
|
return vm.$hasPerm('accounts.change_account') &&
|
||||||
|
!vm.$store.getters.currentOrgIsRoot &&
|
||||||
|
!isDirectoryServiceAccount(row, vm)
|
||||||
|
},
|
||||||
|
callback: ({ row }) => {
|
||||||
|
vm.isUpdateAccount = true
|
||||||
|
const data = {
|
||||||
|
...vm.asset,
|
||||||
|
...row.asset
|
||||||
|
}
|
||||||
|
vm.iAsset = data
|
||||||
|
vm.account = row
|
||||||
|
vm.addTemplate = false
|
||||||
|
vm.showAddDialog = false
|
||||||
|
setTimeout(() => {
|
||||||
|
vm.showAddDialog = true
|
||||||
|
})
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'UpdateSecret',
|
||||||
|
title: vm.$t('EditSecret'),
|
||||||
|
can: ({ row }) => {
|
||||||
|
return vm.$hasPerm('accounts.change_account') &&
|
||||||
|
!vm.$store.getters.currentOrgIsRoot &&
|
||||||
|
!isDirectoryServiceAccount(row, vm)
|
||||||
|
},
|
||||||
|
callback: ({ row }) => {
|
||||||
|
const data = {
|
||||||
|
...vm.asset,
|
||||||
|
...row.asset
|
||||||
|
}
|
||||||
|
vm.account = row
|
||||||
|
vm.iAsset = data
|
||||||
|
vm.showUpdateSecretDialog = false
|
||||||
|
vm.accountCreateUpdateTitle = vm.$t('UpdateAccount')
|
||||||
|
setTimeout(() => {
|
||||||
|
vm.showUpdateSecretDialog = true
|
||||||
|
})
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Clone',
|
||||||
|
title: vm.$t('Duplicate'),
|
||||||
|
has: () => {
|
||||||
|
return !vm.asset
|
||||||
|
},
|
||||||
|
can: ({ row }) => {
|
||||||
|
return vm.$hasPerm('accounts.add_account') &&
|
||||||
|
!vm.$store.getters.currentOrgIsRoot &&
|
||||||
|
!isDirectoryServiceAccount(row, vm)
|
||||||
|
},
|
||||||
|
callback: ({ row }) => {
|
||||||
|
vm.account = {
|
||||||
|
name: `${row.name} - ${vm.$t('Duplicate').toLowerCase()}`,
|
||||||
|
username: `${row.username} - ${vm.$t('Duplicate').toLowerCase()}`,
|
||||||
|
payload: 'pam_account_clone'
|
||||||
|
}
|
||||||
|
vm.iAsset = vm.asset
|
||||||
|
|
||||||
|
vm.showAddDialog = false
|
||||||
|
setTimeout(() => {
|
||||||
|
vm.showAddDialog = true
|
||||||
|
})
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Test',
|
||||||
|
title: vm.$t('VerifySecret'),
|
||||||
|
divided: true,
|
||||||
|
can: ({ row }) =>
|
||||||
|
!vm.$store.getters.currentOrgIsRoot &&
|
||||||
|
vm.$hasPerm('accounts.verify_account') &&
|
||||||
|
row.asset['auto_config'].ansible_enabled &&
|
||||||
|
row.asset['auto_config'].ping_enabled,
|
||||||
|
callback: ({ row }) => {
|
||||||
|
vm.$axios.post(
|
||||||
|
`/api/v1/accounts/accounts/tasks/`,
|
||||||
|
{ action: 'verify', accounts: [row.id] }
|
||||||
|
).then(res => {
|
||||||
|
openTaskPage(res['task'])
|
||||||
|
})
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'ClearSecret',
|
||||||
|
title: vm.$t('ClearSecret'),
|
||||||
|
can: ({ row }) => {
|
||||||
|
return vm.$hasPerm('accounts.change_account') &&
|
||||||
|
!isDirectoryServiceAccount(row, vm)
|
||||||
|
},
|
||||||
|
type: 'primary',
|
||||||
|
callback: ({ row }) => {
|
||||||
|
vm.$axios.patch(
|
||||||
|
`/api/v1/accounts/accounts/clear-secret/`,
|
||||||
|
{ account_ids: [row.id] }
|
||||||
|
).then(() => {
|
||||||
|
vm.$message.success(vm.$tc('ClearSuccessMsg'))
|
||||||
|
})
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'SecretHistory',
|
||||||
|
title: vm.$t('HistoryPassword'),
|
||||||
|
can: () => vm.$hasPerm('accounts.view_accountsecret'),
|
||||||
|
type: 'primary',
|
||||||
|
callback: ({ row }) => {
|
||||||
|
vm.account = row
|
||||||
|
vm.currentAccountColumn = row
|
||||||
|
vm.showViewSecretDialog = false
|
||||||
|
vm.secretUrl = `/api/v1/accounts/account-secrets/${row.id}/`
|
||||||
|
setTimeout(() => {
|
||||||
|
vm.showViewSecretDialog = true
|
||||||
|
})
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'CopyToOther',
|
||||||
|
title: vm.$t('CopyToAsset'),
|
||||||
|
type: 'primary',
|
||||||
|
divided: true,
|
||||||
|
can: ({ row }) => {
|
||||||
|
return vm.$hasPerm('accounts.add_account') &&
|
||||||
|
!vm.$store.getters.currentOrgIsRoot &&
|
||||||
|
!isDirectoryServiceAccount(row, vm)
|
||||||
|
},
|
||||||
|
has: () => {
|
||||||
|
return !vm.asset
|
||||||
|
},
|
||||||
|
callback: ({ row }) => {
|
||||||
|
vm.accountCreateUpdateTitle = vm.$t('CopyToOther')
|
||||||
|
vm.$route.query.flag = 'copy'
|
||||||
|
vm.iAsset = vm.asset
|
||||||
|
vm.account = row
|
||||||
vm.showAddDialog = true
|
vm.showAddDialog = true
|
||||||
})
|
}
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'Test',
|
|
||||||
title: vm.$t('VerifySecret'),
|
|
||||||
divided: true,
|
|
||||||
can: ({ row }) =>
|
|
||||||
!vm.$store.getters.currentOrgIsRoot &&
|
|
||||||
vm.$hasPerm('accounts.verify_account') &&
|
|
||||||
row.asset['auto_config'].ansible_enabled &&
|
|
||||||
row.asset['auto_config'].ping_enabled,
|
|
||||||
callback: ({ row }) => {
|
|
||||||
vm.$axios.post(
|
|
||||||
`/api/v1/accounts/accounts/tasks/`,
|
|
||||||
{ action: 'verify', accounts: [row.id] }
|
|
||||||
).then(res => {
|
|
||||||
openTaskPage(res['task'])
|
|
||||||
})
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'ClearSecret',
|
|
||||||
title: vm.$t('ClearSecret'),
|
|
||||||
can: vm.$hasPerm('accounts.change_account'),
|
|
||||||
type: 'primary',
|
|
||||||
callback: ({ row }) => {
|
|
||||||
vm.$axios.patch(
|
|
||||||
`/api/v1/accounts/accounts/clear-secret/`,
|
|
||||||
{ account_ids: [row.id] }
|
|
||||||
).then(() => {
|
|
||||||
vm.$message.success(vm.$tc('ClearSuccessMsg'))
|
|
||||||
})
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'SecretHistory',
|
|
||||||
title: vm.$t('HistoryPassword'),
|
|
||||||
can: () => vm.$hasPerm('accounts.view_accountsecret'),
|
|
||||||
type: 'primary',
|
|
||||||
callback: ({ row }) => {
|
|
||||||
vm.account = row
|
|
||||||
vm.currentAccountColumn = row
|
|
||||||
vm.showViewSecretDialog = false
|
|
||||||
vm.secretUrl = `/api/v1/accounts/account-secrets/${row.id}/`
|
|
||||||
setTimeout(() => {
|
|
||||||
vm.showViewSecretDialog = true
|
|
||||||
})
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'CopyToOther',
|
|
||||||
title: vm.$t('CopyToAsset'),
|
|
||||||
type: 'primary',
|
|
||||||
divided: true,
|
|
||||||
can: () => vm.$hasPerm('accounts.add_account') && !vm.$store.getters.currentOrgIsRoot,
|
|
||||||
has: () => {
|
|
||||||
return !vm.asset
|
|
||||||
},
|
},
|
||||||
callback: ({ row }) => {
|
{
|
||||||
vm.accountCreateUpdateTitle = vm.$t('CopyToOther')
|
name: 'MoveToOther',
|
||||||
vm.$route.query.flag = 'copy'
|
title: vm.$t('MoveToAsset'),
|
||||||
vm.iAsset = vm.asset
|
type: 'primary',
|
||||||
vm.account = row
|
can: ({ row }) => {
|
||||||
vm.showAddDialog = true
|
return vm.$hasPerm('accounts.add_account') &&
|
||||||
|
!vm.$store.getters.currentOrgIsRoot &&
|
||||||
|
!isDirectoryServiceAccount(row, vm)
|
||||||
|
},
|
||||||
|
has: () => {
|
||||||
|
return !vm.asset
|
||||||
|
},
|
||||||
|
callback: ({ row }) => {
|
||||||
|
vm.accountCreateUpdateTitle = vm.$t('MoveToOther')
|
||||||
|
vm.$route.query.flag = 'move'
|
||||||
|
vm.iAsset = vm.asset
|
||||||
|
vm.account = row
|
||||||
|
vm.showAddDialog = true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
]
|
||||||
{
|
}
|
||||||
name: 'MoveToOther',
|
|
||||||
title: vm.$t('MoveToAsset'),
|
|
||||||
type: 'primary',
|
|
||||||
can: () => vm.$hasPerm('accounts.add_account') && !vm.$store.getters.currentOrgIsRoot,
|
|
||||||
has: () => {
|
|
||||||
return !vm.asset
|
|
||||||
},
|
|
||||||
callback: ({ row }) => {
|
|
||||||
vm.accountCreateUpdateTitle = vm.$t('MoveToOther')
|
|
||||||
vm.$route.query.flag = 'move'
|
|
||||||
vm.iAsset = vm.asset
|
|
||||||
vm.account = row
|
|
||||||
vm.showAddDialog = true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
||||||
export const accountQuickFilters = (vm) => [
|
export const accountQuickFilters = (vm) => [
|
||||||
{
|
{
|
||||||
|
58
src/components/Apps/LeakPasswords/LeakPasswordList.vue
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
<template>
|
||||||
|
<ListTable ref="ListTable" :header-actions="headerActions" :table-config="tableConfig" :create-drawer="createDrawer" />
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import { DrawerListTable as ListTable } from '@/components'
|
||||||
|
|
||||||
|
export default {
|
||||||
|
name: 'LeakPasswordList',
|
||||||
|
components: {
|
||||||
|
ListTable
|
||||||
|
},
|
||||||
|
props: {
|
||||||
|
object: {
|
||||||
|
type: Object,
|
||||||
|
required: false,
|
||||||
|
default: () => ({})
|
||||||
|
}
|
||||||
|
},
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
createDrawer: () => import('@/components/Apps/LeakPasswords/LeakPasswordsCreateUpdate.vue'),
|
||||||
|
tableConfig: {
|
||||||
|
url: '/api/v1/settings/leak-passwords/',
|
||||||
|
columns: [
|
||||||
|
'password'
|
||||||
|
],
|
||||||
|
columnsMeta: {
|
||||||
|
actions: {
|
||||||
|
formatterArgs: {
|
||||||
|
hasClone: false,
|
||||||
|
canDelete: this.$hasPerm('settings.change_security'),
|
||||||
|
canUpdate: this.$hasPerm('settings.change_security')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
},
|
||||||
|
headerActions: {
|
||||||
|
hasExport: false,
|
||||||
|
hasImport: false,
|
||||||
|
hasCreate: true,
|
||||||
|
hasSearch: true,
|
||||||
|
hasRefresh: true,
|
||||||
|
hasBulkDelete: false,
|
||||||
|
hasBulkUpdate: false,
|
||||||
|
hasLeftActions: true,
|
||||||
|
hasRightActions: true,
|
||||||
|
canCreate: this.$hasPerm('settings.change_security')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang='less' scoped>
|
||||||
|
|
||||||
|
</style>
|
@ -0,0 +1,41 @@
|
|||||||
|
<template>
|
||||||
|
<div v-loading="loading">
|
||||||
|
<GenericCreateUpdatePage
|
||||||
|
v-if="!loading"
|
||||||
|
class="user-create-update"
|
||||||
|
v-bind="$data"
|
||||||
|
:title="null"
|
||||||
|
v-on="$listeners"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import { GenericCreateUpdatePage } from '@/layout/components'
|
||||||
|
|
||||||
|
export default {
|
||||||
|
name: 'LeakPasswordsCreateUpdate',
|
||||||
|
components: {
|
||||||
|
GenericCreateUpdatePage
|
||||||
|
},
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
loading: true,
|
||||||
|
fields: [
|
||||||
|
[this.$t('Basic'), ['password']]
|
||||||
|
],
|
||||||
|
encryptedFields: [],
|
||||||
|
url: '/api/v1/settings/leak-passwords/'
|
||||||
|
|
||||||
|
}
|
||||||
|
},
|
||||||
|
async mounted() {
|
||||||
|
this.loading = false
|
||||||
|
},
|
||||||
|
methods: {}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
|
||||||
|
</style>
|
76
src/components/Apps/LeakPasswords/index.vue
Normal file
@ -0,0 +1,76 @@
|
|||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<div>
|
||||||
|
<el-button
|
||||||
|
size="mini"
|
||||||
|
type="primary"
|
||||||
|
@click="onOpenDialog"
|
||||||
|
>
|
||||||
|
{{ $tc('View') }}
|
||||||
|
</el-button>
|
||||||
|
</div>
|
||||||
|
<Dialog
|
||||||
|
:destroy-on-close="true"
|
||||||
|
:show-cancel="false"
|
||||||
|
:show-confirm="false"
|
||||||
|
:title="title"
|
||||||
|
:visible.sync="visible"
|
||||||
|
v-bind="$attrs"
|
||||||
|
width="40%"
|
||||||
|
v-on="$listeners"
|
||||||
|
>
|
||||||
|
<LeakPasswordList />
|
||||||
|
</Dialog>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import { Dialog } from '@/components'
|
||||||
|
import LeakPasswordList from '@/components/Apps/LeakPasswords/LeakPasswordList.vue'
|
||||||
|
|
||||||
|
export default {
|
||||||
|
componentName: 'LeakPasswords',
|
||||||
|
components: {
|
||||||
|
LeakPasswordList,
|
||||||
|
Dialog
|
||||||
|
},
|
||||||
|
props: {
|
||||||
|
value: {
|
||||||
|
type: Object,
|
||||||
|
default: () => ({})
|
||||||
|
},
|
||||||
|
title: {
|
||||||
|
type: String,
|
||||||
|
default: function() {
|
||||||
|
return this.$t('LeakPasswordList')
|
||||||
|
}
|
||||||
|
},
|
||||||
|
url: {
|
||||||
|
type: String,
|
||||||
|
default: `/api/v1/settings/leak-passwords/`
|
||||||
|
}
|
||||||
|
},
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
visible: false,
|
||||||
|
form: this.value,
|
||||||
|
config: {
|
||||||
|
url: this.url,
|
||||||
|
hasSaveContinue: false,
|
||||||
|
hasButtons: true,
|
||||||
|
fields: [],
|
||||||
|
fieldsMeta: {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
methods: {
|
||||||
|
onOpenDialog() {
|
||||||
|
this.visible = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
</style>
|
@ -49,16 +49,34 @@
|
|||||||
</el-select>
|
</el-select>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row :gutter="24" style="margin: 0 auto;">
|
<el-row v-if="!noCodeMFA.includes(subTypeSelected)" :gutter="24" style="margin: 0 auto;">
|
||||||
<el-col :md="24" :sm="24" style="display: flex; align-items: center; margin-bottom: 20px;">
|
<el-col :md="24" :sm="24" style="display: flex; align-items: center; ">
|
||||||
<el-input
|
<el-input
|
||||||
v-if="subTypeSelected !== 'face'"
|
|
||||||
v-model="secretValue"
|
v-model="secretValue"
|
||||||
:placeholder="inputPlaceholder"
|
:placeholder="inputPlaceholder"
|
||||||
:show-password="showPassword"
|
:show-password="showPassword"
|
||||||
@keyup.enter.native="handleConfirm"
|
@keyup.enter.native="handleConfirm"
|
||||||
/>
|
/>
|
||||||
|
<span v-if="subTypeSelected === 'sms' || subTypeSelected === 'email'" style="margin: -1px 0 0 20px;">
|
||||||
|
<el-button
|
||||||
|
:disabled="smsBtnDisabled"
|
||||||
|
size="mini"
|
||||||
|
style="line-height: 14px; float: right;"
|
||||||
|
type="primary"
|
||||||
|
@click="sendCode"
|
||||||
|
>
|
||||||
|
{{ smsBtnText }}
|
||||||
|
</el-button>
|
||||||
|
</span>
|
||||||
|
</el-col>
|
||||||
|
</el-row>
|
||||||
|
<el-row>
|
||||||
|
<el-col>
|
||||||
|
<iframe
|
||||||
|
v-if="passkeyVisible"
|
||||||
|
:src="passkeyUrl"
|
||||||
|
style="display: none"
|
||||||
|
/>
|
||||||
<iframe
|
<iframe
|
||||||
v-if="isFaceCaptureVisible && subTypeSelected ==='face' && faceCaptureUrl"
|
v-if="isFaceCaptureVisible && subTypeSelected ==='face' && faceCaptureUrl"
|
||||||
:src="faceCaptureUrl"
|
:src="faceCaptureUrl"
|
||||||
@ -66,24 +84,12 @@
|
|||||||
sandbox="allow-scripts allow-same-origin"
|
sandbox="allow-scripts allow-same-origin"
|
||||||
style="width: 100%; height: 800px;border: none;"
|
style="width: 100%; height: 800px;border: none;"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<span v-if="subTypeSelected === 'sms'" style="margin: -1px 0 0 20px;">
|
|
||||||
<el-button
|
|
||||||
:disabled="smsBtnDisabled"
|
|
||||||
size="mini"
|
|
||||||
style="line-height: 14px; float: right;"
|
|
||||||
type="primary"
|
|
||||||
@click="sendSMSCode"
|
|
||||||
>
|
|
||||||
{{ smsBtnText }}
|
|
||||||
</el-button>
|
|
||||||
</span>
|
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row :gutter="24" style="margin: 10px auto;">
|
<el-row :gutter="24" style="margin: 20px auto 10px;">
|
||||||
<el-col :md="24" :sm="24">
|
<el-col :md="24" :sm="24">
|
||||||
<el-button
|
<el-button
|
||||||
v-if="subTypeSelected!=='face'"
|
v-if="!noCodeMFA.includes(subTypeSelected)"
|
||||||
class="confirm-btn"
|
class="confirm-btn"
|
||||||
size="mini"
|
size="mini"
|
||||||
type="primary"
|
type="primary"
|
||||||
@ -92,7 +98,8 @@
|
|||||||
{{ this.$t('Confirm') }}
|
{{ this.$t('Confirm') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
v-if="subTypeSelected==='face'&&!isFaceCaptureVisible"
|
v-if="sendCodeMFA.includes(subTypeSelected)"
|
||||||
|
:disabled="isFaceCaptureVisible"
|
||||||
class="confirm-btn"
|
class="confirm-btn"
|
||||||
size="mini"
|
size="mini"
|
||||||
type="primary"
|
type="primary"
|
||||||
@ -100,6 +107,16 @@
|
|||||||
>
|
>
|
||||||
{{ this.$tc('VerifyFace') }}
|
{{ this.$tc('VerifyFace') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
|
<el-button
|
||||||
|
v-if="subTypeSelected === 'passkey'"
|
||||||
|
v-loading="passkeyVisible"
|
||||||
|
class="confirm-btn"
|
||||||
|
size="mini"
|
||||||
|
type="primary"
|
||||||
|
@click="handlePasskeyVerify"
|
||||||
|
>
|
||||||
|
{{ this.$tc('Next') }}
|
||||||
|
</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
</div>
|
</div>
|
||||||
@ -141,7 +158,11 @@ export default {
|
|||||||
processing: false,
|
processing: false,
|
||||||
isFaceCaptureVisible: false,
|
isFaceCaptureVisible: false,
|
||||||
faceToken: null,
|
faceToken: null,
|
||||||
faceCaptureUrl: null
|
faceCaptureUrl: null,
|
||||||
|
noCodeMFA: ['face', 'passkey'],
|
||||||
|
sendCodeMFA: ['email', 'sms'],
|
||||||
|
passkeyVisible: false,
|
||||||
|
passkeyUrl: '/api/v1/authentication/passkeys/login/?mfa=1'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
@ -204,8 +225,8 @@ export default {
|
|||||||
logout() {
|
logout() {
|
||||||
window.location.href = `${process.env.VUE_APP_LOGOUT_PATH}?next=${this.$route.fullPath}`
|
window.location.href = `${process.env.VUE_APP_LOGOUT_PATH}?next=${this.$route.fullPath}`
|
||||||
},
|
},
|
||||||
sendSMSCode() {
|
sendCode() {
|
||||||
this.$axios.post(`/api/v1/authentication/mfa/select/`, { type: 'sms' }).then(res => {
|
this.$axios.post(`/api/v1/authentication/mfa/select/`, { type: this.subTypeSelected }).then(res => {
|
||||||
this.$message.success(this.$tc('VerificationCodeSent'))
|
this.$message.success(this.$tc('VerificationCodeSent'))
|
||||||
let time = 60
|
let time = 60
|
||||||
this.smsBtnDisabled = true
|
this.smsBtnDisabled = true
|
||||||
@ -224,6 +245,26 @@ export default {
|
|||||||
this.$message.error(this.$tc('FailedToSendVerificationCode'))
|
this.$message.error(this.$tc('FailedToSendVerificationCode'))
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
handlePasskeyVerify() {
|
||||||
|
this.passkeyVisible = true
|
||||||
|
this.checkPasskeyStatus()
|
||||||
|
},
|
||||||
|
checkPasskeyStatus() {
|
||||||
|
const url = '/api/v1/authentication/confirm/check/?confirm_type=mfa'
|
||||||
|
const t = setInterval(() => {
|
||||||
|
this.$axios.get(url).then(data => {
|
||||||
|
this.passkeyVisible = false
|
||||||
|
this.onSuccess()
|
||||||
|
})
|
||||||
|
}, 1000)
|
||||||
|
setTimeout(() => {
|
||||||
|
clearInterval(t)
|
||||||
|
if (this.passkeyVisible) {
|
||||||
|
this.passkeyVisible = false
|
||||||
|
this.$message.error(this.$tc('PasskeyTimeout'))
|
||||||
|
}
|
||||||
|
}, 10000)
|
||||||
|
},
|
||||||
startFaceCapture() {
|
startFaceCapture() {
|
||||||
const url = '/api/v1/authentication/face/context/'
|
const url = '/api/v1/authentication/face/context/'
|
||||||
this.$axios.post(url).then(data => {
|
this.$axios.post(url).then(data => {
|
||||||
@ -247,6 +288,13 @@ export default {
|
|||||||
handleFaceCapture() {
|
handleFaceCapture() {
|
||||||
this.startFaceCapture()
|
this.startFaceCapture()
|
||||||
},
|
},
|
||||||
|
onSuccess() {
|
||||||
|
this.secretValue = ''
|
||||||
|
this.visible = false
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.callback()
|
||||||
|
})
|
||||||
|
},
|
||||||
handleConfirm() {
|
handleConfirm() {
|
||||||
if (this.confirmTypeRequired === 'relogin') {
|
if (this.confirmTypeRequired === 'relogin') {
|
||||||
return this.logout()
|
return this.logout()
|
||||||
@ -262,11 +310,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.$axios.post(`/api/v1/authentication/confirm/`, data).then(() => {
|
this.$axios.post(`/api/v1/authentication/confirm/`, data).then(() => {
|
||||||
this.secretValue = ''
|
this.onSuccess()
|
||||||
this.visible = false
|
|
||||||
this.$nextTick(() => {
|
|
||||||
this.callback()
|
|
||||||
})
|
|
||||||
}).catch((err) => {
|
}).catch((err) => {
|
||||||
this.$message.error(err.message || this.$tc('ConfirmFailed'))
|
this.$message.error(err.message || this.$tc('ConfirmFailed'))
|
||||||
this.faceCaptureUrl = null
|
this.faceCaptureUrl = null
|
||||||
|
@ -361,9 +361,10 @@ export default {
|
|||||||
},
|
},
|
||||||
// 填充表达式
|
// 填充表达式
|
||||||
submitFill() {
|
submitFill() {
|
||||||
|
const minMinutes = 60
|
||||||
const crontabDiffMin = this.crontabDiff / 1000 / 60
|
const crontabDiffMin = this.crontabDiff / 1000 / 60
|
||||||
if (crontabDiffMin > 0 && crontabDiffMin < 10) {
|
if (crontabDiffMin > 0 && crontabDiffMin < minMinutes) {
|
||||||
const msg = this.$tc('CrontabDiffError')
|
const msg = this.$t('CrontabDiffError', { minutes: minMinutes })
|
||||||
this.$message.error(msg)
|
this.$message.error(msg)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
@ -10,15 +10,18 @@
|
|||||||
<el-form-item>
|
<el-form-item>
|
||||||
<el-radio v-model="radioValue" :label="2">
|
<el-radio v-model="radioValue" :label="2">
|
||||||
{{ this.$t('From') }}
|
{{ this.$t('From') }}
|
||||||
<el-input-number v-model="cycle01" :max="60" :min="0" size="mini" /> -
|
<el-input-number v-model="cycle01" :max="23" :min="0" size="mini" />
|
||||||
<el-input-number v-model="cycle02" :max="60" :min="0" size="mini" /> {{ this.$t('Hour') }}
|
-
|
||||||
|
<el-input-number v-model="cycle02" :max="23" :min="0" size="mini" />
|
||||||
|
{{ this.$t('Hour') }}
|
||||||
</el-radio>
|
</el-radio>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
<el-radio v-model="radioValue" :label="3">
|
<el-radio v-model="radioValue" :label="3">
|
||||||
{{ this.$t('Every') }}
|
{{ this.$t('Every') }}
|
||||||
<el-input-number v-model="average02" :max="60" :min="1" size="mini" /> {{ this.$t('Hour') }} {{ this.$t('ExecuteOnce') }}
|
<el-input-number v-model="average02" :max="23" :min="1" size="mini" />
|
||||||
|
{{ this.$t('Hour') }} {{ this.$t('ExecuteOnce') }}
|
||||||
</el-radio>
|
</el-radio>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
@ -32,7 +35,7 @@
|
|||||||
multiple
|
multiple
|
||||||
style="width:100%"
|
style="width:100%"
|
||||||
>
|
>
|
||||||
<el-option v-for="item in 24" :key="item" :value="item-1">{{ item-1 }}</el-option>
|
<el-option v-for="item in 24" :key="item" :value="item-1">{{ item - 1 }}</el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-radio>
|
</el-radio>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<el-form-item>
|
<el-form-item>
|
||||||
<el-radio v-model="radioValue" :label="3">
|
<el-radio v-model="radioValue" :label="3">
|
||||||
{{ this.$t('From') }}
|
{{ this.$t('From') }}
|
||||||
<el-input-number v-model="average02" :max="60" :min="1" size="mini" />
|
<el-input-number v-model="average02" :max="59" :min="1" size="mini" />
|
||||||
{{ this.$t('Min') }} {{ this.$t('ExecuteOnce') }}
|
{{ this.$t('Min') }} {{ this.$t('ExecuteOnce') }}
|
||||||
</el-radio>
|
</el-radio>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
@ -39,6 +39,13 @@ export default {
|
|||||||
showCron: false
|
showCron: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
watch: {
|
||||||
|
value: {
|
||||||
|
handler(val) {
|
||||||
|
this.crontabFill(val)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
crontabFill(value) {
|
crontabFill(value) {
|
||||||
// 确定后回传的值
|
// 确定后回传的值
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
slot="prepend"
|
slot="prepend"
|
||||||
:placeholder="$tc('Select')"
|
:placeholder="$tc('Select')"
|
||||||
:value="rawValue.code"
|
:value="rawValue.code"
|
||||||
style="width: 105px;"
|
|
||||||
@change="onChange"
|
@change="onChange"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
@ -69,7 +68,11 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style lang="scss" scoped>
|
||||||
|
.el-select {
|
||||||
|
width: 85px;
|
||||||
|
}
|
||||||
|
|
||||||
.country-name {
|
.country-name {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
|
@ -53,6 +53,7 @@ export default {
|
|||||||
const vm = this
|
const vm = this
|
||||||
const platform = this.$route.query.platform
|
const platform = this.$route.query.platform
|
||||||
return {
|
return {
|
||||||
|
platform: '',
|
||||||
loading: true,
|
loading: true,
|
||||||
form: this.protocol,
|
form: this.protocol,
|
||||||
platformDetail: platform ? '#/console/assets/platforms/' + platform : '',
|
platformDetail: platform ? '#/console/assets/platforms/' + platform : '',
|
||||||
@ -97,11 +98,29 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
async mounted() {
|
||||||
|
try {
|
||||||
|
const drawActionMeta = await this.$store.dispatch('common/getDrawerActionMeta')
|
||||||
|
const platform = drawActionMeta.row.platform.id
|
||||||
|
const name = drawActionMeta.row.platform.name
|
||||||
|
|
||||||
|
if (platform) {
|
||||||
|
this.platformDetail = `/ui/#/settings/platforms?id=${platform}&name=${name}`
|
||||||
|
} else {
|
||||||
|
this.platformDetail = ''
|
||||||
|
}
|
||||||
|
} catch (e) {
|
||||||
|
throw new Error(e)
|
||||||
|
}
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
onSubmit(form) {
|
onSubmit(form) {
|
||||||
this.protocol = Object.assign(this.protocol, form)
|
this.protocol = Object.assign(this.protocol, form)
|
||||||
this.$emit('update:visible', false)
|
this.$emit('update:visible', false)
|
||||||
this.$emit('confirm', this.protocol)
|
this.$emit('confirm', this.protocol)
|
||||||
|
},
|
||||||
|
openInNewTab() {
|
||||||
|
window.open(this.platformDetail, '_blank')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -78,16 +78,18 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
filterTags: this.value,
|
|
||||||
focus: false,
|
focus: false,
|
||||||
filterValue: '',
|
filterValue: '',
|
||||||
isCheckShowPassword: this.replaceShowPassword,
|
filterTags: this.value,
|
||||||
component: this.autocomplete ? 'el-autocomplete' : 'el-input'
|
isCheckShowPassword: this.replaceShowPassword
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
iPlaceholder() {
|
iPlaceholder() {
|
||||||
return `${this.placeholder} (${this.$t('EnterToContinue')})`
|
return `${this.placeholder} (${this.$t('EnterToContinue')})`
|
||||||
|
},
|
||||||
|
component() {
|
||||||
|
return this.autocomplete !== null ? 'el-autocomplete' : 'el-input'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
@ -98,7 +100,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
handleTagClose(tag) {
|
handleTagClose(tag) {
|
||||||
this.filterTags.splice(this.filterTags.indexOf(tag), 1)
|
this.filterTags.splice(this.filterTags.indexOf(tag), 1)
|
||||||
this.$emit('change', this.filterTags)
|
this.handleConfirm()
|
||||||
},
|
},
|
||||||
handleSelect(item) {
|
handleSelect(item) {
|
||||||
this.filterValue = item.value
|
this.filterValue = item.value
|
||||||
@ -113,8 +115,9 @@ export default {
|
|||||||
if (!this.filterTags.includes(this.filterValue)) {
|
if (!this.filterTags.includes(this.filterValue)) {
|
||||||
this.filterTags.push(this.filterValue)
|
this.filterTags.push(this.filterValue)
|
||||||
this.filterValue = ''
|
this.filterValue = ''
|
||||||
this.$emit('change', this.filterTags)
|
|
||||||
}
|
}
|
||||||
|
this.$emit('change', this.filterTags)
|
||||||
|
this.$emit('input', this.filterTags)
|
||||||
this.$refs.SearchInput.focus()
|
this.$refs.SearchInput.focus()
|
||||||
},
|
},
|
||||||
handleTagClick(v, k) {
|
handleTagClick(v, k) {
|
||||||
@ -189,7 +192,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.filter-field ::v-deep .el-input__inner {
|
.filter-field ::v-deep .el-input__inner {
|
||||||
height: 28px !important;
|
height: 27px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.show-password {
|
.show-password {
|
||||||
|
@ -137,9 +137,10 @@ export default {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
const pageQuery = this.getPageQuery(this.page, this.paginationSize)
|
const pageQuery = this.getPageQuery(this.page, this.paginationSize)
|
||||||
const query = Object.assign(this.extraQuery, pageQuery)
|
const query = Object.assign(this.extraQuery, pageQuery, this.tableConfig.extraQuery)
|
||||||
const queryString = Object.keys(query).map(key => key + '=' + query[key]).join('&')
|
const queryString = Object.keys(query).map(key => key + '=' + query[key]).join('&')
|
||||||
const url = `${this.tableUrl}?${queryString}`
|
const connector = this.tableUrl.indexOf('?') === -1 ? '?' : '&'
|
||||||
|
const url = `${this.tableUrl}${connector}${queryString}`
|
||||||
|
|
||||||
const resp = await this.$axios.get(url, this.axiosConfig)
|
const resp = await this.$axios.get(url, this.axiosConfig)
|
||||||
const data = resp.data
|
const data = resp.data
|
||||||
@ -212,9 +213,6 @@ export default {
|
|||||||
::v-deep {
|
::v-deep {
|
||||||
.el-empty {
|
.el-empty {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
.el-empty__image {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -226,6 +224,8 @@ export default {
|
|||||||
|
|
||||||
.card-container {
|
.card-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: left;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-col, div {
|
.el-col, div {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="item-info">
|
<div class="item-info">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col v-for="item of infos" :key="item.content" :span="12" class="panel-item">
|
<el-col v-for="(item, i) of infos" :key="i" :span="12" class="panel-item">
|
||||||
<small class="item-label">{{ item.title }}</small>
|
<small class="item-label">{{ item.title }}</small>
|
||||||
<h4 class="item-value">{{ item.content }}</h4>
|
<h4 class="item-value">{{ item.content }}</h4>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
@ -1,24 +1,33 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<el-dropdown
|
<el-dropdown
|
||||||
v-if="hasPerm"
|
:disabled="!hasPerm"
|
||||||
|
:show-timeout="500"
|
||||||
|
class="action-connect"
|
||||||
size="small"
|
size="small"
|
||||||
trigger="hover"
|
trigger="hover"
|
||||||
:show-timeout="500"
|
type="primary"
|
||||||
@command="handleCommand"
|
@command="handleProtocolConnect"
|
||||||
@visible-change="visibleChange"
|
@visible-change="visibleChange"
|
||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
plain
|
plain
|
||||||
size="mini"
|
size="mini"
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="handlePamConnect"
|
:disabled="!hasPerm"
|
||||||
|
@click="handleBtnConnect"
|
||||||
>
|
>
|
||||||
<i :class="IButtonIcon" />
|
<i :class="iButtonIcon" :style="{ color: hasPerm ? '' : '#fff' }" />
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-dropdown-menu slot="dropdown">
|
|
||||||
<el-dropdown-item command="Title" disabled>
|
<el-dropdown-menu v-if="!isClick" slot="dropdown">
|
||||||
{{ ITitleText }}
|
<el-dropdown-item command="title" disabled>
|
||||||
|
<div v-if="getProtocolsLoading">
|
||||||
|
{{ $t('Loading') }}
|
||||||
|
</div>
|
||||||
|
<div v-else>
|
||||||
|
{{ dropdownTitle }}
|
||||||
|
</div>
|
||||||
</el-dropdown-item>
|
</el-dropdown-item>
|
||||||
<el-dropdown-item divided />
|
<el-dropdown-item divided />
|
||||||
<el-dropdown-item
|
<el-dropdown-item
|
||||||
@ -30,16 +39,6 @@
|
|||||||
</el-dropdown-item>
|
</el-dropdown-item>
|
||||||
</el-dropdown-menu>
|
</el-dropdown-menu>
|
||||||
</el-dropdown>
|
</el-dropdown>
|
||||||
|
|
||||||
<el-button
|
|
||||||
v-else
|
|
||||||
plain
|
|
||||||
size="mini"
|
|
||||||
type="primary"
|
|
||||||
:disabled="!hasPerm"
|
|
||||||
>
|
|
||||||
<i :class="IButtonIcon" style="color: #fff" />
|
|
||||||
</el-button>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -50,85 +49,73 @@ export default {
|
|||||||
name: 'AccountConnectFormatter',
|
name: 'AccountConnectFormatter',
|
||||||
extends: BaseFormatter,
|
extends: BaseFormatter,
|
||||||
props: {
|
props: {
|
||||||
buttonIcon: {
|
formatterArgsDefault: {
|
||||||
type: String,
|
type: Object,
|
||||||
default: 'fa fa-desktop'
|
default() {
|
||||||
},
|
return {
|
||||||
titleText: {
|
can: () => true,
|
||||||
type: String,
|
getConnectUrl: (row, protocol, asset) => {
|
||||||
default: ''
|
const assetId = asset ? asset.id : row.asset.id
|
||||||
},
|
return `/luna/admin-connect/?
|
||||||
url: {
|
asset=${assetId}
|
||||||
type: String,
|
&account=${row.id}
|
||||||
default: ''
|
&protocol=${protocol}
|
||||||
|
`.replace(/\s+/g, '')
|
||||||
|
},
|
||||||
|
asset: null,
|
||||||
|
assetUrl: '/api/v1/assets/assets/{id}/',
|
||||||
|
buttonIcon: 'fa fa-desktop'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
hasPerm: false,
|
formatterArgs: Object.assign(this.formatterArgsDefault, this.col.formatterArgs),
|
||||||
protocols: []
|
protocols: [],
|
||||||
|
isClick: false,
|
||||||
|
getProtocolsLoading: false,
|
||||||
|
dropdownTitle: this.$t('Protocols')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
IButtonIcon() {
|
iButtonIcon() {
|
||||||
return this.buttonIcon
|
return this.formatterArgs.buttonIcon
|
||||||
},
|
},
|
||||||
ITitleText() {
|
hasPerm() {
|
||||||
return this.titleText || this.$t('SelectProtocol')
|
return this.formatterArgs.can({ row: this.row, cellValue: this.cellValue })
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
|
||||||
this.hasPerm = this.formatterArgs.can()
|
|
||||||
},
|
|
||||||
methods: {
|
methods: {
|
||||||
handleCommand(protocol) {
|
handleProtocolConnect(protocol) {
|
||||||
if (protocol === 'Title') return
|
const url = this.formatterArgs.getConnectUrl(this.row, protocol, this.formatterArgs.asset)
|
||||||
|
window.open(url, '_blank')
|
||||||
this.formatterArgs.setMapItem(this.row.id, protocol)
|
|
||||||
this.handleWindowOpen(this.row, protocol)
|
|
||||||
},
|
},
|
||||||
visibleChange(visible) {
|
visibleChange(visible) {
|
||||||
if (visible) {
|
if (visible) {
|
||||||
this.getProtocols(this.row.asset.id)
|
this.getProtocols(this.row.asset.id)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
handleWindowOpen(row, protocol) {
|
async handleBtnConnect() {
|
||||||
const url = this.formatterArgs.connectUrlTemplate(row) + `${protocol}`
|
this.isClick = true
|
||||||
|
if (this.protocols === 0) {
|
||||||
this.$nextTick(() => {
|
await this.getProtocols(this.row.asset.id)
|
||||||
window.open(url, '_blank')
|
|
||||||
})
|
|
||||||
},
|
|
||||||
async handlePamConnect() {
|
|
||||||
const protocolMap = this.$store.getters.protocolMap
|
|
||||||
|
|
||||||
if (protocolMap.has(this.row.id)) {
|
|
||||||
// 直连
|
|
||||||
const protocol = protocolMap.get(this.row.id)
|
|
||||||
this.handleWindowOpen(this.row, protocol)
|
|
||||||
} else {
|
|
||||||
try {
|
|
||||||
const url = this.formatterArgs.url.replace('{id}', this.row.asset.id)
|
|
||||||
const res = await this.$axios.get(url)
|
|
||||||
|
|
||||||
if (res && res.protocols.length > 0) {
|
|
||||||
const protocol = res.protocols.filter(protocol => protocol.name !== 'sftp')[0]
|
|
||||||
|
|
||||||
this.formatterArgs.setMapItem(this.row.id, protocol.name)
|
|
||||||
this.handleWindowOpen(this.row, protocol.name)
|
|
||||||
}
|
|
||||||
} catch (e) {
|
|
||||||
throw new Error(`Error getting protocols: ${e}`)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (this.protocols.length > 0) {
|
||||||
|
this.handleProtocolConnect(this.protocols[0].name)
|
||||||
|
}
|
||||||
|
setTimeout(() => {
|
||||||
|
this.isClick = false
|
||||||
|
}, 1000)
|
||||||
},
|
},
|
||||||
async getProtocols(assetId) {
|
async getProtocols(assetId) {
|
||||||
|
if (this.protocols.length > 0) return
|
||||||
try {
|
try {
|
||||||
const url = this.formatterArgs.url.replace('{id}', assetId)
|
const url = this.formatterArgs.assetUrl.replace('{id}', assetId)
|
||||||
const res = await this.$axios.get(url)
|
const res = await this.$axios.get(url)
|
||||||
|
|
||||||
// 暂将 SFTP 过滤
|
this.protocols = res.protocols.filter(protocol => (protocol.name !== 'winrm')) || []
|
||||||
if (res) this.protocols = res.protocols.filter(protocol => protocol.name !== 'sftp')
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
throw new Error(`Error getting protocols: ${e}`)
|
throw new Error(`Error getting protocols: ${e}`)
|
||||||
}
|
}
|
||||||
@ -137,7 +124,7 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style lang="scss" scoped>
|
||||||
.el-dropdown-menu__item.is-disabled {
|
.el-dropdown-menu__item.is-disabled {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: var(--el-text-color-secondary);
|
color: var(--el-text-color-secondary);
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<span>{{ $t('No accounts') }}</span>
|
<span>{{ $t('No accounts') }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div v-for="account of accountData" :key="account.id" class="detail-item">
|
<div v-for="account of accountData" :key="account.id" class="detail-item">
|
||||||
<span>{{ account.name }}({{ account.username }})</span>
|
<span>{{ getDisplay(account) }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<el-button slot="reference" class="link-btn" plain size="mini" type="primary">
|
<el-button slot="reference" class="link-btn" plain size="mini" type="primary">
|
||||||
@ -39,10 +39,20 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
getDisplay(account) {
|
||||||
|
const { username, name } = account
|
||||||
|
if (username.startsWith('@')) {
|
||||||
|
return name
|
||||||
|
} else if (name === username) {
|
||||||
|
return username
|
||||||
|
} else {
|
||||||
|
return `${name}(${username})`
|
||||||
|
}
|
||||||
|
},
|
||||||
async getAsyncItems() {
|
async getAsyncItems() {
|
||||||
this.loading = true
|
this.loading = true
|
||||||
const userId = this.$route.params.id || 'self'
|
const userId = this.$route.params.id || 'self'
|
||||||
const url = `/api/v1/perms/users/${userId}/assets/${this.row.id}`
|
const url = `/api/v1/perms/users/${userId}/assets/${this.row.id}/`
|
||||||
this.$axios.get(url).then(res => {
|
this.$axios.get(url).then(res => {
|
||||||
this.accountData = res?.permed_accounts || []
|
this.accountData = res?.permed_accounts || []
|
||||||
}).finally(() => {
|
}).finally(() => {
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<i class="fa fa-check" />
|
<i class="fa fa-check" />
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-dropdown-menu slot="dropdown">
|
<el-dropdown-menu slot="dropdown">
|
||||||
<el-dropdown-item v-for="item of iActions" :key="item.name" :command="item.name">
|
<el-dropdown-item v-for="item of iActions" :key="item.name" :command="item.name" :disabled="item.disabled">
|
||||||
{{ item.label }}
|
{{ item.label }}
|
||||||
</el-dropdown-item>
|
</el-dropdown-item>
|
||||||
</el-dropdown-menu>
|
</el-dropdown-menu>
|
||||||
@ -123,17 +123,20 @@ export default {
|
|||||||
{
|
{
|
||||||
name: 'delete_remote',
|
name: 'delete_remote',
|
||||||
label: this.$t('DeleteRemoteAccount'),
|
label: this.$t('DeleteRemoteAccount'),
|
||||||
has: this.row.remote_present
|
has: this.row.remote_present,
|
||||||
|
disabled: this.$store.getters.currentOrgIsRoot
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'add_account',
|
name: 'add_account',
|
||||||
label: this.$t('AddAccount'),
|
label: this.$t('AddAccount'),
|
||||||
has: !this.row.present
|
has: !this.row.present,
|
||||||
|
disabled: this.$store.getters.currentOrgIsRoot
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'change_password_add',
|
name: 'change_password_add',
|
||||||
label: this.$t('AddAccountAfterChangingPassword'),
|
label: this.$t('AddAccountAfterChangingPassword'),
|
||||||
has: !this.row.present
|
has: !this.row.present,
|
||||||
|
disabled: this.$store.getters.currentOrgIsRoot
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
return actions.filter(action => {
|
return actions.filter(action => {
|
||||||
|
@ -50,23 +50,75 @@ export default {
|
|||||||
return cellValue
|
return cellValue
|
||||||
},
|
},
|
||||||
viewText() {
|
viewText() {
|
||||||
const cpuCount = this.items['cpu_count']
|
const cpuCount = Number(this.items['cpu_count'] || 0)
|
||||||
const cpuCores = this.items['cpu_cores']
|
const cpuCores = Number(this.items['cpu_cores'] || 0)
|
||||||
const cpuVcpus = this.items['cpu_vcpus']
|
const cpuVcpus = Number(this.items['cpu_vcpus'] || 0)
|
||||||
const memory = this.items['memory']
|
const memory = Number(this.items['memory'] || 0)
|
||||||
const diskTotal = this.items['disk_total']
|
const diskTotal = Number(this.items['disk_total'] || 0)
|
||||||
|
const rawCpuModel = this.items['cpu_model']
|
||||||
|
const rawGpuModel = this.items['gpu_model']
|
||||||
|
|
||||||
|
let summary = ''
|
||||||
|
|
||||||
if (cpuCount) {
|
if (cpuCount) {
|
||||||
let text = `${cpuVcpus || cpuCores * cpuCount} Core`
|
const coreCount = cpuVcpus || (cpuCores * cpuCount)
|
||||||
|
summary = `${coreCount} Core`
|
||||||
|
|
||||||
if (memory) {
|
if (memory) {
|
||||||
text += ` ${memory}G`
|
summary += ` ${Math.round(memory)}G`
|
||||||
}
|
}
|
||||||
|
|
||||||
if (diskTotal) {
|
if (diskTotal) {
|
||||||
text += ` ${diskTotal}G`
|
summary += ` ${Math.round(diskTotal)}G`
|
||||||
}
|
}
|
||||||
return text
|
|
||||||
|
const cpuModel = this.formatCpuModel(rawCpuModel)
|
||||||
|
if (cpuModel) {
|
||||||
|
summary += ` (${cpuModel})`
|
||||||
|
}
|
||||||
|
|
||||||
|
if (rawGpuModel) {
|
||||||
|
const gpu = this.formatGpuModel(rawGpuModel)
|
||||||
|
summary += ` ${gpu}`
|
||||||
|
}
|
||||||
|
|
||||||
|
return summary
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.items?.distribution || '-'
|
return this.items?.distribution || '-'
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
formatCpuModel(raw) {
|
||||||
|
if (!raw) return ''
|
||||||
|
|
||||||
|
const match = raw.match(/^([^\s]+)\s*(x\d+)?$/)
|
||||||
|
let base = match?.[1] || raw
|
||||||
|
const suffix = match?.[2] || ''
|
||||||
|
|
||||||
|
base = base
|
||||||
|
.replace(/GenuineIntel/i, '')
|
||||||
|
.replace(/\b\d+(st|nd|rd|th)? Gen\b/i, '')
|
||||||
|
.replace(/\(R\)/g, '')
|
||||||
|
.replace(/\(TM\)/g, '')
|
||||||
|
.replace(/\s+/g, ' ')
|
||||||
|
.trim()
|
||||||
|
|
||||||
|
return `${base}${suffix}`
|
||||||
|
},
|
||||||
|
formatGpuModel(raw) {
|
||||||
|
if (!raw) return ''
|
||||||
|
|
||||||
|
const match = raw.match(/(.+?),\s*(\d+),\s*([\d.]+)(?:\s*x(\d+))?/)
|
||||||
|
if (match) {
|
||||||
|
const [, model, vramMb, driverVersion, countStr] = match
|
||||||
|
const count = countStr ? parseInt(countStr) : 1
|
||||||
|
const vramGb = Math.round(parseInt(vramMb) / 1024)
|
||||||
|
const label = `${model} (${vramGb}GB, Driver ${driverVersion})`
|
||||||
|
return count > 1 ? `${label} x${count}` : label
|
||||||
|
}
|
||||||
|
return raw // fallback
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
@ -45,7 +45,7 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style lang="scss" scoped>
|
||||||
.platform-td {
|
.platform-td {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
@ -55,6 +55,7 @@ export default {
|
|||||||
.icon-zone {
|
.icon-zone {
|
||||||
width: 1.5em;
|
width: 1.5em;
|
||||||
height: 1.5em;
|
height: 1.5em;
|
||||||
|
flex-shrink: 0;
|
||||||
|
|
||||||
.asset-icon {
|
.asset-icon {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -66,6 +67,10 @@ export default {
|
|||||||
|
|
||||||
.platform-name {
|
.platform-name {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -320,15 +320,15 @@ export default {
|
|||||||
// this.$emit('tagSearch', this.filterMaps)
|
// this.$emit('tagSearch', this.filterMaps)
|
||||||
|
|
||||||
// 修改查询参数时改变url中保存的参数
|
// 修改查询参数时改变url中保存的参数
|
||||||
if (this.getUrlQuery) {
|
// if (this.getUrlQuery) {
|
||||||
let newQuery = _.cloneDeep(this.$route.query)
|
// let newQuery = _.cloneDeep(this.$route.query)
|
||||||
if (this.filterKey.startsWith('search')) {
|
// if (this.filterKey.startsWith('search')) {
|
||||||
newQuery = { ...newQuery, search: encodeURI(this.filterMaps.search) }
|
// newQuery = { ...newQuery, search: encodeURI(this.filterMaps.search) }
|
||||||
} else {
|
// } else {
|
||||||
newQuery = { ...newQuery, [this.filterKey]: encodeURI(this.filterValue) }
|
// newQuery = { ...newQuery, [this.filterKey]: encodeURI(this.filterValue) }
|
||||||
}
|
// }
|
||||||
this.$router.replace({ query: newQuery })
|
// this.$router.replace({ query: newQuery })
|
||||||
}
|
// }
|
||||||
|
|
||||||
this.filterKey = ''
|
this.filterKey = ''
|
||||||
this.filterValue = ''
|
this.filterValue = ''
|
||||||
|
@ -53,24 +53,24 @@ export default {
|
|||||||
resizeObserver: null,
|
resizeObserver: null,
|
||||||
span: 12,
|
span: 12,
|
||||||
isShow: true,
|
isShow: true,
|
||||||
iValue: this.value
|
iValue: this.sanitizeContent(this.value)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
sanitizedValue() {
|
sanitizedValue() {
|
||||||
// 转义特殊字符
|
const content = this.iValue.replace(/\\/g, '\\\\').replace(/\$/g, '\\$')
|
||||||
let content = this.iValue.replace(/\\/g, '\\\\').replace(/\$/g, '\\$')
|
|
||||||
|
|
||||||
// 使用 DOMPurify 进行 XSS 过滤
|
return this.sanitizeContent(content)
|
||||||
content = DOMPurify.sanitize(content)
|
}
|
||||||
|
},
|
||||||
return content
|
watch: {
|
||||||
|
value(newVal) {
|
||||||
|
this.iValue = this.sanitizeContent(newVal)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.resizeObserver = new ResizeObserver(entries => {
|
this.resizeObserver = new ResizeObserver(entries => {
|
||||||
// 监听高度变化
|
|
||||||
const height = entries[0].target.offsetHeight
|
const height = entries[0].target.offsetHeight
|
||||||
if (height) {
|
if (height) {
|
||||||
this.height = height
|
this.height = height
|
||||||
@ -90,8 +90,19 @@ export default {
|
|||||||
this.resizeObserver = null
|
this.resizeObserver = null
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
sanitizeContent(content) {
|
||||||
|
if (!content) return ''
|
||||||
|
|
||||||
|
return DOMPurify.sanitize(content, {
|
||||||
|
ALLOWED_TAGS: ['p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'ul', 'ol', 'li', 'strong', 'em', 'code', 'pre', 'blockquote', 'a'],
|
||||||
|
FORBID_TAGS: ['script', 'style', 'iframe', 'frame', 'object', 'embed'],
|
||||||
|
FORBID_ATTR: ['onerror', 'onload', 'onclick', 'onmouseover']
|
||||||
|
})
|
||||||
|
},
|
||||||
onChange() {
|
onChange() {
|
||||||
this.$emit('change', this.iValue)
|
const sanitizedValue = this.sanitizeContent(this.iValue)
|
||||||
|
this.iValue = sanitizedValue
|
||||||
|
this.$emit('change', sanitizedValue)
|
||||||
},
|
},
|
||||||
onView() {
|
onView() {
|
||||||
this.isShow = !this.isShow
|
this.isShow = !this.isShow
|
||||||
|
@ -38,10 +38,20 @@ export const crontab = {
|
|||||||
return formValue.is_periodic === false
|
return formValue.is_periodic === false
|
||||||
},
|
},
|
||||||
helpText: i18n.t('CrontabHelpText'),
|
helpText: i18n.t('CrontabHelpText'),
|
||||||
helpTip: i18n.t('CrontabHelpTip')
|
helpTip: i18n.t('CrontabHelpTip'),
|
||||||
|
on: {
|
||||||
|
change: (val, updateForm) => {
|
||||||
|
updateForm({
|
||||||
|
interval: null
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const validatorInterval = (rule, value, callback) => {
|
const validatorInterval = (rule, value, callback) => {
|
||||||
|
if (value === '') {
|
||||||
|
return callback()
|
||||||
|
}
|
||||||
if (parseInt(value) < 1) {
|
if (parseInt(value) < 1) {
|
||||||
return callback(new Error(i18n.t('EnsureThisValueIsGreaterThanOrEqualTo1')))
|
return callback(new Error(i18n.t('EnsureThisValueIsGreaterThanOrEqualTo1')))
|
||||||
}
|
}
|
||||||
@ -59,7 +69,14 @@ export const interval = {
|
|||||||
},
|
},
|
||||||
rules: [
|
rules: [
|
||||||
{ validator: validatorInterval }
|
{ validator: validatorInterval }
|
||||||
]
|
],
|
||||||
|
on: {
|
||||||
|
input: (val, updateForm) => {
|
||||||
|
updateForm({
|
||||||
|
crontab: ''
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export const is_periodic = {
|
export const is_periodic = {
|
||||||
|
@ -19,6 +19,7 @@ export { default as UploadKey } from './Form/FormFields/UploadKey.vue'
|
|||||||
export { default as AssetSelect } from './Apps/AssetSelect'
|
export { default as AssetSelect } from './Apps/AssetSelect'
|
||||||
export { default as AutomationParams } from './Apps/AutomationParams'
|
export { default as AutomationParams } from './Apps/AutomationParams'
|
||||||
export { default as BlockedIPs } from './Apps/BlockedIPs'
|
export { default as BlockedIPs } from './Apps/BlockedIPs'
|
||||||
|
export { default as LeakPasswords } from './Apps/LeakPasswords'
|
||||||
export { default as SvgIcon } from './Widgets/SvgIcon'
|
export { default as SvgIcon } from './Widgets/SvgIcon'
|
||||||
export { default as TreeTable } from './Table/TreeTable'
|
export { default as TreeTable } from './Table/TreeTable'
|
||||||
export { default as AssetTreeTable } from './Apps/AssetTreeTable'
|
export { default as AssetTreeTable } from './Apps/AssetTreeTable'
|
||||||
|
@ -2,6 +2,10 @@ import zhLocale from 'element-ui/lib/locale/lang/zh-CN'
|
|||||||
import zhTWLocale from 'element-ui/lib/locale/lang/zh-TW'
|
import zhTWLocale from 'element-ui/lib/locale/lang/zh-TW'
|
||||||
import enLocale from 'element-ui/lib/locale/lang/en'
|
import enLocale from 'element-ui/lib/locale/lang/en'
|
||||||
import jaLocale from 'element-ui/lib/locale/lang/ja'
|
import jaLocale from 'element-ui/lib/locale/lang/ja'
|
||||||
|
import ptBrLocale from 'element-ui/lib/locale/lang/pt-br'
|
||||||
|
import esLocale from 'element-ui/lib/locale/lang/es'
|
||||||
|
import ruLocale from 'element-ui/lib/locale/lang/ru-RU'
|
||||||
|
import koLocale from 'element-ui/lib/locale/lang/ko'
|
||||||
import zh from './zh.json'
|
import zh from './zh.json'
|
||||||
import zhHant from './zh_hant.json'
|
import zhHant from './zh_hant.json'
|
||||||
import en from './en.json'
|
import en from './en.json'
|
||||||
@ -23,6 +27,18 @@ const messages = {
|
|||||||
ja: {
|
ja: {
|
||||||
...jaLocale,
|
...jaLocale,
|
||||||
...ja
|
...ja
|
||||||
|
},
|
||||||
|
pt_br: {
|
||||||
|
...ptBrLocale
|
||||||
|
},
|
||||||
|
es: {
|
||||||
|
...esLocale
|
||||||
|
},
|
||||||
|
ru: {
|
||||||
|
...ruLocale
|
||||||
|
},
|
||||||
|
ko: {
|
||||||
|
...koLocale
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -244,6 +244,7 @@ export default {
|
|||||||
this.$refs.form.setFieldError(key, err)
|
this.$refs.form.setFieldError(key, err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
this.$emit('performError', data)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
hasSaveContinue: {
|
hasSaveContinue: {
|
||||||
|
@ -51,7 +51,7 @@ export default {
|
|||||||
window.open(this.URLSite.HELP_SUPPORT_URL, '_blank')
|
window.open(this.URLSite.HELP_SUPPORT_URL, '_blank')
|
||||||
break
|
break
|
||||||
case 'enterprise':
|
case 'enterprise':
|
||||||
window.open('https://jumpserver.org/enterprise.html', '_blank')
|
window.open('https://www.jumpserver.com/#section-edition', '_blank')
|
||||||
break
|
break
|
||||||
case 'about':
|
case 'about':
|
||||||
this.visible = true
|
this.visible = true
|
||||||
|
@ -38,14 +38,14 @@
|
|||||||
<div class="disabled-text">
|
<div class="disabled-text">
|
||||||
{{ $t('UpgradeEnterpriseEditionHelpText') }}
|
{{ $t('UpgradeEnterpriseEditionHelpText') }}
|
||||||
</div>
|
</div>
|
||||||
<el-button class="upgrade-btn" type="primary">
|
<el-button class="upgrade-btn" type="primary" @click="handleUpgrade">
|
||||||
{{ $t('UpgradeEnterpriseEdition') }}
|
{{ $t('UpgradeEnterpriseEdition') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
</IBox>
|
</IBox>
|
||||||
</div>
|
</div>
|
||||||
<el-alert v-if="helpMessage" type="success">
|
<el-alert v-if="iHelpMessage" type="success">
|
||||||
<span v-sanitize="helpMessage" class="announcement-main" />
|
<span v-sanitize="iHelpMessage" class="announcement-main" />
|
||||||
</el-alert>
|
</el-alert>
|
||||||
<slot />
|
<slot />
|
||||||
</PageContent>
|
</PageContent>
|
||||||
@ -119,6 +119,9 @@ export default {
|
|||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
return window.history.length <= 2
|
return window.history.length <= 2
|
||||||
|
},
|
||||||
|
iHelpMessage() {
|
||||||
|
return this.helpMessage || this.helpTip
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@ -136,7 +139,7 @@ export default {
|
|||||||
clearTimeout(this.longPressTimer)
|
clearTimeout(this.longPressTimer)
|
||||||
},
|
},
|
||||||
handleUpgrade() {
|
handleUpgrade() {
|
||||||
const url = 'http://www.jumpserver.org/support/'
|
const url = 'https://www.lxware.hk/pages/about'
|
||||||
window.open(url, '_blank')
|
window.open(url, '_blank')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -153,8 +156,8 @@ export default {
|
|||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
||||||
.el-alert {
|
.el-alert {
|
||||||
margin-top: -5px;
|
margin: -5px 0 5px 0!important;
|
||||||
margin-bottom: 5px;
|
width: calc(100% - 10px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-content {
|
.page-content {
|
||||||
|
@ -25,7 +25,8 @@ export default [
|
|||||||
title: i18n.t('UserLoginACLs'),
|
title: i18n.t('UserLoginACLs'),
|
||||||
app: 'acls',
|
app: 'acls',
|
||||||
resource: 'loginacl',
|
resource: 'loginacl',
|
||||||
disableOrgsChange: true
|
disableOrgsChange: true,
|
||||||
|
licenseRequired: true
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
|
@ -228,35 +228,35 @@ export default [
|
|||||||
component: empty,
|
component: empty,
|
||||||
redirect: '',
|
redirect: '',
|
||||||
meta: {
|
meta: {
|
||||||
resource: 'domain',
|
resource: 'zone',
|
||||||
icon: 'zone',
|
icon: 'zone',
|
||||||
permissions: ['assets.view_domain']
|
permissions: ['assets.view_zone']
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '',
|
path: '',
|
||||||
name: 'ZoneList',
|
name: 'ZoneList',
|
||||||
component: () => import('@/views/assets/Domain/DomainList.vue'),
|
component: () => import('@/views/assets/Zone/ZoneList.vue'),
|
||||||
meta: { title: i18n.t('ZoneList') }
|
meta: { title: i18n.t('ZoneList') }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'create',
|
path: 'create',
|
||||||
name: 'ZoneCreate',
|
name: 'ZoneCreate',
|
||||||
component: () => import('@/views/assets/Domain/DomainCreateUpdate.vue'),
|
component: () => import('@/views/assets/Zone/ZoneCreateUpdate.vue'),
|
||||||
hidden: true,
|
hidden: true,
|
||||||
meta: { title: i18n.t('ZoneCreate') }
|
meta: { title: i18n.t('ZoneCreate') }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: ':id/update',
|
path: ':id/update',
|
||||||
name: 'ZoneUpdate',
|
name: 'ZoneUpdate',
|
||||||
component: () => import('@/views/assets/Domain/DomainCreateUpdate.vue'),
|
component: () => import('@/views/assets/Zone/ZoneCreateUpdate.vue'),
|
||||||
hidden: true,
|
hidden: true,
|
||||||
meta: { title: i18n.t('ZoneUpdate') }
|
meta: { title: i18n.t('ZoneUpdate') }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: ':id',
|
path: ':id',
|
||||||
name: 'ZoneDetail',
|
name: 'ZoneDetail',
|
||||||
component: () => import('@/views/assets/Domain/DomainDetail'),
|
component: () => import('@/views/assets/Zone/ZoneDetail'),
|
||||||
hidden: true,
|
hidden: true,
|
||||||
meta: { title: i18n.t('Zone') }
|
meta: { title: i18n.t('Zone') }
|
||||||
}
|
}
|
||||||
@ -274,7 +274,7 @@ export default [
|
|||||||
{
|
{
|
||||||
path: 'create',
|
path: 'create',
|
||||||
name: 'GatewayCreate',
|
name: 'GatewayCreate',
|
||||||
component: () => import('@/views/assets/Domain/DomainDetail/GatewayCreateUpdate.vue'),
|
component: () => import('@/views/assets/Zone/ZoneDetail/GatewayCreateUpdate.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
title: i18n.t('GatewayCreate'),
|
title: i18n.t('GatewayCreate'),
|
||||||
permissions: ['assets.view_gateway']
|
permissions: ['assets.view_gateway']
|
||||||
@ -283,7 +283,7 @@ export default [
|
|||||||
{
|
{
|
||||||
path: ':id/update',
|
path: ':id/update',
|
||||||
name: 'GatewayUpdate',
|
name: 'GatewayUpdate',
|
||||||
component: () => import('@/views/assets/Domain/DomainDetail/GatewayCreateUpdate.vue'),
|
component: () => import('@/views/assets/Zone/ZoneDetail/GatewayCreateUpdate.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
title: i18n.t('GatewayUpdate'),
|
title: i18n.t('GatewayUpdate'),
|
||||||
permissions: ['assets.change_gateway']
|
permissions: ['assets.change_gateway']
|
||||||
|
@ -89,6 +89,9 @@ const actions = {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
cleanPlatforms({ commit, dispatch, state }) {
|
||||||
|
state.platforms = []
|
||||||
|
},
|
||||||
addToRecentPlatforms({ commit, display, state }, platform) {
|
addToRecentPlatforms({ commit, display, state }, platform) {
|
||||||
const recentPlatformIds = state.recentPlatformIds.filter(i => i !== platform.id)
|
const recentPlatformIds = state.recentPlatformIds.filter(i => i !== platform.id)
|
||||||
recentPlatformIds.unshift(platform.id)
|
recentPlatformIds.unshift(platform.id)
|
||||||
|
@ -29,6 +29,9 @@ const mutations = {
|
|||||||
state.hasValidLicense = settings['XPACK_LICENSE_IS_VALID']
|
state.hasValidLicense = settings['XPACK_LICENSE_IS_VALID']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
SET_SECURITY_WATERMARK_ENABLED: (state, value) => {
|
||||||
|
state.publicSettings['SECURITY_WATERMARK_ENABLED'] = value
|
||||||
|
},
|
||||||
setTheme(state, data) {
|
setTheme(state, data) {
|
||||||
state.themeColors = data
|
state.themeColors = data
|
||||||
localStorage.setItem('themeColors', JSON.stringify(data))
|
localStorage.setItem('themeColors', JSON.stringify(data))
|
||||||
|
@ -138,13 +138,20 @@ export async function generatePageRoutes({ to, from, next }) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export async function checkUserFirstLogin({ to, from, next }) {
|
export async function checkUserFirstLogin({ to, from, next }) {
|
||||||
|
// 防止递归调用
|
||||||
|
if (to.path === '/profile/improvement') return true
|
||||||
if (store.state.users.profile.is_first_login) {
|
if (store.state.users.profile.is_first_login) {
|
||||||
next('/profile/improvement')
|
next({
|
||||||
}
|
name: 'Improvement',
|
||||||
const nextRoute = localStorage.getItem('next')
|
replace: true,
|
||||||
if (nextRoute) {
|
query: { _t: Date.now() } // 添加时间戳,防止 from 一样 next 不触发 guard.js router.beforeEach逻辑
|
||||||
localStorage.setItem('next', '')
|
})
|
||||||
next(nextRoute.replace('#', ''))
|
} else {
|
||||||
|
const nextRoute = localStorage.getItem('next')
|
||||||
|
if (nextRoute) {
|
||||||
|
localStorage.setItem('next', '')
|
||||||
|
next(nextRoute.replace('#', ''))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -160,13 +167,18 @@ export async function changeCurrentViewIfNeed({ to, from, next }) {
|
|||||||
Vue.$log.debug('Change has current view, has perm: ', viewName, '=>', has)
|
Vue.$log.debug('Change has current view, has perm: ', viewName, '=>', has)
|
||||||
if (has) {
|
if (has) {
|
||||||
await store.dispatch('users/changeToView', viewName)
|
await store.dispatch('users/changeToView', viewName)
|
||||||
return
|
return { status: 'continue' }
|
||||||
}
|
}
|
||||||
viewName = getPropView()
|
viewName = getPropView()
|
||||||
// Next 之前要重置 init 状态,否则这些路由守卫就不走了
|
// Next 之前要重置 init 状态,否则这些路由守卫就不走了
|
||||||
await store.dispatch('app/reset')
|
await store.dispatch('app/reset')
|
||||||
next(`/${viewName}/`)
|
next(`/${viewName}/`)
|
||||||
return new Promise((resolve, reject) => reject(''))
|
|
||||||
|
// new Promise((resolve, reject) => reject('')) 这种方式通过输出发现在页面除此渲染的时候执行两次,
|
||||||
|
// 返回一个 Promise 我理解是为了中断第一次导航,确保只有第二次导航到到有权限的视图。由于第一个 has 为 false
|
||||||
|
// 导致被 startup catch 捕获,而 error 的 trace 之所以锁定为到 runtime 等中也是因为由于 Babel 和 Polyfill 的缘故
|
||||||
|
|
||||||
|
return { status: 'redirected', to: viewName }
|
||||||
}
|
}
|
||||||
|
|
||||||
function onI18nLoaded() {
|
function onI18nLoaded() {
|
||||||
@ -188,6 +200,8 @@ function onI18nLoaded() {
|
|||||||
export async function startup({ to, from, next }) {
|
export async function startup({ to, from, next }) {
|
||||||
// if (store.getters.inited) { return true }
|
// if (store.getters.inited) { return true }
|
||||||
if (store.getters.inited) {
|
if (store.getters.inited) {
|
||||||
|
// 页面初始化后也需要检测
|
||||||
|
await checkUserFirstLogin({ to, from, next })
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -200,7 +214,8 @@ export async function startup({ to, from, next }) {
|
|||||||
await checkLogin({ to, from, next })
|
await checkLogin({ to, from, next })
|
||||||
await onI18nLoaded()
|
await onI18nLoaded()
|
||||||
await getPublicSetting({ to, from, next }, false)
|
await getPublicSetting({ to, from, next }, false)
|
||||||
await changeCurrentViewIfNeed({ to, from, next })
|
const viewResult = await changeCurrentViewIfNeed({ to, from, next })
|
||||||
|
if (viewResult && viewResult.status === 'redirected') return true
|
||||||
await changeCurrentOrgIfNeed({ to, from, next })
|
await changeCurrentOrgIfNeed({ to, from, next })
|
||||||
await generatePageRoutes({ to, from, next })
|
await generatePageRoutes({ to, from, next })
|
||||||
await checkUserFirstLogin({ to, from, next })
|
await checkUserFirstLogin({ to, from, next })
|
||||||
|
@ -56,18 +56,9 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
executed_amount: {
|
executed_amount: {
|
||||||
formatter: DetailFormatter,
|
formatter: (row) => {
|
||||||
formatterArgs: {
|
const can = vm.$hasPerm('accounts.view_backupaccountexecution')
|
||||||
can: vm.$hasPerm('accounts.view_backupaccountexecution'),
|
return <el-link onClick={ () => this.handleExecAmount(row) } disabled={ !can }>{ row.executed_amount }</el-link>
|
||||||
getRoute({ row }) {
|
|
||||||
return {
|
|
||||||
name: 'AccountBackupList',
|
|
||||||
query: {
|
|
||||||
tab: 'AccountBackupExecutionList',
|
|
||||||
automation_id: row.id
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
actions: {
|
actions: {
|
||||||
@ -104,6 +95,17 @@ export default {
|
|||||||
hasImport: false
|
hasImport: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
handleExecAmount(row) {
|
||||||
|
this.$router.push({
|
||||||
|
name: 'AccountBackupList',
|
||||||
|
query: {
|
||||||
|
tab: 'AccountBackupExecutionList',
|
||||||
|
automation_id: row.id
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
@ -40,6 +40,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
</style>
|
|
||||||
|
@ -61,19 +61,9 @@ export default {
|
|||||||
width: '180px'
|
width: '180px'
|
||||||
},
|
},
|
||||||
executed_amount: {
|
executed_amount: {
|
||||||
formatter: DetailFormatter,
|
formatter: (row) => {
|
||||||
formatterArgs: {
|
const can = vm.$hasPerm('accounts.view_changesecretexecution')
|
||||||
route: 'AccountDiscoverList',
|
return <el-link onClick={ () => this.handleExecAmount(row) } disabled={ !can }>{ row.executed_amount }</el-link>
|
||||||
can: vm.$hasPerm('accounts.view_changesecretexecution'),
|
|
||||||
getRoute({ row }) {
|
|
||||||
return {
|
|
||||||
name: 'AccountChangeSecretDetail',
|
|
||||||
query: {
|
|
||||||
tab: 'AccountChangeSecretExecutionList',
|
|
||||||
automation_id: row.id
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
actions: {
|
actions: {
|
||||||
@ -114,6 +104,17 @@ export default {
|
|||||||
createRoute: 'AccountChangeSecretCreate'
|
createRoute: 'AccountChangeSecretCreate'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
handleExecAmount(row) {
|
||||||
|
this.$router.push({
|
||||||
|
name: 'AccountChangeSecretList',
|
||||||
|
query: {
|
||||||
|
tab: 'AccountChangeSecretExecutionList',
|
||||||
|
automation_id: row.id
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
@ -69,19 +69,9 @@ export default {
|
|||||||
},
|
},
|
||||||
periodic_display: {},
|
periodic_display: {},
|
||||||
executed_amount: {
|
executed_amount: {
|
||||||
formatter: DetailFormatter,
|
formatter: (row) => {
|
||||||
formatterArgs: {
|
const can = vm.$hasPerm('accounts.view_gatheraccountsexecution')
|
||||||
route: 'AccountDiscoverList',
|
return <el-link onClick={ () => this.handleExecAmount(row) } disabled={ !can }>{ row.executed_amount }</el-link>
|
||||||
can: vm.$hasPerm('accounts.view_gatheraccountsexecution'),
|
|
||||||
getRoute({ row }) {
|
|
||||||
return {
|
|
||||||
name: 'AccountDiscoverList',
|
|
||||||
query: {
|
|
||||||
tab: 'AccountDiscoverTaskExecutionList',
|
|
||||||
automation_id: row.id
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
actions: {
|
actions: {
|
||||||
@ -124,6 +114,17 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
handleExecAmount(row) {
|
||||||
|
this.$router.push({
|
||||||
|
name: 'AccountDiscoverList',
|
||||||
|
query: {
|
||||||
|
tab: 'AccountDiscoverTaskExecutionList',
|
||||||
|
automation_id: row.id
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
@ -64,18 +64,9 @@ export default {
|
|||||||
showOverflowTooltip: true
|
showOverflowTooltip: true
|
||||||
},
|
},
|
||||||
executed_amount: {
|
executed_amount: {
|
||||||
formatter: DetailFormatter,
|
formatter: (row) => {
|
||||||
formatterArgs: {
|
const can = vm.$hasPerm('accounts.view_pushaccountexecution')
|
||||||
can: vm.$hasPerm('accounts.view_pushaccountexecution'),
|
return <el-link onClick={ () => this.handleExecAmount(row) } disabled={ !can }>{ row.executed_amount }</el-link>
|
||||||
getRoute({ row }) {
|
|
||||||
return {
|
|
||||||
name: 'AccountPushList',
|
|
||||||
query: {
|
|
||||||
tab: 'AccountPushExecutionList',
|
|
||||||
automation_id: row.id
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
actions: {
|
actions: {
|
||||||
@ -116,6 +107,17 @@ export default {
|
|||||||
createRoute: 'AccountPushCreate'
|
createRoute: 'AccountPushCreate'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
handleExecAmount(row) {
|
||||||
|
this.$router.push({
|
||||||
|
name: 'AccountPushList',
|
||||||
|
query: {
|
||||||
|
tab: 'AccountPushExecutionList',
|
||||||
|
automation_id: row.id
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
@ -140,7 +140,14 @@ export default {
|
|||||||
hasImport: false,
|
hasImport: false,
|
||||||
hasCreate: false,
|
hasCreate: false,
|
||||||
searchConfig: {
|
searchConfig: {
|
||||||
getUrlQuery: false
|
getUrlQuery: true,
|
||||||
|
exclude: ['asset'],
|
||||||
|
options: [
|
||||||
|
{
|
||||||
|
label: this.$t('AssetName'),
|
||||||
|
value: 'asset_name'
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
hasMoreActions: false
|
hasMoreActions: false
|
||||||
}
|
}
|
||||||
|
@ -87,8 +87,8 @@ export default {
|
|||||||
formatter: DetailFormatter,
|
formatter: DetailFormatter,
|
||||||
minWidth: '180px',
|
minWidth: '180px',
|
||||||
formatterArgs: {
|
formatterArgs: {
|
||||||
getTitle: ({ row }) => row.snapshot.name,
|
getTitle: ({ row }) => row.automation?.name || row.snapshot.name,
|
||||||
getDrawerTitle: ({ row }) => row.snapshot.name,
|
getDrawerTitle: ({ row }) => row.automation?.name || row.snapshot.name,
|
||||||
getRoute: ({ row }) => ({
|
getRoute: ({ row }) => ({
|
||||||
name: this.automationRoute,
|
name: this.automationRoute,
|
||||||
params: { id: row.automation.id }
|
params: { id: row.automation.id }
|
||||||
|
@ -61,14 +61,7 @@ export default {
|
|||||||
fileChange: ([value], updateForm) => {
|
fileChange: ([value], updateForm) => {
|
||||||
this.logo_file = value
|
this.logo_file = value
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
rules: [
|
|
||||||
{
|
|
||||||
required: true,
|
|
||||||
message: this.$t('FieldRequiredError'),
|
|
||||||
trigger: 'blur'
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
hasSaveContinue: false,
|
hasSaveContinue: false,
|
||||||
@ -100,7 +93,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
@ -55,7 +55,7 @@ export default {
|
|||||||
formatter: DetailFormatter
|
formatter: DetailFormatter
|
||||||
},
|
},
|
||||||
secret: {
|
secret: {
|
||||||
label: this.$t('Secret'),
|
label: 'Secret',
|
||||||
formatter: CopyableFormatter,
|
formatter: CopyableFormatter,
|
||||||
formatterArgs: {
|
formatterArgs: {
|
||||||
shadow: true,
|
shadow: true,
|
||||||
|
@ -20,7 +20,7 @@ export default {
|
|||||||
category: 'all'
|
category: 'all'
|
||||||
},
|
},
|
||||||
tableConfig: {
|
tableConfig: {
|
||||||
columnsExclude: ['date_verified']
|
columnsExclude: ['date_verified', 'spec_info']
|
||||||
},
|
},
|
||||||
headerActions: {
|
headerActions: {
|
||||||
handleImportClick: ({ selectedRows }) => {
|
handleImportClick: ({ selectedRows }) => {
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
import { toSafeLocalDateStr } from '@/utils/time'
|
import { toSafeLocalDateStr } from '@/utils/time'
|
||||||
import { ActionsFormatter, DetailFormatter, DiscoverConfirmFormatter } from '@/components/Table/TableFormatters'
|
import { ActionsFormatter, DetailFormatter, DiscoverConfirmFormatter } from '@/components/Table/TableFormatters'
|
||||||
|
|
||||||
export const statusMap = {
|
export const statusMap = {
|
||||||
pending: '0',
|
pending: '0',
|
||||||
confirmed: '1',
|
confirmed: '1',
|
||||||
@ -135,7 +136,7 @@ export const gatherAccountHeaderActions = (vm) => {
|
|||||||
type: 'primary',
|
type: 'primary',
|
||||||
icon: 'fa fa-check',
|
icon: 'fa fa-check',
|
||||||
can: ({ selectedRows }) => {
|
can: ({ selectedRows }) => {
|
||||||
return selectedRows.length > 0 && vm.$hasPerm('accounts.add_account')
|
return selectedRows.length > 0 && vm.$hasPerm('accounts.add_account') && !vm.$store.getters.currentOrgIsRoot
|
||||||
},
|
},
|
||||||
callback: function({ selectedRows }) {
|
callback: function({ selectedRows }) {
|
||||||
const ids = selectedRows.map(v => {
|
const ids = selectedRows.map(v => {
|
||||||
@ -157,7 +158,7 @@ export const gatherAccountHeaderActions = (vm) => {
|
|||||||
type: 'primary',
|
type: 'primary',
|
||||||
icon: 'fa fa-exchange',
|
icon: 'fa fa-exchange',
|
||||||
can: ({ selectedRows }) => {
|
can: ({ selectedRows }) => {
|
||||||
return selectedRows.length > 0 && vm.$hasPerm('accounts.remove_account')
|
return selectedRows.length > 0 && vm.$hasPerm('accounts.remove_account') && !vm.$store.getters.currentOrgIsRoot
|
||||||
},
|
},
|
||||||
callback: function({ selectedRows }) {
|
callback: function({ selectedRows }) {
|
||||||
vm.gatherAccounts = selectedRows
|
vm.gatherAccounts = selectedRows
|
||||||
|
@ -55,7 +55,7 @@ export default {
|
|||||||
component: AccountFormatter,
|
component: AccountFormatter,
|
||||||
el: {
|
el: {
|
||||||
showAddTemplate: false,
|
showAddTemplate: false,
|
||||||
showVirtualAccount: false,
|
enableVirtualAccount: false,
|
||||||
value: ['@ALL'],
|
value: ['@ALL'],
|
||||||
assets: []
|
assets: []
|
||||||
},
|
},
|
||||||
|
@ -44,7 +44,7 @@ export default {
|
|||||||
component: AccountFormatter,
|
component: AccountFormatter,
|
||||||
el: {
|
el: {
|
||||||
showAddTemplate: false,
|
showAddTemplate: false,
|
||||||
showVirtualAccount: false
|
enableVirtualAccount: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
action: {},
|
action: {},
|
||||||
|
@ -81,6 +81,13 @@ export default {
|
|||||||
return url
|
return url
|
||||||
},
|
},
|
||||||
cleanFormValue(value) {
|
cleanFormValue(value) {
|
||||||
|
if (
|
||||||
|
Array.isArray(value.rules.time_period) &&
|
||||||
|
value.rules.time_period.every(item => item.value === '')
|
||||||
|
) {
|
||||||
|
value.rules.time_period = []
|
||||||
|
}
|
||||||
|
|
||||||
if (!Array.isArray(value.rules.ip_group)) {
|
if (!Array.isArray(value.rules.ip_group)) {
|
||||||
value.rules.ip_group = value.rules.ip_group ? value.rules.ip_group.split(',') : []
|
value.rules.ip_group = value.rules.ip_group ? value.rules.ip_group.split(',') : []
|
||||||
}
|
}
|
||||||
|
@ -47,7 +47,9 @@ export default {
|
|||||||
return {
|
return {
|
||||||
loading: true,
|
loading: true,
|
||||||
platform: {},
|
platform: {},
|
||||||
changePlatformID: '',
|
initing: false,
|
||||||
|
// 在 meta 中,可能改变 platform id
|
||||||
|
platformID: this.$route.query.platform || '',
|
||||||
meta: {},
|
meta: {},
|
||||||
iConfig: {},
|
iConfig: {},
|
||||||
defaultConfig: {
|
defaultConfig: {
|
||||||
@ -62,12 +64,12 @@ export default {
|
|||||||
[this.$t('Basic'), ['name', 'address', 'platform', 'nodes']],
|
[this.$t('Basic'), ['name', 'address', 'platform', 'nodes']],
|
||||||
[this.$t('Protocol'), ['protocols']],
|
[this.$t('Protocol'), ['protocols']],
|
||||||
[this.$t('Account'), ['accounts']],
|
[this.$t('Account'), ['accounts']],
|
||||||
[this.$t('Other'), ['domain', 'labels', 'is_active', 'comment']]
|
[this.$t('Other'), ['directory_services', 'zone', 'labels', 'is_active', 'comment']]
|
||||||
],
|
],
|
||||||
fieldsMeta: {},
|
fieldsMeta: {},
|
||||||
performSubmit(validValues) {
|
performSubmit(validValues) {
|
||||||
let url = this.url
|
let url = this.url
|
||||||
const { id = '' } = this.$route.query
|
const { id = '' } = this.$route.params
|
||||||
const values = _.cloneDeep(validValues)
|
const values = _.cloneDeep(validValues)
|
||||||
const submitMethod = id ? 'put' : 'post'
|
const submitMethod = id ? 'put' : 'post'
|
||||||
|
|
||||||
@ -95,21 +97,28 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async init() {
|
async init() {
|
||||||
|
// 更改平台时,就不重新 loading 了
|
||||||
|
this.$log.debug('Initing asset base upcate create', this.initing)
|
||||||
|
if (this.initing) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
this.initing = true
|
||||||
try {
|
try {
|
||||||
await this.genConfig()
|
await this.genConfig()
|
||||||
await this.setInitial()
|
await this.setInitial()
|
||||||
await this.setPlatformConstrains()
|
await this.setPlatformConstrains()
|
||||||
} finally {
|
} finally {
|
||||||
|
this.initing = false
|
||||||
this.loading = false
|
this.loading = false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async genConfig() {
|
async genConfig() {
|
||||||
const { addFields, addFieldsMeta, defaultConfig } = this
|
const { addFields, addFieldsMeta, defaultConfig } = this
|
||||||
defaultConfig.fieldsMeta = assetFieldsMeta(this, this.$route.query.type)
|
defaultConfig.fieldsMeta = assetFieldsMeta(this)
|
||||||
let url = this.url
|
let url = this.url
|
||||||
const { id = '', platform } = this.$route.query
|
const id = this.$route.params.id
|
||||||
if (platform && !id) {
|
if (!id) {
|
||||||
url = setUrlParam(url, 'platform', platform)
|
url = setUrlParam(url, 'platform', this.platformID)
|
||||||
}
|
}
|
||||||
// 过滤类型为:null, undefined 的元素
|
// 过滤类型为:null, undefined 的元素
|
||||||
defaultConfig.fields = defaultConfig.fields.filter(Boolean)
|
defaultConfig.fields = defaultConfig.fields.filter(Boolean)
|
||||||
@ -134,9 +143,9 @@ export default {
|
|||||||
},
|
},
|
||||||
async setInitial() {
|
async setInitial() {
|
||||||
const { defaultConfig } = this
|
const { defaultConfig } = this
|
||||||
const { node, platform } = this.$route.query
|
const { node } = this.$route.query
|
||||||
const nodesInitial = node ? [node] : []
|
const nodesInitial = node ? [node] : []
|
||||||
const platformId = this.changePlatformID || this.$route.query.platform || (platform || 'Linux')
|
const platformId = this.platformID || 'Linux'
|
||||||
const url = `/api/v1/assets/platforms/${platformId}/`
|
const url = `/api/v1/assets/platforms/${platformId}/`
|
||||||
this.platform = await this.$axios.get(url)
|
this.platform = await this.$axios.get(url)
|
||||||
const initial = {
|
const initial = {
|
||||||
@ -165,13 +174,6 @@ export default {
|
|||||||
const protocolChoices = this.iConfig.fieldsMeta.protocols.el.choices
|
const protocolChoices = this.iConfig.fieldsMeta.protocols.el.choices
|
||||||
protocolChoices.splice(0, protocolChoices.length, ...protocols)
|
protocolChoices.splice(0, protocolChoices.length, ...protocols)
|
||||||
this.iConfig.fieldsMeta.accounts.el.platform = platform
|
this.iConfig.fieldsMeta.accounts.el.platform = platform
|
||||||
const hiddenCheckFields = ['protocols', 'domain']
|
|
||||||
|
|
||||||
for (const field of hiddenCheckFields) {
|
|
||||||
if (platform[field + '_enabled'] === false) {
|
|
||||||
this.iConfig.fieldsMeta[field].hidden = () => true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
23
src/views/assets/Asset/AssetCreateUpdate/DSCreateUpdate.vue
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<template>
|
||||||
|
<BaseAssetCreateUpdate v-bind="$data" />
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import BaseAssetCreateUpdate from './BaseAssetCreateUpdate'
|
||||||
|
|
||||||
|
export default {
|
||||||
|
name: 'DSCreateUpdate',
|
||||||
|
components: { BaseAssetCreateUpdate },
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
url: '/api/v1/assets/directories/',
|
||||||
|
addFields: [
|
||||||
|
[this.$t('IdentityDomain'), ['domain_name'], 1]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
</style>
|
@ -59,7 +59,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
title: this.$t('Test'),
|
title: this.$t('Test'),
|
||||||
templateDialogVisible: false,
|
templateDialogVisible: false,
|
||||||
columnsDefault: ['name', 'username', 'asset', 'connect'],
|
columnsDefault: ['name', 'username', 'connect'],
|
||||||
headerExtraActions: [
|
headerExtraActions: [
|
||||||
{
|
{
|
||||||
name: this.$t('AccountTemplate'),
|
name: this.$t('AccountTemplate'),
|
||||||
|
@ -184,7 +184,7 @@ export default {
|
|||||||
object: this.object,
|
object: this.object,
|
||||||
fields: [
|
fields: [
|
||||||
'id', 'name', 'category', 'type',
|
'id', 'name', 'category', 'type',
|
||||||
'address', 'platform', 'protocols', 'domain',
|
'address', 'platform', 'protocols', 'zone',
|
||||||
'is_active', 'date_created', 'date_updated',
|
'is_active', 'date_created', 'date_updated',
|
||||||
'created_by', 'comment'
|
'created_by', 'comment'
|
||||||
],
|
],
|
||||||
|
22
src/views/assets/Asset/AssetList/DSList.vue
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<template>
|
||||||
|
<BaseList v-bind="config" />
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import BaseList from './components/BaseList'
|
||||||
|
|
||||||
|
export default {
|
||||||
|
components: {
|
||||||
|
BaseList
|
||||||
|
},
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
config: {
|
||||||
|
url: '/api/v1/assets/directories/',
|
||||||
|
category: 'ds',
|
||||||
|
helpMessage: this.$t('DirectoryServiceHelpMessage')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
@ -13,7 +13,20 @@ export default {
|
|||||||
return {
|
return {
|
||||||
config: {
|
config: {
|
||||||
category: 'database',
|
category: 'database',
|
||||||
url: '/api/v1/assets/databases/'
|
url: '/api/v1/assets/databases/',
|
||||||
|
headerActions: {
|
||||||
|
extraActions: [
|
||||||
|
{
|
||||||
|
name: this.$t('CloudSync'),
|
||||||
|
title: this.$t('CloudSync'),
|
||||||
|
icon: 'cloud-provider',
|
||||||
|
has: () => this.$hasPerm('xpack.view_account') && this.$hasLicense(),
|
||||||
|
callback: () => this.$router.push(
|
||||||
|
{ name: 'CloudAccountList', query: { category: 'database' }}
|
||||||
|
)
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -37,7 +37,9 @@ export default {
|
|||||||
title: this.$t('CloudSync'),
|
title: this.$t('CloudSync'),
|
||||||
icon: 'cloud-provider',
|
icon: 'cloud-provider',
|
||||||
has: () => vm.$hasPerm('xpack.view_account') && vm.$hasLicense(),
|
has: () => vm.$hasPerm('xpack.view_account') && vm.$hasLicense(),
|
||||||
callback: () => this.$router.push({ name: 'CloudAccountList' })
|
callback: () => this.$router.push(
|
||||||
|
{ name: 'CloudAccountList', query: { category: 'host' }}
|
||||||
|
)
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -41,7 +41,7 @@ export default {
|
|||||||
formSetting: {
|
formSetting: {
|
||||||
url: '/api/v1/assets/assets/',
|
url: '/api/v1/assets/assets/',
|
||||||
hasSaveContinue: false,
|
hasSaveContinue: false,
|
||||||
fields: ['platform', 'nodes', 'domain', 'labels', 'is_active', 'comment'],
|
fields: ['platform', 'nodes', 'zone', 'labels', 'is_active', 'comment'],
|
||||||
fieldsMeta: {
|
fieldsMeta: {
|
||||||
platform: {
|
platform: {
|
||||||
el: {
|
el: {
|
||||||
@ -63,8 +63,8 @@ export default {
|
|||||||
...meta.nodes,
|
...meta.nodes,
|
||||||
label: this.$t('Node')
|
label: this.$t('Node')
|
||||||
},
|
},
|
||||||
domain: {
|
zone: {
|
||||||
...meta.domain,
|
...meta.zone,
|
||||||
label: this.$tc('Zone'),
|
label: this.$tc('Zone'),
|
||||||
disabled: exclude.includes(this.category)
|
disabled: exclude.includes(this.category)
|
||||||
},
|
},
|
||||||
|
@ -143,7 +143,8 @@ export default {
|
|||||||
'custom': () => import('@/views/assets/Asset/AssetCreateUpdate/CustomCreateUpdate.vue'),
|
'custom': () => import('@/views/assets/Asset/AssetCreateUpdate/CustomCreateUpdate.vue'),
|
||||||
'cloud': () => import('@/views/assets/Asset/AssetCreateUpdate/CloudCreateUpdate.vue'),
|
'cloud': () => import('@/views/assets/Asset/AssetCreateUpdate/CloudCreateUpdate.vue'),
|
||||||
'device': () => import('@/views/assets/Asset/AssetCreateUpdate/DeviceCreateUpdate.vue'),
|
'device': () => import('@/views/assets/Asset/AssetCreateUpdate/DeviceCreateUpdate.vue'),
|
||||||
'database': () => import('@/views/assets/Asset/AssetCreateUpdate/DatabaseCreateUpdate.vue')
|
'database': () => import('@/views/assets/Asset/AssetCreateUpdate/DatabaseCreateUpdate.vue'),
|
||||||
|
'ds': () => import('@/views/assets/Asset/AssetCreateUpdate/DSCreateUpdate.vue')
|
||||||
},
|
},
|
||||||
createProps: {},
|
createProps: {},
|
||||||
showPlatform: false,
|
showPlatform: false,
|
||||||
@ -216,16 +217,19 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
async updateOrCloneAsset(row, action) {
|
async updateOrCloneAsset(row, action) {
|
||||||
this.createDrawer = this.drawer[row.category.value]
|
this.createDrawer = this.drawer[row.category.value]
|
||||||
const meta = {
|
|
||||||
action: action,
|
const query = {
|
||||||
id: row.id,
|
|
||||||
platform: row.platform.id,
|
platform: row.platform.id,
|
||||||
type: row.type.value,
|
type: row.type.value,
|
||||||
category: row.category.value,
|
category: row.category.value,
|
||||||
row: row,
|
action: action
|
||||||
payload: row.payload
|
|
||||||
}
|
}
|
||||||
this.$refs.ListTable.onUpdate({ row, query: meta })
|
|
||||||
|
if (action === 'clone') {
|
||||||
|
return this.$refs.ListTable.onClone({ row, query })
|
||||||
|
}
|
||||||
|
|
||||||
|
this.$refs.ListTable.onUpdate({ row, query })
|
||||||
},
|
},
|
||||||
createAsset(platform) {
|
createAsset(platform) {
|
||||||
this.showPlatform = false
|
this.showPlatform = false
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
:show-confirm="false"
|
:show-confirm="false"
|
||||||
:title="$tc('SelectPlatform')"
|
:title="$tc('SelectPlatform')"
|
||||||
:visible.sync="iVisible"
|
:visible.sync="iVisible"
|
||||||
size="600px"
|
size="700px"
|
||||||
top="1vh"
|
top="1vh"
|
||||||
>
|
>
|
||||||
<template #title>
|
<template #title>
|
||||||
@ -61,6 +61,7 @@ import { loadPlatformIcon } from '@/utils/jms'
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'PlatformDrawer',
|
name: 'PlatformDrawer',
|
||||||
|
components: {},
|
||||||
props: {
|
props: {
|
||||||
visible: {
|
visible: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
@ -76,7 +77,7 @@ export default {
|
|||||||
platforms: [],
|
platforms: [],
|
||||||
recentPlatformIds: [],
|
recentPlatformIds: [],
|
||||||
loading: true,
|
loading: true,
|
||||||
activeType: 'host',
|
activeType: [],
|
||||||
recentUsedLabel: this.$t('RecentlyUsed'),
|
recentUsedLabel: this.$t('RecentlyUsed'),
|
||||||
typeIconMapper: {
|
typeIconMapper: {
|
||||||
linux: 'fa-linux',
|
linux: 'fa-linux',
|
||||||
@ -130,9 +131,7 @@ export default {
|
|||||||
async created() {
|
async created() {
|
||||||
this.platforms = await this.$store.dispatch('assets/getPlatforms')
|
this.platforms = await this.$store.dispatch('assets/getPlatforms')
|
||||||
this.allRecentPlatforms = await this.$store.dispatch('assets/getRecentPlatforms')
|
this.allRecentPlatforms = await this.$store.dispatch('assets/getRecentPlatforms')
|
||||||
if (this.allRecentPlatforms.length > 0) {
|
this.activeType = Object.keys(this.iPlatforms)[0]
|
||||||
this.activeType = this.recentUsedLabel
|
|
||||||
}
|
|
||||||
this.loading = false
|
this.loading = false
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
@ -194,7 +194,7 @@ export function getDefaultConfig(vm) {
|
|||||||
formatter: ActionsFormatter,
|
formatter: ActionsFormatter,
|
||||||
formatterArgs: {
|
formatterArgs: {
|
||||||
onUpdate: ({ row }) => onAction(row, 'Update'),
|
onUpdate: ({ row }) => onAction(row, 'Update'),
|
||||||
onClone: ({ row }) => onAction({ ...row, payload: 'pam_asset_clone' }, 'Clone'),
|
onClone: ({ row }) => onAction(row, 'Clone'),
|
||||||
performDelete: ({ row }) => {
|
performDelete: ({ row }) => {
|
||||||
const id = row.id
|
const id = row.id
|
||||||
const url = `/api/v1/assets/assets/${id}/`
|
const url = `/api/v1/assets/assets/${id}/`
|
||||||
|
@ -56,6 +56,12 @@ export default {
|
|||||||
hidden: true,
|
hidden: true,
|
||||||
component: () => import('@/views/assets/Asset/AssetList/WebList.vue')
|
component: () => import('@/views/assets/Asset/AssetList/WebList.vue')
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: 'fa-id-card-o',
|
||||||
|
name: 'ds',
|
||||||
|
hidden: true,
|
||||||
|
component: () => import('@/views/assets/Asset/AssetList/DSList.vue')
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: 'fa-comment',
|
icon: 'fa-comment',
|
||||||
name: 'gpt',
|
name: 'gpt',
|
||||||
|
@ -22,7 +22,7 @@ export default {
|
|||||||
fields: [
|
fields: [
|
||||||
'vendor', 'model', 'sn', 'cpu_model', 'cpu_count',
|
'vendor', 'model', 'sn', 'cpu_model', 'cpu_count',
|
||||||
'cpu_cores', 'cpu_vcpus', 'memory', 'disk_total',
|
'cpu_cores', 'cpu_vcpus', 'memory', 'disk_total',
|
||||||
'distribution', 'distribution_version', 'arch'
|
'distribution', 'distribution_version', 'arch', 'gpu_model'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -224,3 +224,12 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style scoped lang="scss">
|
||||||
|
::v-deep .el-card__body {
|
||||||
|
padding: 10px 20px 20px 20px;
|
||||||
|
|
||||||
|
.el-form {
|
||||||
|
margin-top: unset;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
@ -41,7 +41,7 @@ export default {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
tableConfig: {
|
tableConfig: {
|
||||||
url: `/api/v1/xpack/cloud/sync-instance-tasks/${this.object.task?.id}/instances/`,
|
url: '',
|
||||||
hasSelection: false,
|
hasSelection: false,
|
||||||
columns: [
|
columns: [
|
||||||
'instance_id',
|
'instance_id',
|
||||||
@ -49,6 +49,10 @@ export default {
|
|||||||
prop: 'asset_ip',
|
prop: 'asset_ip',
|
||||||
label: this.$t('IP')
|
label: this.$t('IP')
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
prop: 'asset_display',
|
||||||
|
label: this.$t('Asset')
|
||||||
|
},
|
||||||
'region',
|
'region',
|
||||||
{
|
{
|
||||||
prop: 'status',
|
prop: 'status',
|
||||||
@ -76,9 +80,21 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
computed: {
|
||||||
|
dynamicUrl() {
|
||||||
|
const category = this.$route.query.category
|
||||||
|
const baseUrl = `/api/v1/xpack/cloud/sync-instance-tasks/instances/?category=${category}`
|
||||||
|
return this.object ? `${baseUrl}&task_id=${this.object.task.id}` : baseUrl
|
||||||
|
}
|
||||||
|
},
|
||||||
|
mounted() {
|
||||||
|
this.tableConfig.url = this.dynamicUrl
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
DeleteReleasedAssets() {
|
DeleteReleasedAssets() {
|
||||||
this.$axios.delete(`/api/v1/xpack/cloud/sync-instance-tasks/${this.object.task?.id}/released-assets/`).then(
|
const baseUrl = '/api/v1/xpack/cloud/sync-instance-tasks/released-assets/'
|
||||||
|
const url = this.object ? `${baseUrl}?task_id=${this.object.task.id}` : baseUrl
|
||||||
|
this.$axios.delete(url).then(
|
||||||
res => {
|
res => {
|
||||||
this.$message.success(this.$tc('DeleteSuccessMsg'))
|
this.$message.success(this.$tc('DeleteSuccessMsg'))
|
||||||
this.$refs.GenericListTable.$refs.ListTable.reloadTable()
|
this.$refs.GenericListTable.$refs.ListTable.reloadTable()
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script type="text/jsx">
|
<script type="text/jsx">
|
||||||
import { lan, privateCloudProviders, publicCloudProviders } from '../const'
|
import { lan, privateCloudProviders, publicHostProviders, publicDBProviders } from '../const'
|
||||||
import CreateDialog from './components/CreateDialog.vue'
|
import CreateDialog from './components/CreateDialog.vue'
|
||||||
import UpdateDialog from './components/UpdateDialog.vue'
|
import UpdateDialog from './components/UpdateDialog.vue'
|
||||||
import SyncDialog from './components/SyncDialog.vue'
|
import SyncDialog from './components/SyncDialog.vue'
|
||||||
@ -43,11 +43,12 @@ export default {
|
|||||||
object: null,
|
object: null,
|
||||||
table: {
|
table: {
|
||||||
tableConfig: {
|
tableConfig: {
|
||||||
url: '/api/v1/xpack/cloud/accounts/',
|
url: '',
|
||||||
permissions: {
|
permissions: {
|
||||||
app: 'xpack',
|
app: 'xpack',
|
||||||
resource: 'account'
|
resource: 'account'
|
||||||
}
|
},
|
||||||
|
extraQuery: {}
|
||||||
},
|
},
|
||||||
subComponentProps: {
|
subComponentProps: {
|
||||||
handleUpdate: (obj) => {
|
handleUpdate: (obj) => {
|
||||||
@ -102,7 +103,8 @@ export default {
|
|||||||
title: this.$t('PublicCloud'),
|
title: this.$t('PublicCloud'),
|
||||||
icon: 'public-cloud',
|
icon: 'public-cloud',
|
||||||
callback: () => {
|
callback: () => {
|
||||||
this.providerConfig.providers = publicCloudProviders.map(
|
const providers = this.iCategory === 'host' ? publicHostProviders : publicDBProviders
|
||||||
|
this.providerConfig.providers = providers.map(
|
||||||
(item) => ACCOUNT_PROVIDER_ATTRS_MAP[item]
|
(item) => ACCOUNT_PROVIDER_ATTRS_MAP[item]
|
||||||
)
|
)
|
||||||
this.visible = true
|
this.visible = true
|
||||||
@ -110,8 +112,9 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'privateCloud',
|
name: 'privateCloud',
|
||||||
icon: 'private-cloud',
|
|
||||||
title: this.$t('PrivateCloud'),
|
title: this.$t('PrivateCloud'),
|
||||||
|
icon: 'private-cloud',
|
||||||
|
has: () => this.iCategory === 'host',
|
||||||
callback: () => {
|
callback: () => {
|
||||||
this.providerConfig.providers = privateCloudProviders.map(
|
this.providerConfig.providers = privateCloudProviders.map(
|
||||||
(item) => ACCOUNT_PROVIDER_ATTRS_MAP[item]
|
(item) => ACCOUNT_PROVIDER_ATTRS_MAP[item]
|
||||||
@ -123,6 +126,7 @@ export default {
|
|||||||
name: 'LAN',
|
name: 'LAN',
|
||||||
title: this.$t('LAN'),
|
title: this.$t('LAN'),
|
||||||
icon: 'computer',
|
icon: 'computer',
|
||||||
|
has: () => this.iCategory === 'host',
|
||||||
callback: () => {
|
callback: () => {
|
||||||
const providers = [lan]
|
const providers = [lan]
|
||||||
this.providerConfig.providers = providers.map(
|
this.providerConfig.providers = providers.map(
|
||||||
@ -143,6 +147,11 @@ export default {
|
|||||||
onlineSyncVisible: false
|
onlineSyncVisible: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
computed: {
|
||||||
|
iCategory() {
|
||||||
|
return this.$route.query.category || 'host'
|
||||||
|
}
|
||||||
|
},
|
||||||
watch: {
|
watch: {
|
||||||
visible: {
|
visible: {
|
||||||
handler(val) {
|
handler(val) {
|
||||||
@ -166,6 +175,10 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
mounted() {
|
||||||
|
this.table.tableConfig.url = '/api/v1/xpack/cloud/accounts/'
|
||||||
|
this.table.tableConfig.extraQuery = { category: this.iCategory }
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
valid(status) {
|
valid(status) {
|
||||||
if (status !== 200) {
|
if (status !== 200) {
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
ref="form"
|
ref="form"
|
||||||
class="form"
|
class="form"
|
||||||
v-bind="settings"
|
v-bind="settings"
|
||||||
|
@performError="handlePerformError"
|
||||||
@performFinished="handlePerformFinished"
|
@performFinished="handlePerformFinished"
|
||||||
@submitSuccess="handleSubmitSuccess"
|
@submitSuccess="handleSubmitSuccess"
|
||||||
/>
|
/>
|
||||||
@ -54,6 +55,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
priSubmitForm: null,
|
||||||
submitType: 'auto',
|
submitType: 'auto',
|
||||||
settings: {
|
settings: {
|
||||||
url: `/api/v1/xpack/cloud/accounts/`,
|
url: `/api/v1/xpack/cloud/accounts/`,
|
||||||
@ -106,6 +108,9 @@ export default {
|
|||||||
},
|
},
|
||||||
project: {
|
project: {
|
||||||
label: this.$t('Project')
|
label: this.$t('Project')
|
||||||
|
},
|
||||||
|
hostname_prefix: {
|
||||||
|
required: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -164,6 +169,7 @@ export default {
|
|||||||
const newValues = JSON.parse(JSON.stringify(values))
|
const newValues = JSON.parse(JSON.stringify(values))
|
||||||
newValues['attrs'] = encryptAttrsField(newValues.attrs)
|
newValues['attrs'] = encryptAttrsField(newValues.attrs)
|
||||||
newValues['provider'] = vm.provider
|
newValues['provider'] = vm.provider
|
||||||
|
newValues['category'] = this.$route.query.category || 'host'
|
||||||
return newValues
|
return newValues
|
||||||
},
|
},
|
||||||
addContinue: true
|
addContinue: true
|
||||||
@ -172,32 +178,53 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
submitForm(form, btn, submitType) {
|
submitForm(form, btn, submitType) {
|
||||||
|
this.priSubmitForm = form
|
||||||
form.validate((valid) => {
|
form.validate((valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
btn.loading = true
|
btn.loading = true
|
||||||
|
this.$refs.form.$refs.form.dataForm.submitForm('form', false)
|
||||||
|
this.submitType = submitType
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
this.$refs.form.$refs.form.dataForm.submitForm('form', false)
|
|
||||||
|
|
||||||
if (this.origin === 'update') {
|
|
||||||
setTimeout(() => {
|
|
||||||
this.$emit('submitSuccess')
|
|
||||||
this.$emit('update:visible', false)
|
|
||||||
}, 500)
|
|
||||||
}
|
|
||||||
this.submitType = submitType
|
|
||||||
},
|
},
|
||||||
handleSubmitSuccess(res) {
|
handleSubmitSuccess(res) {
|
||||||
if (this.submitType === 'manual') {
|
if (this.submitType === 'manual') {
|
||||||
this.$emit('update:object', res)
|
this.$emit('update:object', res)
|
||||||
this.$emit('update:active', 2)
|
this.$emit('update:active', 2)
|
||||||
|
} else if (this.submitType === 'update') {
|
||||||
|
setTimeout(() => {
|
||||||
|
this.$emit('submitSuccess')
|
||||||
|
this.$emit('update:visible', false)
|
||||||
|
}, 500)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
handlePerformFinished() {
|
handlePerformFinished() {
|
||||||
for (const btn of this.settings.moreButtons) {
|
for (const btn of this.settings.moreButtons) {
|
||||||
btn.loading = false
|
btn.loading = false
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
handlePerformError(errorData) {
|
||||||
|
if (errorData.hasOwnProperty('attrs')) {
|
||||||
|
for (const f in errorData['attrs']) {
|
||||||
|
this.setAttrsFieldError(f, errorData['attrs'][f])
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
setAttrsFieldError(name, errors) {
|
||||||
|
for (const item of this.priSubmitForm.content) {
|
||||||
|
if (item.id === 'attrs') {
|
||||||
|
errors = Array.isArray(errors) ? errors.join(',') : errors
|
||||||
|
const totalFields = item.el.fields
|
||||||
|
const field = totalFields.find((v) => v.prop === name)
|
||||||
|
if (!field) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
if (typeof errors === 'string') {
|
||||||
|
field.el.errors = errors
|
||||||
|
field.attrs.error = errors
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -33,7 +33,11 @@ export default {
|
|||||||
<ul>
|
<ul>
|
||||||
{
|
{
|
||||||
newArr.map((r, index) => {
|
newArr.map((r, index) => {
|
||||||
return <li key={index}>{`${r.attr.label} ${r.match.label} ${r.value}`} </li>
|
return <li>
|
||||||
|
<el-tag size='mini' key={index}>
|
||||||
|
{r.attr.label}<strong> {`${r.match.label}`} </strong>{r.value}
|
||||||
|
</el-tag>
|
||||||
|
</li>
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
</ul>
|
</ul>
|
||||||
@ -48,7 +52,11 @@ export default {
|
|||||||
<ul>
|
<ul>
|
||||||
{
|
{
|
||||||
newArr.map((a, index) => {
|
newArr.map((a, index) => {
|
||||||
return <li key={index}>{`${a.attr.label}: ${a.value.label}`} </li>
|
return <li>
|
||||||
|
<el-tag size='mini' key={index}>
|
||||||
|
<strong>{a.attr.label}: </strong>{`${a.value.label}`}
|
||||||
|
</el-tag>
|
||||||
|
</li>
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
</ul>
|
</ul>
|
||||||
@ -58,42 +66,21 @@ export default {
|
|||||||
'comment', 'org_name'
|
'comment', 'org_name'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
|
||||||
computed: {
|
|
||||||
cardTitle() {
|
|
||||||
return this.object.name
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
ul {
|
ul {
|
||||||
counter-reset: my-counter;
|
display: flex;
|
||||||
list-style-type: none;
|
flex-direction: column;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
counter-increment: my-counter;
|
list-style: none;
|
||||||
position: relative;
|
margin: 3px 0;
|
||||||
padding-left: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
li:before {
|
|
||||||
content: counter(my-counter);
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
left: 0;
|
|
||||||
top: 32%;
|
|
||||||
width: 14px;
|
|
||||||
height: 14px;
|
|
||||||
line-height: 12px;
|
|
||||||
text-align: center;
|
|
||||||
border: 1px solid;
|
|
||||||
border-radius: 50%;
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ export default {
|
|||||||
createDrawer: () => import('@/views/assets/Cloud/Strategy/StrategyCreateUpdate.vue'),
|
createDrawer: () => import('@/views/assets/Cloud/Strategy/StrategyCreateUpdate.vue'),
|
||||||
detailDrawer: () => import('@/views/assets/Cloud/Strategy/StrategyDetail/index.vue'),
|
detailDrawer: () => import('@/views/assets/Cloud/Strategy/StrategyDetail/index.vue'),
|
||||||
tableConfig: {
|
tableConfig: {
|
||||||
url: '/api/v1/xpack/cloud/strategies/',
|
url: '',
|
||||||
permissions: {
|
permissions: {
|
||||||
app: 'xpack',
|
app: 'xpack',
|
||||||
resource: 'strategy'
|
resource: 'strategy'
|
||||||
@ -52,10 +52,11 @@ export default {
|
|||||||
updateRoute: 'CloudStrategyUpdate',
|
updateRoute: 'CloudStrategyUpdate',
|
||||||
hasClone: false,
|
hasClone: false,
|
||||||
canDelete: ({ row }) => {
|
canDelete: ({ row }) => {
|
||||||
return row.name !== 'default'
|
return this.$hasPerm('xpack.delete_strategy') && row.name !== 'default'
|
||||||
},
|
},
|
||||||
canUpdate: ({ row }) => {
|
canUpdate: ({ row }) => {
|
||||||
return row.name !== 'default'
|
return this.$hasPerm('xpack.change_strategy') && row.name !== 'default' &&
|
||||||
|
!this.$store.getters.currentOrgIsRoot
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -69,8 +70,15 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
computed: {
|
||||||
|
iCategory() {
|
||||||
|
return this.$route.query.category || 'host'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
mounted() {
|
||||||
|
this.tableConfig.url = `/api/v1/xpack/cloud/strategies/?category=${this.iCategory}`
|
||||||
|
},
|
||||||
methods: {}
|
methods: {}
|
||||||
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -73,8 +73,8 @@ export default {
|
|||||||
case 'node':
|
case 'node':
|
||||||
url = '/api/v1/assets/nodes/'
|
url = '/api/v1/assets/nodes/'
|
||||||
break
|
break
|
||||||
case 'domain':
|
case 'zone':
|
||||||
url = '/api/v1/assets/domains/'
|
url = '/api/v1/assets/zones/'
|
||||||
break
|
break
|
||||||
case 'account_template':
|
case 'account_template':
|
||||||
url = '/api/v1/accounts/account-templates/'
|
url = '/api/v1/accounts/account-templates/'
|
||||||
@ -209,7 +209,7 @@ export default {
|
|||||||
beforeSubmit(data) {
|
beforeSubmit(data) {
|
||||||
let status = true
|
let status = true
|
||||||
const labelMap = {
|
const labelMap = {
|
||||||
platform: this.$tc('Platform'), domain: this.$tc('Zone'),
|
platform: this.$tc('Platform'), zone: this.$tc('Zone'),
|
||||||
name_strategy: this.$tc('Strategy')
|
name_strategy: this.$tc('Strategy')
|
||||||
}
|
}
|
||||||
this.tableConfig.totalData.map(item => {
|
this.tableConfig.totalData.map(item => {
|
||||||
|
@ -4,7 +4,7 @@ import { attrMatchOptions } from '@/components/const'
|
|||||||
export const resourceTypeOptions = [
|
export const resourceTypeOptions = [
|
||||||
{ label: i18n.t('Platform'), value: 'platform' },
|
{ label: i18n.t('Platform'), value: 'platform' },
|
||||||
{ label: i18n.t('Node'), value: 'node' },
|
{ label: i18n.t('Node'), value: 'node' },
|
||||||
{ label: i18n.t('Zone'), value: 'domain' },
|
{ label: i18n.t('Zone'), value: 'zone' },
|
||||||
{ label: i18n.t('AccountTemplate'), value: 'account_template' },
|
{ label: i18n.t('AccountTemplate'), value: 'account_template' },
|
||||||
{ label: i18n.t('Tags'), value: 'label' },
|
{ label: i18n.t('Tags'), value: 'label' },
|
||||||
{ label: i18n.t('Strategy'), value: 'name_strategy' }
|
{ label: i18n.t('Strategy'), value: 'name_strategy' }
|
||||||
@ -20,7 +20,9 @@ export const tableFormatter = (colName, getResourceLabel) => {
|
|||||||
return (row, col, cellValue) => {
|
return (row, col, cellValue) => {
|
||||||
const globalResource = {}
|
const globalResource = {}
|
||||||
const value = cellValue
|
const value = cellValue
|
||||||
if (value?.label) { return value.label }
|
if (value?.label) {
|
||||||
|
return value.label
|
||||||
|
}
|
||||||
switch (colName) {
|
switch (colName) {
|
||||||
case 'attr':
|
case 'attr':
|
||||||
return instanceAttrOptions.find(attr => attr.value === value)?.label || value
|
return instanceAttrOptions.find(attr => attr.value === value)?.label || value
|
||||||
@ -36,7 +38,9 @@ export const tableFormatter = (colName, getResourceLabel) => {
|
|||||||
}
|
}
|
||||||
return globalResource[value] || value
|
return globalResource[value] || value
|
||||||
case 'protocols':
|
case 'protocols':
|
||||||
return Array.isArray(value) ? value.map(p => { return `${p.name}/${p.port}` }).join(', ') : ''
|
return Array.isArray(value) ? value.map(p => {
|
||||||
|
return `${p.name}/${p.port}`
|
||||||
|
}).join(', ') : ''
|
||||||
case 'count':
|
case 'count':
|
||||||
return value?.length || 0
|
return value?.length || 0
|
||||||
default:
|
default:
|
||||||
|
@ -29,13 +29,15 @@ export const scp = 'scp'
|
|||||||
export const apsara_stack = 'apsara_stack'
|
export const apsara_stack = 'apsara_stack'
|
||||||
export const lan = 'lan'
|
export const lan = 'lan'
|
||||||
|
|
||||||
export const publicCloudProviders = [
|
export const publicHostProviders = [
|
||||||
aliyun, qcloud, qcloud_lighthouse, huaweicloud,
|
aliyun, qcloud, qcloud_lighthouse, huaweicloud,
|
||||||
baiducloud, jdcloud, kingsoftcloud, aws_china,
|
baiducloud, jdcloud, kingsoftcloud, aws_china,
|
||||||
aws_international, azure, azure_international,
|
aws_international, azure, azure_international,
|
||||||
gcp, ucloud, volcengine
|
gcp, ucloud, volcengine
|
||||||
]
|
]
|
||||||
|
|
||||||
|
export const publicDBProviders = [aliyun]
|
||||||
|
|
||||||
export const privateCloudProviders = [
|
export const privateCloudProviders = [
|
||||||
vmware, qingcloud_private, huaweicloud_private, ctyun_private,
|
vmware, qingcloud_private, huaweicloud_private, ctyun_private,
|
||||||
openstack, zstack, nutanix, fc, scp, apsara_stack
|
openstack, zstack, nutanix, fc, scp, apsara_stack
|
||||||
|
@ -13,6 +13,7 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
config: {
|
config: {
|
||||||
|
title: '',
|
||||||
activeMenu: 'CloudAccountList',
|
activeMenu: 'CloudAccountList',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
@ -26,6 +27,12 @@ export default {
|
|||||||
name: 'StrategyList',
|
name: 'StrategyList',
|
||||||
hidden: () => !this.$hasPerm('xpack.view_strategy'),
|
hidden: () => !this.$hasPerm('xpack.view_strategy'),
|
||||||
component: () => import('@/views/assets/Cloud/Strategy/StrategyList.vue')
|
component: () => import('@/views/assets/Cloud/Strategy/StrategyList.vue')
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: this.$t('SyncInstanceTaskHistoryAssetList'),
|
||||||
|
name: 'TaskSyncAssetList',
|
||||||
|
hidden: () => !this.$hasLicense() || !this.$hasPerm('xpack.view_syncinstancedetail'),
|
||||||
|
component: () => import('@/views/assets/Cloud/Account/AccountDetail/TaskSyncAssetList.vue')
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
actions: {
|
actions: {
|
||||||
@ -33,6 +40,11 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
mounted() {
|
||||||
|
const category = this.$route.query.category || 'host'
|
||||||
|
const display = category === 'host' ? this.$t('Host') : this.$t('Database')
|
||||||
|
this.config.title = `${display} - ${this.$t('CloudSync')}`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
:has-reset="false"
|
:has-reset="false"
|
||||||
:initial="initial"
|
:initial="initial"
|
||||||
:url="url"
|
:url="url"
|
||||||
|
@submitSuccess="onSubmitSuccess"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -49,7 +50,8 @@ export default {
|
|||||||
]],
|
]],
|
||||||
[this.$t('Config'), [
|
[this.$t('Config'), [
|
||||||
'protocols', 'su_enabled', 'su_method',
|
'protocols', 'su_enabled', 'su_method',
|
||||||
'domain_enabled', 'charset'
|
'gateway_enabled', 'ds_enabled',
|
||||||
|
'charset'
|
||||||
]],
|
]],
|
||||||
[this.$t('Automations'), ['automation']],
|
[this.$t('Automations'), ['automation']],
|
||||||
[this.$t('Other'), ['comment']]
|
[this.$t('Other'), ['comment']]
|
||||||
@ -58,23 +60,20 @@ export default {
|
|||||||
url: `/api/v1/assets/platforms/`,
|
url: `/api/v1/assets/platforms/`,
|
||||||
cleanFormValue: (values) => {
|
cleanFormValue: (values) => {
|
||||||
const protocols = values['protocols'] || []
|
const protocols = values['protocols'] || []
|
||||||
const query = this.$route.query || {}
|
|
||||||
const automation = values['automation'] || {}
|
const automation = values['automation'] || {}
|
||||||
const category_type = values['category_type']
|
const category_type = values['category_type']
|
||||||
const ansibleConfig = automation?.['ansible_config'] || {}
|
const ansibleConfig = automation?.['ansible_config'] || {}
|
||||||
automation.ansible_config = ansibleConfig instanceof Object ? ansibleConfig : JSON.parse(ansibleConfig)
|
automation.ansible_config = ansibleConfig instanceof Object ? ansibleConfig : JSON.parse(ansibleConfig)
|
||||||
|
|
||||||
if (query.hasOwnProperty('_clone_from')) {
|
if (automation.hasOwnProperty('id')) {
|
||||||
if (automation.hasOwnProperty('id')) {
|
delete automation['id']
|
||||||
delete automation['id']
|
|
||||||
}
|
|
||||||
values['protocols'] = protocols.map(i => {
|
|
||||||
if (i.hasOwnProperty('id')) {
|
|
||||||
delete i['id']
|
|
||||||
}
|
|
||||||
return i
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
values['protocols'] = protocols.map(i => {
|
||||||
|
if (i.hasOwnProperty('id')) {
|
||||||
|
delete i['id']
|
||||||
|
}
|
||||||
|
return i
|
||||||
|
})
|
||||||
values['category'] = category_type[0]
|
values['category'] = category_type[0]
|
||||||
values['type'] = category_type[1]
|
values['type'] = category_type[1]
|
||||||
return values
|
return values
|
||||||
@ -105,6 +104,9 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
onSubmitSuccess() {
|
||||||
|
this.$store.dispatch('assets/cleanPlatforms')
|
||||||
|
},
|
||||||
updateSuMethodOptions() {
|
updateSuMethodOptions() {
|
||||||
const options = this.suMethods.filter(i => {
|
const options = this.suMethods.filter(i => {
|
||||||
return this.suMethodLimits.includes(i.value)
|
return this.suMethodLimits.includes(i.value)
|
||||||
@ -141,7 +143,6 @@ export default {
|
|||||||
const constraints = await this.$axios.get(url)
|
const constraints = await this.$axios.get(url)
|
||||||
this.defaultOptions = constraints
|
this.defaultOptions = constraints
|
||||||
|
|
||||||
const fieldsCheck = ['domain_enabled', 'su_enabled']
|
|
||||||
let protocols = constraints?.protocols || []
|
let protocols = constraints?.protocols || []
|
||||||
protocols = protocols?.map(i => {
|
protocols = protocols?.map(i => {
|
||||||
if (i.name === 'http') {
|
if (i.name === 'http') {
|
||||||
@ -151,15 +152,20 @@ export default {
|
|||||||
})
|
})
|
||||||
this.fieldsMeta.protocols.el.choices = protocols
|
this.fieldsMeta.protocols.el.choices = protocols
|
||||||
|
|
||||||
|
const fieldsCheck = ['gateway_enabled', 'su_enabled']
|
||||||
for (const field of fieldsCheck) {
|
for (const field of fieldsCheck) {
|
||||||
const disabled = constraints[field] === false
|
const disabled = constraints[field] === false
|
||||||
this.initial[field] = !disabled
|
this.initial[field] = !disabled
|
||||||
_.set(this.fieldsMeta, `${field}.el.disabled`, disabled)
|
_.set(this.fieldsMeta, `${field}.el.disabled`, disabled)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (constraints['charset_enabled'] === false) {
|
const fieldsHidden = ['charset', 'ds_enabled']
|
||||||
this.fieldsMeta.charset.hidden = () => true
|
for (const field of fieldsHidden) {
|
||||||
|
if (constraints[field] === false) {
|
||||||
|
this.fieldsMeta[field].hidden = () => true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
await setAutomations(this)
|
await setAutomations(this)
|
||||||
await this.updateSuMethods(constraints)
|
await this.updateSuMethods(constraints)
|
||||||
}
|
}
|
||||||
|
@ -59,7 +59,7 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
visible: false,
|
visible: false,
|
||||||
fields: ['domain_enabled'],
|
fields: ['gateway_enabled'],
|
||||||
quickActions: [],
|
quickActions: [],
|
||||||
url: `/api/v1/assets/platforms/${this.object.id}/`,
|
url: `/api/v1/assets/platforms/${this.object.id}/`,
|
||||||
detailFields: [
|
detailFields: [
|
||||||
@ -101,16 +101,16 @@ export default {
|
|||||||
const { object } = this
|
const { object } = this
|
||||||
const quickActions = [
|
const quickActions = [
|
||||||
{
|
{
|
||||||
title: this.$t('EnableDomain'),
|
title: this.$t('EnableGateway'),
|
||||||
type: 'switch',
|
type: 'switch',
|
||||||
attrs: {
|
attrs: {
|
||||||
label: this.$t('Update'),
|
label: this.$t('Update'),
|
||||||
model: object['domain_enabled'],
|
model: object['gateway_enabled'],
|
||||||
disabled: !this.canEdit || this.constraints['domain_enabled'] === false
|
disabled: !this.canEdit || this.constraints['gateway_enabled'] === false
|
||||||
},
|
},
|
||||||
callbacks: Object.freeze({
|
callbacks: Object.freeze({
|
||||||
change: (val) => {
|
change: (val) => {
|
||||||
const data = { domain_enabled: val }
|
const data = { gateway_enabled: val }
|
||||||
this.$axios.patch(
|
this.$axios.patch(
|
||||||
`/api/v1/assets/platforms/${object.id}/`, data).then(res => {
|
`/api/v1/assets/platforms/${object.id}/`, data).then(res => {
|
||||||
this.$message.success(this.$tc('UpdateSuccessMsg'))
|
this.$message.success(this.$tc('UpdateSuccessMsg'))
|
||||||
|
@ -73,7 +73,7 @@ export default {
|
|||||||
category: {
|
category: {
|
||||||
formatter: ChoicesFormatter
|
formatter: ChoicesFormatter
|
||||||
},
|
},
|
||||||
domain_enabled: {
|
gateway_enabled: {
|
||||||
formatterArgs: {
|
formatterArgs: {
|
||||||
showFalse: false
|
showFalse: false
|
||||||
}
|
}
|
||||||
@ -115,7 +115,11 @@ export default {
|
|||||||
canUpdate: ({ row }) => !row.internal && vm.$hasPerm('assets.change_platform'),
|
canUpdate: ({ row }) => !row.internal && vm.$hasPerm('assets.change_platform'),
|
||||||
canDelete: ({ row }) => !row.internal && vm.$hasPerm('assets.delete_platform'),
|
canDelete: ({ row }) => !row.internal && vm.$hasPerm('assets.delete_platform'),
|
||||||
onUpdate({ row, col }) {
|
onUpdate({ row, col }) {
|
||||||
vm.$refs.genericListTable.onUpdate({ row, col, query: { type: row.type.value, category: row.category.value }})
|
vm.$refs.genericListTable.onUpdate({
|
||||||
|
row,
|
||||||
|
col,
|
||||||
|
query: { type: row.type.value, category: row.category.value }
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -149,14 +153,7 @@ export default {
|
|||||||
return `/api/v1/assets/platforms/?category=${this.tab.activeMenu}`
|
return `/api/v1/assets/platforms/?category=${this.tab.activeMenu}`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
deactivated() {
|
|
||||||
window.localStorage.setItem('lastTab', this.tab.activeMenu)
|
|
||||||
},
|
|
||||||
activated() {
|
activated() {
|
||||||
setTimeout(() => {
|
|
||||||
this.tab.activeMenu = window.localStorage.getItem('lastTab') || 'host'
|
|
||||||
this.$refs.genericListTable?.reloadTable()
|
|
||||||
}, 300)
|
|
||||||
},
|
},
|
||||||
async mounted() {
|
async mounted() {
|
||||||
try {
|
try {
|
||||||
@ -164,6 +161,15 @@ export default {
|
|||||||
} finally {
|
} finally {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const name = this.$route.query?.name
|
||||||
|
const platform = this.$route.query?.id
|
||||||
|
|
||||||
|
if (platform) {
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.$refs.genericListTable.onDetail({ row: { id: platform, name }})
|
||||||
|
})
|
||||||
|
}
|
||||||
},
|
},
|
||||||
updated() {
|
updated() {
|
||||||
this.changeMoreCreates()
|
this.changeMoreCreates()
|
||||||
@ -173,9 +179,15 @@ export default {
|
|||||||
this.tableConfig.url = this.url
|
this.tableConfig.url = this.url
|
||||||
this.headerActions.importOptions.url = this.url
|
this.headerActions.importOptions.url = this.url
|
||||||
this.headerActions.exportOptions.url = this.url
|
this.headerActions.exportOptions.url = this.url
|
||||||
this.headerActions.moreCreates.dropdown = this.$store.state.assets.assetCategoriesDropdown.filter(item => {
|
const types = this.$store.state.assets.assetCategoriesDropdown.filter(item => {
|
||||||
return item.category === this.tab.activeMenu
|
return item.category === this.tab.activeMenu
|
||||||
|
}).map(item => {
|
||||||
|
if (item.group && !item.group.includes(this.$t('Type'))) {
|
||||||
|
item.group += this.$t('WordSep') + this.$t('Type')
|
||||||
|
}
|
||||||
|
return item
|
||||||
})
|
})
|
||||||
|
this.headerActions.moreCreates.dropdown = types
|
||||||
},
|
},
|
||||||
async setCategoriesTab() {
|
async setCategoriesTab() {
|
||||||
const categoryIcon = {
|
const categoryIcon = {
|
||||||
@ -185,6 +197,7 @@ export default {
|
|||||||
cloud: 'fa-cloud',
|
cloud: 'fa-cloud',
|
||||||
web: 'fa-globe',
|
web: 'fa-globe',
|
||||||
gpt: 'fa-comment',
|
gpt: 'fa-comment',
|
||||||
|
ds: 'fa-id-card-o',
|
||||||
custom: 'fa-cube'
|
custom: 'fa-cube'
|
||||||
}
|
}
|
||||||
const state = await this.$store.dispatch('assets/getAssetCategories')
|
const state = await this.$store.dispatch('assets/getAssetCategories')
|
||||||
|
@ -76,11 +76,17 @@ export const platformFieldsMeta = (vm) => {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
charset: {},
|
charset: {},
|
||||||
domain_enabled: {
|
gateway_enabled: {
|
||||||
el: {
|
el: {
|
||||||
disabled: false
|
disabled: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
ds_enabled: {
|
||||||
|
el: {
|
||||||
|
disabled: false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
protocols: {
|
protocols: {
|
||||||
label: i18n.t('SupportedProtocol'),
|
label: i18n.t('SupportedProtocol'),
|
||||||
...assetMeta.protocols,
|
...assetMeta.protocols,
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"module": "commonjs",
|
|
||||||
"target": "es5",
|
|
||||||
"sourceMap": true
|
|
||||||
},
|
|
||||||
"exclude": [
|
|
||||||
"node_modules"
|
|
||||||
]
|
|
||||||
}
|
|
@ -25,9 +25,9 @@ export default {
|
|||||||
component: AssetSelect,
|
component: AssetSelect,
|
||||||
el: {
|
el: {
|
||||||
value: [],
|
value: [],
|
||||||
baseUrl: '/api/v1/assets/assets/?domain_enabled=true',
|
baseUrl: '/api/v1/assets/assets/?gateway_enabled=true',
|
||||||
treeUrlQuery: {
|
treeUrlQuery: {
|
||||||
domain_enabled: true
|
gateway_enabled: true
|
||||||
},
|
},
|
||||||
canSelect: (row) => {
|
canSelect: (row) => {
|
||||||
return !row.platform?.name.startsWith('Gateway')
|
return !row.platform?.name.startsWith('Gateway')
|
||||||
@ -42,7 +42,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
url: '/api/v1/assets/domains/'
|
url: '/api/v1/assets/zones/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import BaseList from '@/views/assets/Asset/AssetList/components/BaseList'
|
import BaseList from '@/views/assets/Asset/AssetList/components/BaseList'
|
||||||
import AddAssetDialog from '@/views/assets/Domain/components/AddAssetDialog.vue'
|
import AddAssetDialog from '@/views/assets/Zone/components/AddAssetDialog.vue'
|
||||||
import TwoCol from '@/layout/components/Page/TwoColPage.vue'
|
import TwoCol from '@/layout/components/Page/TwoColPage.vue'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
@ -34,7 +34,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
config: {
|
config: {
|
||||||
category: 'all',
|
category: 'all',
|
||||||
url: `/api/v1/assets/assets/?domain=${this.object.id}&is_gateway=0`,
|
url: `/api/v1/assets/assets/?zone=${this.object.id}&is_gateway=0`,
|
||||||
tableConfig: {
|
tableConfig: {
|
||||||
columns: ['name', 'address', 'platform', 'actions'],
|
columns: ['name', 'address', 'platform', 'actions'],
|
||||||
columnsMeta: {
|
columnsMeta: {
|
||||||
@ -114,14 +114,14 @@ export default {
|
|||||||
patch_data = rows.selectedRows.map(row => {
|
patch_data = rows.selectedRows.map(row => {
|
||||||
return {
|
return {
|
||||||
id: row.id,
|
id: row.id,
|
||||||
domain: null
|
zone: null
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
msg = patch_data.length + ' ' + this.$t('Rows')
|
msg = patch_data.length + ' ' + this.$t('Rows')
|
||||||
} else {
|
} else {
|
||||||
patch_data = [{
|
patch_data = [{
|
||||||
id: rows.row.id,
|
id: rows.row.id,
|
||||||
domain: null
|
zone: null
|
||||||
}]
|
}]
|
||||||
msg = rows.row.name
|
msg = rows.row.name
|
||||||
}
|
}
|
@ -23,7 +23,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
url: `/api/v1/assets/domains/${this.object.id}/`,
|
url: `/api/v1/assets/zones/${this.object.id}/`,
|
||||||
detailFields: [
|
detailFields: [
|
||||||
'name', 'assets_amount',
|
'name', 'assets_amount',
|
||||||
{
|
{
|