bfg-common 1.0.13 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/atoms/alert/Notification.vue +167 -167
- package/components/atoms/autocomplete/Autocomplete.vue +236 -236
- package/components/atoms/combobox/Combobox.vue +131 -131
- package/components/atoms/datepicker/Datepicker.vue +612 -612
- package/components/atoms/dropdown/tree/Tree.vue +134 -134
- package/components/atoms/list/SelectList.vue +62 -62
- package/components/atoms/modal/bySteps/BySteps.vue +234 -234
- package/components/atoms/modal/byStepsSecond/ByStepsSecond.vue +174 -174
- package/components/atoms/nav/NavBar.vue +116 -116
- package/components/atoms/nav/VerticalNavBar.vue +89 -89
- package/components/atoms/notificationBar/NotificationBar.vue +175 -175
- package/components/atoms/perPage/PerPage.vue +52 -52
- package/components/atoms/popup/SimplePopup.vue +90 -90
- package/components/atoms/step/VerticalStep.vue +104 -104
- package/components/atoms/switch/Switch.vue +107 -107
- package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +204 -204
- package/components/atoms/table/dataGrid/DataGridPage.vue +189 -189
- package/components/atoms/table/dataGrid/DataGridPagination.vue +83 -83
- package/components/atoms/table/dataGrid/config/itemsPerPage.ts +20 -20
- package/components/atoms/tabs/Tabs.vue +189 -189
- package/components/atoms/tooltip/Signpost.vue +224 -224
- package/components/common/accordion/Accordion.vue +176 -176
- package/components/common/accordion/Recursion.vue +195 -195
- package/components/common/adapterManager/AddAdapterWarningModal.vue +82 -82
- package/components/common/adapterManager/NoActiveAdaptersModal.vue +62 -62
- package/components/common/adapterManager/NoConnectedActiveAdaptersModal.vue +62 -62
- package/components/common/browse/Browse.vue +182 -182
- package/components/common/browse/blocks/Title.vue +66 -66
- package/components/common/diagramMain/Header.vue +160 -160
- package/components/common/diagramMain/adapter/AdapterItem.vue +227 -227
- package/components/common/diagramMain/adapter/AdapterItems.vue +57 -57
- package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +236 -236
- package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +178 -178
- package/components/common/diagramMain/modals/editSettings/tabs/TrafficShaping.vue +392 -392
- package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +339 -339
- package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +202 -202
- package/components/common/diagramMain/modals/remove/RemoveModal.vue +226 -226
- package/components/common/diagramMain/modals/viewSettings/Info.vue +94 -94
- package/components/common/diagramMain/network/Contents.vue +238 -238
- package/components/common/feedback/Buttons.vue +232 -232
- package/components/common/feedback/Message.vue +468 -468
- package/components/common/feedback/VisitPortal.vue +54 -54
- package/components/common/modals/Rename.vue +165 -165
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/Form.vue +388 -388
- package/components/common/monitor/models/interfaces.ts +1 -0
- package/components/common/perPage/PerPage.vue +51 -51
- package/components/common/recursionTree/RecursionTree.vue +201 -201
- package/components/common/vm/actions/add/Add.vue +687 -687
- package/components/common/vm/actions/add/FolderTreeView.vue +83 -83
- package/components/common/vm/actions/add/config/capabilities.ts +670 -670
- package/components/common/vm/actions/add/customizeHardware/CustomizeHardware.vue +1 -1
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/VirtualHardware.vue +1 -1
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/browseView/BrowseView.vue +203 -203
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +55 -55
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/cpu/Sa.vue +102 -102
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +447 -447
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIops.vue +147 -147
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterType.vue +86 -86
- package/components/common/vm/actions/add/customizeHardware/vmoptions/generalOptions/GeneralOptions.vue +114 -114
- package/components/common/vm/actions/add/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +50 -50
- package/components/common/vm/actions/add/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/MouseMode.vue +52 -52
- package/components/common/vm/actions/add/select/compatibility/Compatibility.vue +151 -151
- package/components/common/vm/actions/add/select/computeResource/ComputeResource.vue +170 -170
- package/components/common/vm/actions/add/select/computeResource/TreeView.vue +126 -126
- package/components/common/vm/actions/add/select/name/Name.vue +173 -173
- package/components/common/vm/actions/add/select/os/os.vue +221 -221
- package/components/common/vm/actions/add/utils.ts +118 -118
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/TablesView.vue +141 -141
- package/components/common/wizards/datastore/add/nfs/configuration/Configuration.vue +373 -373
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/ServersList.vue +123 -123
- package/components/common/wizards/datastore/add/nfs/kerberosAuthentication/KerberosAuthentication.vue +54 -54
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/HostTable.vue +131 -131
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/PartitionConfiguration.vue +230 -230
- package/models/store/storage/interfaces.ts +32 -32
- package/package.json +1 -1
- package/plugins/recursion.ts +230 -230
- package/public/spice-console/application/codec.js +257 -257
- package/public/spice-console/lib/rasterEngine.js +907 -907
- package/public/spice-console-minify/lib/decoder/dixie.min.js +4 -4
- package/public/spice-console-minify/lib/jgestures.min.js +24 -24
- package/public/spice-console-minify/lib/jquery-2.0.3.min.js +24 -24
- package/public/spice-console-minify/lib/jquery-mousewheel.min.js +11 -11
- package/public/spice-console-minify/lib/jquery-visibility.min.js +1 -1
- package/public/spice-console-minify/lib/lodash.4.0.0.min.js +5 -5
|
@@ -1,126 +1,126 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="tree-view">
|
|
3
|
-
<atoms-loader-pre-loader
|
|
4
|
-
v-show="loading"
|
|
5
|
-
id="loader"
|
|
6
|
-
class="absolute-center tree-view__loading"
|
|
7
|
-
:show="true"
|
|
8
|
-
/>
|
|
9
|
-
<common-recursion-tree
|
|
10
|
-
:nodes="props.computeResourceTree"
|
|
11
|
-
class="recursion-tree"
|
|
12
|
-
@get-nodes="onShowNodes($event)"
|
|
13
|
-
@select-node="onSelectNode"
|
|
14
|
-
@contextmenu.prevent
|
|
15
|
-
/>
|
|
16
|
-
</div>
|
|
17
|
-
</template>
|
|
18
|
-
|
|
19
|
-
<script setup lang="ts">
|
|
20
|
-
import { UI_I_TreeNode } from '~/components/common/recursionTree/models/interfaces'
|
|
21
|
-
|
|
22
|
-
const props = defineProps<{
|
|
23
|
-
dataCenter: UI_I_TreeNode | null
|
|
24
|
-
computeResource: UI_I_TreeNode
|
|
25
|
-
modelValue: UI_I_TreeNode | null
|
|
26
|
-
computeResourceTree: UI_I_TreeNode[]
|
|
27
|
-
}>()
|
|
28
|
-
|
|
29
|
-
const emits = defineEmits<{
|
|
30
|
-
(event: 'update:modelValue', value: UI_I_TreeNode): void
|
|
31
|
-
(event: 'get-compute-resource-tree', value: { id: string | number, cb: () => void }): void
|
|
32
|
-
(event: 'show-compute-resource-tree', value: UI_I_TreeNode): void
|
|
33
|
-
(event: 'select-compute-resource-tree', value: UI_I_TreeNode): void
|
|
34
|
-
(event: 'clear-compute-resource-tree'): void
|
|
35
|
-
}>()
|
|
36
|
-
|
|
37
|
-
const { $store } = useNuxtApp()
|
|
38
|
-
|
|
39
|
-
const loading = ref<boolean>(false)
|
|
40
|
-
watch(
|
|
41
|
-
() => props.dataCenter,
|
|
42
|
-
async () => {
|
|
43
|
-
if (!props.dataCenter) return
|
|
44
|
-
|
|
45
|
-
loading.value = true
|
|
46
|
-
emits('get-compute-resource-tree', {
|
|
47
|
-
id: props.dataCenter.id,
|
|
48
|
-
cb: () => {
|
|
49
|
-
let node = props.modelValue
|
|
50
|
-
let hasNode = checkHasNodeRecursion(
|
|
51
|
-
props.computeResourceTree[0].nodes,
|
|
52
|
-
node
|
|
53
|
-
)
|
|
54
|
-
if (!hasNode) {
|
|
55
|
-
node = props.computeResource
|
|
56
|
-
hasNode = checkHasNodeRecursion(
|
|
57
|
-
props.computeResourceTree[0].nodes,
|
|
58
|
-
node
|
|
59
|
-
)
|
|
60
|
-
}
|
|
61
|
-
if (!hasNode) {
|
|
62
|
-
node = props.computeResourceTree[0]
|
|
63
|
-
}
|
|
64
|
-
loading.value = false
|
|
65
|
-
|
|
66
|
-
if (!node) return
|
|
67
|
-
onSelectNode(node)
|
|
68
|
-
},
|
|
69
|
-
})
|
|
70
|
-
}
|
|
71
|
-
)
|
|
72
|
-
const checkHasNodeRecursion = (
|
|
73
|
-
nodes: UI_I_TreeNode[],
|
|
74
|
-
node: UI_I_TreeNode | null
|
|
75
|
-
): boolean => {
|
|
76
|
-
if (!node) return false
|
|
77
|
-
|
|
78
|
-
let has = false
|
|
79
|
-
for (let i = 0; i < nodes.length; i++) {
|
|
80
|
-
const item = nodes[i]
|
|
81
|
-
|
|
82
|
-
if (item.id === node.id && item.type === node.type) {
|
|
83
|
-
has = true
|
|
84
|
-
break
|
|
85
|
-
}
|
|
86
|
-
if (has) break
|
|
87
|
-
|
|
88
|
-
has = checkHasNodeRecursion(item.nodes, node)
|
|
89
|
-
}
|
|
90
|
-
return has
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
const onShowNodes = ({
|
|
94
|
-
node,
|
|
95
|
-
cb,
|
|
96
|
-
}: {
|
|
97
|
-
node: UI_I_TreeNode
|
|
98
|
-
cb: () => void
|
|
99
|
-
}): void => {
|
|
100
|
-
emits('show-compute-resource-tree', node)
|
|
101
|
-
cb()
|
|
102
|
-
}
|
|
103
|
-
const onSelectNode = (node: UI_I_TreeNode): void => {
|
|
104
|
-
emits('select-compute-resource-tree', node)
|
|
105
|
-
|
|
106
|
-
emits('update:modelValue', node)
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
onUnmounted(() => {
|
|
110
|
-
emits('clear-compute-resource-tree')
|
|
111
|
-
})
|
|
112
|
-
</script>
|
|
113
|
-
|
|
114
|
-
<style scoped lang="scss">
|
|
115
|
-
.tree-view {
|
|
116
|
-
&__loading {
|
|
117
|
-
:deep(.spinner.spinner-inverse) {
|
|
118
|
-
position: static;
|
|
119
|
-
width: 45px;
|
|
120
|
-
height: 45px;
|
|
121
|
-
min-width: 45px;
|
|
122
|
-
min-height: 45px;
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="tree-view">
|
|
3
|
+
<atoms-loader-pre-loader
|
|
4
|
+
v-show="loading"
|
|
5
|
+
id="loader"
|
|
6
|
+
class="absolute-center tree-view__loading"
|
|
7
|
+
:show="true"
|
|
8
|
+
/>
|
|
9
|
+
<common-recursion-tree
|
|
10
|
+
:nodes="props.computeResourceTree"
|
|
11
|
+
class="recursion-tree"
|
|
12
|
+
@get-nodes="onShowNodes($event)"
|
|
13
|
+
@select-node="onSelectNode"
|
|
14
|
+
@contextmenu.prevent
|
|
15
|
+
/>
|
|
16
|
+
</div>
|
|
17
|
+
</template>
|
|
18
|
+
|
|
19
|
+
<script setup lang="ts">
|
|
20
|
+
import { UI_I_TreeNode } from '~/components/common/recursionTree/models/interfaces'
|
|
21
|
+
|
|
22
|
+
const props = defineProps<{
|
|
23
|
+
dataCenter: UI_I_TreeNode | null
|
|
24
|
+
computeResource: UI_I_TreeNode
|
|
25
|
+
modelValue: UI_I_TreeNode | null
|
|
26
|
+
computeResourceTree: UI_I_TreeNode[]
|
|
27
|
+
}>()
|
|
28
|
+
|
|
29
|
+
const emits = defineEmits<{
|
|
30
|
+
(event: 'update:modelValue', value: UI_I_TreeNode): void
|
|
31
|
+
(event: 'get-compute-resource-tree', value: { id: string | number, cb: () => void }): void
|
|
32
|
+
(event: 'show-compute-resource-tree', value: UI_I_TreeNode): void
|
|
33
|
+
(event: 'select-compute-resource-tree', value: UI_I_TreeNode): void
|
|
34
|
+
(event: 'clear-compute-resource-tree'): void
|
|
35
|
+
}>()
|
|
36
|
+
|
|
37
|
+
const { $store } = useNuxtApp()
|
|
38
|
+
|
|
39
|
+
const loading = ref<boolean>(false)
|
|
40
|
+
watch(
|
|
41
|
+
() => props.dataCenter,
|
|
42
|
+
async () => {
|
|
43
|
+
if (!props.dataCenter) return
|
|
44
|
+
|
|
45
|
+
loading.value = true
|
|
46
|
+
emits('get-compute-resource-tree', {
|
|
47
|
+
id: props.dataCenter.id,
|
|
48
|
+
cb: () => {
|
|
49
|
+
let node = props.modelValue
|
|
50
|
+
let hasNode = checkHasNodeRecursion(
|
|
51
|
+
props.computeResourceTree[0].nodes,
|
|
52
|
+
node
|
|
53
|
+
)
|
|
54
|
+
if (!hasNode) {
|
|
55
|
+
node = props.computeResource
|
|
56
|
+
hasNode = checkHasNodeRecursion(
|
|
57
|
+
props.computeResourceTree[0].nodes,
|
|
58
|
+
node
|
|
59
|
+
)
|
|
60
|
+
}
|
|
61
|
+
if (!hasNode) {
|
|
62
|
+
node = props.computeResourceTree[0]
|
|
63
|
+
}
|
|
64
|
+
loading.value = false
|
|
65
|
+
|
|
66
|
+
if (!node) return
|
|
67
|
+
onSelectNode(node)
|
|
68
|
+
},
|
|
69
|
+
})
|
|
70
|
+
}
|
|
71
|
+
)
|
|
72
|
+
const checkHasNodeRecursion = (
|
|
73
|
+
nodes: UI_I_TreeNode[],
|
|
74
|
+
node: UI_I_TreeNode | null
|
|
75
|
+
): boolean => {
|
|
76
|
+
if (!node) return false
|
|
77
|
+
|
|
78
|
+
let has = false
|
|
79
|
+
for (let i = 0; i < nodes.length; i++) {
|
|
80
|
+
const item = nodes[i]
|
|
81
|
+
|
|
82
|
+
if (item.id === node.id && item.type === node.type) {
|
|
83
|
+
has = true
|
|
84
|
+
break
|
|
85
|
+
}
|
|
86
|
+
if (has) break
|
|
87
|
+
|
|
88
|
+
has = checkHasNodeRecursion(item.nodes, node)
|
|
89
|
+
}
|
|
90
|
+
return has
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
const onShowNodes = ({
|
|
94
|
+
node,
|
|
95
|
+
cb,
|
|
96
|
+
}: {
|
|
97
|
+
node: UI_I_TreeNode
|
|
98
|
+
cb: () => void
|
|
99
|
+
}): void => {
|
|
100
|
+
emits('show-compute-resource-tree', node)
|
|
101
|
+
cb()
|
|
102
|
+
}
|
|
103
|
+
const onSelectNode = (node: UI_I_TreeNode): void => {
|
|
104
|
+
emits('select-compute-resource-tree', node)
|
|
105
|
+
|
|
106
|
+
emits('update:modelValue', node)
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
onUnmounted(() => {
|
|
110
|
+
emits('clear-compute-resource-tree')
|
|
111
|
+
})
|
|
112
|
+
</script>
|
|
113
|
+
|
|
114
|
+
<style scoped lang="scss">
|
|
115
|
+
.tree-view {
|
|
116
|
+
&__loading {
|
|
117
|
+
:deep(.spinner.spinner-inverse) {
|
|
118
|
+
position: static;
|
|
119
|
+
width: 45px;
|
|
120
|
+
height: 45px;
|
|
121
|
+
min-width: 45px;
|
|
122
|
+
min-height: 45px;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
</style>
|
|
@@ -1,173 +1,173 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="select-name">
|
|
3
|
-
<atoms-alert
|
|
4
|
-
v-show="errors.length"
|
|
5
|
-
status="alert-danger"
|
|
6
|
-
:items="errors"
|
|
7
|
-
@remove="onRemoveValidationErrors"
|
|
8
|
-
/>
|
|
9
|
-
|
|
10
|
-
<form id="virtual-machine-form" @submit.prevent>
|
|
11
|
-
<label for="virtual-machine-name"
|
|
12
|
-
>{{ localization.virtualMachineName }}:</label
|
|
13
|
-
>
|
|
14
|
-
<input id="virtual-machine-name" v-model.trim="vmName" type="text" />
|
|
15
|
-
</form>
|
|
16
|
-
|
|
17
|
-
<template v-if="props.project === 'sphere'">
|
|
18
|
-
<p class="new-vm-name-and-folder-instructions mt-1">
|
|
19
|
-
{{ localization.selectLocationVirtualMachine }}
|
|
20
|
-
</p>
|
|
21
|
-
<div class="tree-view-wrap">
|
|
22
|
-
<common-vm-actions-add-folder-tree-view
|
|
23
|
-
:data-center="props.dataCenter"
|
|
24
|
-
@select-node="onSelectNode"
|
|
25
|
-
/>
|
|
26
|
-
</div>
|
|
27
|
-
</template>
|
|
28
|
-
</div>
|
|
29
|
-
</template>
|
|
30
|
-
|
|
31
|
-
<script setup lang="ts">
|
|
32
|
-
// import { API_UI_I_Error } from '~/models/store/interfaces'
|
|
33
|
-
import { UI_I_Localization } from '~/models/interfaces'
|
|
34
|
-
import { UI_T_Project } from '~/models/types'
|
|
35
|
-
import { UI_I_TreeNode } from '~/components/common/recursionTree/models/interfaces'
|
|
36
|
-
|
|
37
|
-
const props = defineProps<{
|
|
38
|
-
nameFormSubmit: number
|
|
39
|
-
show: boolean
|
|
40
|
-
project: UI_T_Project
|
|
41
|
-
dataCenter?: UI_I_TreeNode // для сферы
|
|
42
|
-
}>()
|
|
43
|
-
const emits = defineEmits<{
|
|
44
|
-
(event: 'submit', value: [string, UI_I_TreeNode | null]): void
|
|
45
|
-
(event: 'loading', value: boolean): void
|
|
46
|
-
(event: 'check-name', value: [[string, UI_I_TreeNode | null], (error: any) => void]): void
|
|
47
|
-
}>()
|
|
48
|
-
|
|
49
|
-
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
50
|
-
|
|
51
|
-
const vmName = ref<string>('')
|
|
52
|
-
|
|
53
|
-
const selectedNode = ref<UI_I_TreeNode | null>(null)
|
|
54
|
-
const onSelectNode = (node: UI_I_TreeNode): void => {
|
|
55
|
-
selectedNode.value = node
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
watch(
|
|
59
|
-
() => props.nameFormSubmit,
|
|
60
|
-
() => {
|
|
61
|
-
submit()
|
|
62
|
-
}
|
|
63
|
-
)
|
|
64
|
-
|
|
65
|
-
const isParentDatacenter = (node: UI_I_TreeNode | null): boolean => {
|
|
66
|
-
if (!node) return false
|
|
67
|
-
|
|
68
|
-
if (node.parent?.type === 'datacenter') return true
|
|
69
|
-
if (node.parent?.type === 'folder') return isParentDatacenter(node.parent)
|
|
70
|
-
return false
|
|
71
|
-
}
|
|
72
|
-
const submit = async (): Promise<void> => {
|
|
73
|
-
const name = vmName.value
|
|
74
|
-
|
|
75
|
-
if (name !== '') {
|
|
76
|
-
const isNameValid = await checkNameIsValid(name)
|
|
77
|
-
if (!isNameValid) return
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
if (props.project === 'sphere') {
|
|
81
|
-
const isDatacenterFolder = isParentDatacenter(selectedNode.value)
|
|
82
|
-
|
|
83
|
-
if (selectedNode.value?.type !== 'datacenter' && selectedNode.value?.type === 'folder' && !isDatacenterFolder) {
|
|
84
|
-
showValidationErrors([
|
|
85
|
-
localization.value.enterValidLocationVirtualMachine,
|
|
86
|
-
])
|
|
87
|
-
return
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
onRemoveValidationErrors()
|
|
92
|
-
emits('submit', [name, selectedNode.value])
|
|
93
|
-
}
|
|
94
|
-
const checkNameIsValid = async (name: string): Promise<boolean> => {
|
|
95
|
-
emits('loading', true)
|
|
96
|
-
|
|
97
|
-
return new Promise((resolve) => {
|
|
98
|
-
emits('check-name', [
|
|
99
|
-
[name, selectedNode.value],
|
|
100
|
-
(error) => {
|
|
101
|
-
emits('loading', false)
|
|
102
|
-
|
|
103
|
-
const status = error?.statusCode || 200
|
|
104
|
-
switch (status) {
|
|
105
|
-
case 406: // Invalid name
|
|
106
|
-
showValidationErrors([
|
|
107
|
-
localization.value.vmNameValidationDescription,
|
|
108
|
-
])
|
|
109
|
-
resolve(false)
|
|
110
|
-
break
|
|
111
|
-
case 409: // Name exist
|
|
112
|
-
showValidationErrors([
|
|
113
|
-
localization.value.vmNameExistInSelectedLocation,
|
|
114
|
-
])
|
|
115
|
-
resolve(false)
|
|
116
|
-
break
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
resolve(true)
|
|
120
|
-
},
|
|
121
|
-
])
|
|
122
|
-
})
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
const errors = ref<string[]>([])
|
|
126
|
-
const showValidationErrors = (data: string[]): void => {
|
|
127
|
-
errors.value = data
|
|
128
|
-
}
|
|
129
|
-
const onRemoveValidationErrors = (): void => {
|
|
130
|
-
errors.value = []
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
watch(
|
|
134
|
-
() => props.show,
|
|
135
|
-
(newValue) => {
|
|
136
|
-
if (!newValue) return
|
|
137
|
-
|
|
138
|
-
const input = document.getElementById('virtual-machine-name')
|
|
139
|
-
if (!input) return
|
|
140
|
-
|
|
141
|
-
setTimeout(() => {
|
|
142
|
-
input.focus()
|
|
143
|
-
}, 0)
|
|
144
|
-
}
|
|
145
|
-
)
|
|
146
|
-
</script>
|
|
147
|
-
|
|
148
|
-
<style scoped lang="scss">
|
|
149
|
-
.select-name {
|
|
150
|
-
form {
|
|
151
|
-
display: flex;
|
|
152
|
-
align-items: center;
|
|
153
|
-
padding-top: 20px;
|
|
154
|
-
|
|
155
|
-
label {
|
|
156
|
-
width: 216px;
|
|
157
|
-
}
|
|
158
|
-
input {
|
|
159
|
-
width: 345px;
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.tree-view-wrap {
|
|
164
|
-
position: relative;
|
|
165
|
-
border: 1px solid #000;
|
|
166
|
-
padding: 5px;
|
|
167
|
-
max-height: 300px;
|
|
168
|
-
min-height: 200px;
|
|
169
|
-
overflow: auto;
|
|
170
|
-
margin-bottom: 10px;
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="select-name">
|
|
3
|
+
<atoms-alert
|
|
4
|
+
v-show="errors.length"
|
|
5
|
+
status="alert-danger"
|
|
6
|
+
:items="errors"
|
|
7
|
+
@remove="onRemoveValidationErrors"
|
|
8
|
+
/>
|
|
9
|
+
|
|
10
|
+
<form id="virtual-machine-form" @submit.prevent>
|
|
11
|
+
<label for="virtual-machine-name"
|
|
12
|
+
>{{ localization.virtualMachineName }}:</label
|
|
13
|
+
>
|
|
14
|
+
<input id="virtual-machine-name" v-model.trim="vmName" type="text" />
|
|
15
|
+
</form>
|
|
16
|
+
|
|
17
|
+
<template v-if="props.project === 'sphere'">
|
|
18
|
+
<p class="new-vm-name-and-folder-instructions mt-1">
|
|
19
|
+
{{ localization.selectLocationVirtualMachine }}
|
|
20
|
+
</p>
|
|
21
|
+
<div class="tree-view-wrap">
|
|
22
|
+
<common-vm-actions-add-folder-tree-view
|
|
23
|
+
:data-center="props.dataCenter"
|
|
24
|
+
@select-node="onSelectNode"
|
|
25
|
+
/>
|
|
26
|
+
</div>
|
|
27
|
+
</template>
|
|
28
|
+
</div>
|
|
29
|
+
</template>
|
|
30
|
+
|
|
31
|
+
<script setup lang="ts">
|
|
32
|
+
// import { API_UI_I_Error } from '~/models/store/interfaces'
|
|
33
|
+
import { UI_I_Localization } from '~/models/interfaces'
|
|
34
|
+
import { UI_T_Project } from '~/models/types'
|
|
35
|
+
import { UI_I_TreeNode } from '~/components/common/recursionTree/models/interfaces'
|
|
36
|
+
|
|
37
|
+
const props = defineProps<{
|
|
38
|
+
nameFormSubmit: number
|
|
39
|
+
show: boolean
|
|
40
|
+
project: UI_T_Project
|
|
41
|
+
dataCenter?: UI_I_TreeNode // для сферы
|
|
42
|
+
}>()
|
|
43
|
+
const emits = defineEmits<{
|
|
44
|
+
(event: 'submit', value: [string, UI_I_TreeNode | null]): void
|
|
45
|
+
(event: 'loading', value: boolean): void
|
|
46
|
+
(event: 'check-name', value: [[string, UI_I_TreeNode | null], (error: any) => void]): void
|
|
47
|
+
}>()
|
|
48
|
+
|
|
49
|
+
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
50
|
+
|
|
51
|
+
const vmName = ref<string>('')
|
|
52
|
+
|
|
53
|
+
const selectedNode = ref<UI_I_TreeNode | null>(null)
|
|
54
|
+
const onSelectNode = (node: UI_I_TreeNode): void => {
|
|
55
|
+
selectedNode.value = node
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
watch(
|
|
59
|
+
() => props.nameFormSubmit,
|
|
60
|
+
() => {
|
|
61
|
+
submit()
|
|
62
|
+
}
|
|
63
|
+
)
|
|
64
|
+
|
|
65
|
+
const isParentDatacenter = (node: UI_I_TreeNode | null): boolean => {
|
|
66
|
+
if (!node) return false
|
|
67
|
+
|
|
68
|
+
if (node.parent?.type === 'datacenter') return true
|
|
69
|
+
if (node.parent?.type === 'folder') return isParentDatacenter(node.parent)
|
|
70
|
+
return false
|
|
71
|
+
}
|
|
72
|
+
const submit = async (): Promise<void> => {
|
|
73
|
+
const name = vmName.value
|
|
74
|
+
|
|
75
|
+
if (name !== '') {
|
|
76
|
+
const isNameValid = await checkNameIsValid(name)
|
|
77
|
+
if (!isNameValid) return
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
if (props.project === 'sphere') {
|
|
81
|
+
const isDatacenterFolder = isParentDatacenter(selectedNode.value)
|
|
82
|
+
|
|
83
|
+
if (selectedNode.value?.type !== 'datacenter' && selectedNode.value?.type === 'folder' && !isDatacenterFolder) {
|
|
84
|
+
showValidationErrors([
|
|
85
|
+
localization.value.enterValidLocationVirtualMachine,
|
|
86
|
+
])
|
|
87
|
+
return
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
onRemoveValidationErrors()
|
|
92
|
+
emits('submit', [name, selectedNode.value])
|
|
93
|
+
}
|
|
94
|
+
const checkNameIsValid = async (name: string): Promise<boolean> => {
|
|
95
|
+
emits('loading', true)
|
|
96
|
+
|
|
97
|
+
return new Promise((resolve) => {
|
|
98
|
+
emits('check-name', [
|
|
99
|
+
[name, selectedNode.value],
|
|
100
|
+
(error) => {
|
|
101
|
+
emits('loading', false)
|
|
102
|
+
|
|
103
|
+
const status = error?.statusCode || 200
|
|
104
|
+
switch (status) {
|
|
105
|
+
case 406: // Invalid name
|
|
106
|
+
showValidationErrors([
|
|
107
|
+
localization.value.vmNameValidationDescription,
|
|
108
|
+
])
|
|
109
|
+
resolve(false)
|
|
110
|
+
break
|
|
111
|
+
case 409: // Name exist
|
|
112
|
+
showValidationErrors([
|
|
113
|
+
localization.value.vmNameExistInSelectedLocation,
|
|
114
|
+
])
|
|
115
|
+
resolve(false)
|
|
116
|
+
break
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
resolve(true)
|
|
120
|
+
},
|
|
121
|
+
])
|
|
122
|
+
})
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
const errors = ref<string[]>([])
|
|
126
|
+
const showValidationErrors = (data: string[]): void => {
|
|
127
|
+
errors.value = data
|
|
128
|
+
}
|
|
129
|
+
const onRemoveValidationErrors = (): void => {
|
|
130
|
+
errors.value = []
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
watch(
|
|
134
|
+
() => props.show,
|
|
135
|
+
(newValue) => {
|
|
136
|
+
if (!newValue) return
|
|
137
|
+
|
|
138
|
+
const input = document.getElementById('virtual-machine-name')
|
|
139
|
+
if (!input) return
|
|
140
|
+
|
|
141
|
+
setTimeout(() => {
|
|
142
|
+
input.focus()
|
|
143
|
+
}, 0)
|
|
144
|
+
}
|
|
145
|
+
)
|
|
146
|
+
</script>
|
|
147
|
+
|
|
148
|
+
<style scoped lang="scss">
|
|
149
|
+
.select-name {
|
|
150
|
+
form {
|
|
151
|
+
display: flex;
|
|
152
|
+
align-items: center;
|
|
153
|
+
padding-top: 20px;
|
|
154
|
+
|
|
155
|
+
label {
|
|
156
|
+
width: 216px;
|
|
157
|
+
}
|
|
158
|
+
input {
|
|
159
|
+
width: 345px;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.tree-view-wrap {
|
|
164
|
+
position: relative;
|
|
165
|
+
border: 1px solid #000;
|
|
166
|
+
padding: 5px;
|
|
167
|
+
max-height: 300px;
|
|
168
|
+
min-height: 200px;
|
|
169
|
+
overflow: auto;
|
|
170
|
+
margin-bottom: 10px;
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
</style>
|