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,178 +1,178 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="wizard-content__container">
|
|
3
|
-
<div class="wizard-content">
|
|
4
|
-
<form action="">
|
|
5
|
-
<div class="horizontal-flex-container">
|
|
6
|
-
<span class="flex-property-label-group large">
|
|
7
|
-
{{ localization.promiscuousMode }}
|
|
8
|
-
</span>
|
|
9
|
-
|
|
10
|
-
<div class="flex-property-value-group overridable-dropdown">
|
|
11
|
-
<div class="horizontal-flex-container no-margin">
|
|
12
|
-
<div class="flex-property-value-group">
|
|
13
|
-
<div class="horizontal-flex-container">
|
|
14
|
-
<div
|
|
15
|
-
v-if="!props.isSwitch"
|
|
16
|
-
class="flex-property-label-group small checkbox-inline"
|
|
17
|
-
>
|
|
18
|
-
<input
|
|
19
|
-
id="promiscuous-mode"
|
|
20
|
-
v-model="fieldsValues.promiscuousMode.checked"
|
|
21
|
-
type="checkbox"
|
|
22
|
-
/>
|
|
23
|
-
<label for="promiscuous-mode" class="normal-weight">
|
|
24
|
-
{{ localization.override }}
|
|
25
|
-
</label>
|
|
26
|
-
</div>
|
|
27
|
-
<div class="flex-property-value-group">
|
|
28
|
-
<div class="select">
|
|
29
|
-
<select
|
|
30
|
-
id="promiscuous-mode-select"
|
|
31
|
-
v-model="fieldsValues.promiscuousMode.selected"
|
|
32
|
-
:disabled="!fieldsValues.promiscuousMode.checked"
|
|
33
|
-
name="selectName"
|
|
34
|
-
>
|
|
35
|
-
<option value="no" :label="localization.reject">
|
|
36
|
-
{{ localization.reject }}
|
|
37
|
-
</option>
|
|
38
|
-
<option value="yes" :label="localization.accept">
|
|
39
|
-
{{ localization.accept }}
|
|
40
|
-
</option>
|
|
41
|
-
</select>
|
|
42
|
-
</div>
|
|
43
|
-
</div>
|
|
44
|
-
</div>
|
|
45
|
-
</div>
|
|
46
|
-
</div>
|
|
47
|
-
</div>
|
|
48
|
-
</div>
|
|
49
|
-
<div class="horizontal-flex-container">
|
|
50
|
-
<span class="flex-property-label-group large">
|
|
51
|
-
{{ localization.macAddressChanges }}
|
|
52
|
-
</span>
|
|
53
|
-
|
|
54
|
-
<div class="flex-property-value-group overridable-dropdown">
|
|
55
|
-
<div class="horizontal-flex-container no-margin">
|
|
56
|
-
<div class="flex-property-value-group">
|
|
57
|
-
<div class="horizontal-flex-container">
|
|
58
|
-
<div
|
|
59
|
-
v-if="!props.isSwitch"
|
|
60
|
-
class="flex-property-label-group small checkbox-inline"
|
|
61
|
-
>
|
|
62
|
-
<input
|
|
63
|
-
id="mac-address-changes"
|
|
64
|
-
v-model="fieldsValues.macAddressChanges.checked"
|
|
65
|
-
type="checkbox"
|
|
66
|
-
/>
|
|
67
|
-
<label for="mac-address-changes" class="normal-weight">
|
|
68
|
-
{{ localization.override }}
|
|
69
|
-
</label>
|
|
70
|
-
</div>
|
|
71
|
-
<div class="flex-property-value-group">
|
|
72
|
-
<div class="select">
|
|
73
|
-
<select
|
|
74
|
-
id="mac-address-select"
|
|
75
|
-
v-model="fieldsValues.macAddressChanges.selected"
|
|
76
|
-
:disabled="!fieldsValues.macAddressChanges.checked"
|
|
77
|
-
name="selectName"
|
|
78
|
-
>
|
|
79
|
-
<option value="no" :label="localization.reject">
|
|
80
|
-
{{ localization.reject }}
|
|
81
|
-
</option>
|
|
82
|
-
<option value="yes" :label="localization.accept">
|
|
83
|
-
{{ localization.accept }}
|
|
84
|
-
</option>
|
|
85
|
-
</select>
|
|
86
|
-
</div>
|
|
87
|
-
</div>
|
|
88
|
-
</div>
|
|
89
|
-
</div>
|
|
90
|
-
</div>
|
|
91
|
-
</div>
|
|
92
|
-
</div>
|
|
93
|
-
<div class="horizontal-flex-container">
|
|
94
|
-
<span class="flex-property-label-group large">
|
|
95
|
-
{{ localization.forgedTransmits }}
|
|
96
|
-
</span>
|
|
97
|
-
|
|
98
|
-
<div class="flex-property-value-group overridable-dropdown">
|
|
99
|
-
<div class="horizontal-flex-container no-margin">
|
|
100
|
-
<div class="flex-property-value-group">
|
|
101
|
-
<div class="horizontal-flex-container">
|
|
102
|
-
<div
|
|
103
|
-
v-if="!props.isSwitch"
|
|
104
|
-
class="flex-property-label-group small checkbox-inline"
|
|
105
|
-
>
|
|
106
|
-
<input
|
|
107
|
-
id="forged-transmits"
|
|
108
|
-
v-model="fieldsValues.forgedTransmits.checked"
|
|
109
|
-
type="checkbox"
|
|
110
|
-
/>
|
|
111
|
-
<label for="forged-transmits" class="normal-weight">
|
|
112
|
-
{{ localization.override }}
|
|
113
|
-
</label>
|
|
114
|
-
</div>
|
|
115
|
-
<div class="flex-property-value-group">
|
|
116
|
-
<div class="select">
|
|
117
|
-
<select
|
|
118
|
-
id="forged-transmits"
|
|
119
|
-
v-model="fieldsValues.forgedTransmits.selected"
|
|
120
|
-
:disabled="!fieldsValues.forgedTransmits.checked"
|
|
121
|
-
name="selectName"
|
|
122
|
-
>
|
|
123
|
-
<option value="no" :label="localization.reject">
|
|
124
|
-
{{ localization.reject }}
|
|
125
|
-
</option>
|
|
126
|
-
<option value="yes" :label="localization.accept">
|
|
127
|
-
{{ localization.accept }}
|
|
128
|
-
</option>
|
|
129
|
-
</select>
|
|
130
|
-
</div>
|
|
131
|
-
</div>
|
|
132
|
-
</div>
|
|
133
|
-
</div>
|
|
134
|
-
</div>
|
|
135
|
-
</div>
|
|
136
|
-
</div>
|
|
137
|
-
</form>
|
|
138
|
-
</div>
|
|
139
|
-
</div>
|
|
140
|
-
</template>
|
|
141
|
-
|
|
142
|
-
<script setup lang="ts">
|
|
143
|
-
import { UI_I_Localization } from '~/models/interfaces'
|
|
144
|
-
import {
|
|
145
|
-
UI_I_ModalsInitialData,
|
|
146
|
-
UI_I_SecurityFields,
|
|
147
|
-
} from '~/components/common/diagramMain/models/interfaces'
|
|
148
|
-
import { securityFieldsInitialFunc } from '~/components/common/diagramMain/modals/config'
|
|
149
|
-
|
|
150
|
-
// Props from up
|
|
151
|
-
const props = defineProps<{
|
|
152
|
-
isSwitch?: boolean
|
|
153
|
-
initialData?: UI_I_ModalsInitialData
|
|
154
|
-
}>()
|
|
155
|
-
|
|
156
|
-
// UI_I_Localization
|
|
157
|
-
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
158
|
-
|
|
159
|
-
const fieldsValues = ref<UI_I_SecurityFields>(
|
|
160
|
-
securityFieldsInitialFunc(props.isSwitch, props.initialData)
|
|
161
|
-
)
|
|
162
|
-
|
|
163
|
-
const emits = defineEmits<{
|
|
164
|
-
(event: 'change-edit-security-data', securityData: UI_I_SecurityFields): void
|
|
165
|
-
}>()
|
|
166
|
-
|
|
167
|
-
onMounted(() => {
|
|
168
|
-
emits('change-edit-security-data', fieldsValues.value)
|
|
169
|
-
})
|
|
170
|
-
|
|
171
|
-
watch(
|
|
172
|
-
fieldsValues,
|
|
173
|
-
(newFieldsValues: UI_I_SecurityFields) => {
|
|
174
|
-
emits('change-edit-security-data', newFieldsValues)
|
|
175
|
-
},
|
|
176
|
-
{ deep: true }
|
|
177
|
-
)
|
|
178
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="wizard-content__container">
|
|
3
|
+
<div class="wizard-content">
|
|
4
|
+
<form action="">
|
|
5
|
+
<div class="horizontal-flex-container">
|
|
6
|
+
<span class="flex-property-label-group large">
|
|
7
|
+
{{ localization.promiscuousMode }}
|
|
8
|
+
</span>
|
|
9
|
+
|
|
10
|
+
<div class="flex-property-value-group overridable-dropdown">
|
|
11
|
+
<div class="horizontal-flex-container no-margin">
|
|
12
|
+
<div class="flex-property-value-group">
|
|
13
|
+
<div class="horizontal-flex-container">
|
|
14
|
+
<div
|
|
15
|
+
v-if="!props.isSwitch"
|
|
16
|
+
class="flex-property-label-group small checkbox-inline"
|
|
17
|
+
>
|
|
18
|
+
<input
|
|
19
|
+
id="promiscuous-mode"
|
|
20
|
+
v-model="fieldsValues.promiscuousMode.checked"
|
|
21
|
+
type="checkbox"
|
|
22
|
+
/>
|
|
23
|
+
<label for="promiscuous-mode" class="normal-weight">
|
|
24
|
+
{{ localization.override }}
|
|
25
|
+
</label>
|
|
26
|
+
</div>
|
|
27
|
+
<div class="flex-property-value-group">
|
|
28
|
+
<div class="select">
|
|
29
|
+
<select
|
|
30
|
+
id="promiscuous-mode-select"
|
|
31
|
+
v-model="fieldsValues.promiscuousMode.selected"
|
|
32
|
+
:disabled="!fieldsValues.promiscuousMode.checked"
|
|
33
|
+
name="selectName"
|
|
34
|
+
>
|
|
35
|
+
<option value="no" :label="localization.reject">
|
|
36
|
+
{{ localization.reject }}
|
|
37
|
+
</option>
|
|
38
|
+
<option value="yes" :label="localization.accept">
|
|
39
|
+
{{ localization.accept }}
|
|
40
|
+
</option>
|
|
41
|
+
</select>
|
|
42
|
+
</div>
|
|
43
|
+
</div>
|
|
44
|
+
</div>
|
|
45
|
+
</div>
|
|
46
|
+
</div>
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
<div class="horizontal-flex-container">
|
|
50
|
+
<span class="flex-property-label-group large">
|
|
51
|
+
{{ localization.macAddressChanges }}
|
|
52
|
+
</span>
|
|
53
|
+
|
|
54
|
+
<div class="flex-property-value-group overridable-dropdown">
|
|
55
|
+
<div class="horizontal-flex-container no-margin">
|
|
56
|
+
<div class="flex-property-value-group">
|
|
57
|
+
<div class="horizontal-flex-container">
|
|
58
|
+
<div
|
|
59
|
+
v-if="!props.isSwitch"
|
|
60
|
+
class="flex-property-label-group small checkbox-inline"
|
|
61
|
+
>
|
|
62
|
+
<input
|
|
63
|
+
id="mac-address-changes"
|
|
64
|
+
v-model="fieldsValues.macAddressChanges.checked"
|
|
65
|
+
type="checkbox"
|
|
66
|
+
/>
|
|
67
|
+
<label for="mac-address-changes" class="normal-weight">
|
|
68
|
+
{{ localization.override }}
|
|
69
|
+
</label>
|
|
70
|
+
</div>
|
|
71
|
+
<div class="flex-property-value-group">
|
|
72
|
+
<div class="select">
|
|
73
|
+
<select
|
|
74
|
+
id="mac-address-select"
|
|
75
|
+
v-model="fieldsValues.macAddressChanges.selected"
|
|
76
|
+
:disabled="!fieldsValues.macAddressChanges.checked"
|
|
77
|
+
name="selectName"
|
|
78
|
+
>
|
|
79
|
+
<option value="no" :label="localization.reject">
|
|
80
|
+
{{ localization.reject }}
|
|
81
|
+
</option>
|
|
82
|
+
<option value="yes" :label="localization.accept">
|
|
83
|
+
{{ localization.accept }}
|
|
84
|
+
</option>
|
|
85
|
+
</select>
|
|
86
|
+
</div>
|
|
87
|
+
</div>
|
|
88
|
+
</div>
|
|
89
|
+
</div>
|
|
90
|
+
</div>
|
|
91
|
+
</div>
|
|
92
|
+
</div>
|
|
93
|
+
<div class="horizontal-flex-container">
|
|
94
|
+
<span class="flex-property-label-group large">
|
|
95
|
+
{{ localization.forgedTransmits }}
|
|
96
|
+
</span>
|
|
97
|
+
|
|
98
|
+
<div class="flex-property-value-group overridable-dropdown">
|
|
99
|
+
<div class="horizontal-flex-container no-margin">
|
|
100
|
+
<div class="flex-property-value-group">
|
|
101
|
+
<div class="horizontal-flex-container">
|
|
102
|
+
<div
|
|
103
|
+
v-if="!props.isSwitch"
|
|
104
|
+
class="flex-property-label-group small checkbox-inline"
|
|
105
|
+
>
|
|
106
|
+
<input
|
|
107
|
+
id="forged-transmits"
|
|
108
|
+
v-model="fieldsValues.forgedTransmits.checked"
|
|
109
|
+
type="checkbox"
|
|
110
|
+
/>
|
|
111
|
+
<label for="forged-transmits" class="normal-weight">
|
|
112
|
+
{{ localization.override }}
|
|
113
|
+
</label>
|
|
114
|
+
</div>
|
|
115
|
+
<div class="flex-property-value-group">
|
|
116
|
+
<div class="select">
|
|
117
|
+
<select
|
|
118
|
+
id="forged-transmits"
|
|
119
|
+
v-model="fieldsValues.forgedTransmits.selected"
|
|
120
|
+
:disabled="!fieldsValues.forgedTransmits.checked"
|
|
121
|
+
name="selectName"
|
|
122
|
+
>
|
|
123
|
+
<option value="no" :label="localization.reject">
|
|
124
|
+
{{ localization.reject }}
|
|
125
|
+
</option>
|
|
126
|
+
<option value="yes" :label="localization.accept">
|
|
127
|
+
{{ localization.accept }}
|
|
128
|
+
</option>
|
|
129
|
+
</select>
|
|
130
|
+
</div>
|
|
131
|
+
</div>
|
|
132
|
+
</div>
|
|
133
|
+
</div>
|
|
134
|
+
</div>
|
|
135
|
+
</div>
|
|
136
|
+
</div>
|
|
137
|
+
</form>
|
|
138
|
+
</div>
|
|
139
|
+
</div>
|
|
140
|
+
</template>
|
|
141
|
+
|
|
142
|
+
<script setup lang="ts">
|
|
143
|
+
import { UI_I_Localization } from '~/models/interfaces'
|
|
144
|
+
import {
|
|
145
|
+
UI_I_ModalsInitialData,
|
|
146
|
+
UI_I_SecurityFields,
|
|
147
|
+
} from '~/components/common/diagramMain/models/interfaces'
|
|
148
|
+
import { securityFieldsInitialFunc } from '~/components/common/diagramMain/modals/config'
|
|
149
|
+
|
|
150
|
+
// Props from up
|
|
151
|
+
const props = defineProps<{
|
|
152
|
+
isSwitch?: boolean
|
|
153
|
+
initialData?: UI_I_ModalsInitialData
|
|
154
|
+
}>()
|
|
155
|
+
|
|
156
|
+
// UI_I_Localization
|
|
157
|
+
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
158
|
+
|
|
159
|
+
const fieldsValues = ref<UI_I_SecurityFields>(
|
|
160
|
+
securityFieldsInitialFunc(props.isSwitch, props.initialData)
|
|
161
|
+
)
|
|
162
|
+
|
|
163
|
+
const emits = defineEmits<{
|
|
164
|
+
(event: 'change-edit-security-data', securityData: UI_I_SecurityFields): void
|
|
165
|
+
}>()
|
|
166
|
+
|
|
167
|
+
onMounted(() => {
|
|
168
|
+
emits('change-edit-security-data', fieldsValues.value)
|
|
169
|
+
})
|
|
170
|
+
|
|
171
|
+
watch(
|
|
172
|
+
fieldsValues,
|
|
173
|
+
(newFieldsValues: UI_I_SecurityFields) => {
|
|
174
|
+
emits('change-edit-security-data', newFieldsValues)
|
|
175
|
+
},
|
|
176
|
+
{ deep: true }
|
|
177
|
+
)
|
|
178
|
+
</script>
|