bfg-common 1.5.679 → 1.5.683

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.
Files changed (125) hide show
  1. package/CODE_STYLE.md +109 -109
  2. package/assets/img/icons/icons-sprite-dark-3.svg +227 -227
  3. package/assets/img/icons/icons-sprite-dark-5.svg +488 -488
  4. package/assets/img/icons/icons-sprite-light-3.svg +227 -227
  5. package/assets/img/icons/icons-sprite-light-5.svg +488 -488
  6. package/components/atoms/TheIcon3.vue +50 -50
  7. package/components/atoms/collapse/CollapseNav.vue +170 -170
  8. package/components/atoms/perPage/PerPage.vue +58 -58
  9. package/components/atoms/table/dataGrid/DataGrid.vue +1718 -1718
  10. package/components/atoms/table/dataGrid/DataGridPagination.vue +97 -97
  11. package/components/atoms/table/dataGrid/lib/config/settingsTable.ts +94 -94
  12. package/components/atoms/table/dataGrid/lib/utils/export.ts +16 -16
  13. package/components/common/backup/storage/actions/add/lib/utils.ts +51 -51
  14. package/components/common/browse/blocks/contents/filesNew/Skeleton.vue +18 -18
  15. package/components/common/diagramMain/modals/lib/config/vCenterModal.ts +48 -48
  16. package/components/common/diagramMain/port/Port.vue +580 -580
  17. package/components/common/layout/theHeader/TheHeaderNew.vue +315 -315
  18. package/components/common/layout/theHeader/TheHeaderOld.vue +262 -262
  19. package/components/common/layout/theHeader/helpMenu/About.vue +79 -79
  20. package/components/common/layout/theHeader/helpMenu/aboutOld/AboutOld.vue +79 -79
  21. package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePassword.vue +93 -93
  22. package/components/common/layout/theHeader/userMenu/modals/changePassword/New.vue +193 -193
  23. package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesOld.vue +144 -144
  24. package/components/common/layout/theHeader/userMenu/modals/preferences/lib/models/types.ts +7 -7
  25. package/components/common/layout/theHeader/userMenu/modals/preferences/security/Old.vue +216 -216
  26. package/components/common/layout/theHeader/userMenu/modals/preferences/security/Security.vue +31 -31
  27. package/components/common/pages/backups/DetailView.vue +52 -52
  28. package/components/common/pages/backups/lib/models/interfaces.ts +36 -36
  29. package/components/common/pages/backups/modals/Modals.vue +243 -243
  30. package/components/common/pages/backups/modals/createBackup/configuration/maxBandwidth/lib/config/options.ts +6 -6
  31. package/components/common/pages/backups/modals/createBackup/lib/config/readyToCompleteOptions.ts +69 -69
  32. package/components/common/pages/backups/modals/lib/config/restore.ts +115 -115
  33. package/components/common/pages/backups/modals/lib/models/interfaces.ts +186 -186
  34. package/components/common/pages/backups/modals/restore/name/lib/models/interfaces.ts +6 -6
  35. package/components/common/pages/home/lib/models/interfaces.ts +48 -48
  36. package/components/common/pages/home/widgets/hosts/Hosts.vue +27 -27
  37. package/components/common/pages/home/widgets/hosts/lib/config/items.ts +23 -23
  38. package/components/common/pages/home/widgets/vms/VmsOld.vue +35 -35
  39. package/components/common/pages/home/widgets/vms/lib/config/items.ts +19 -19
  40. package/components/common/pages/scheduledTasks/lib/utils/utils.ts +84 -84
  41. package/components/common/qr/Qr.vue +57 -57
  42. package/components/common/readyToComplete/ReadyToComplete.vue +17 -17
  43. package/components/common/select/radio/RadioGroup.vue +137 -137
  44. package/components/common/spiceConsole/Drawer.vue +420 -420
  45. package/components/common/spiceConsole/SpiceConsole.vue +184 -184
  46. package/components/common/spiceConsole/lib/models/interfaces.ts +5 -5
  47. package/components/common/tools/Actions.vue +207 -207
  48. package/components/common/treeView/TreeView.vue +52 -52
  49. package/components/common/vm/actions/add/New.vue +1 -1
  50. package/components/common/vm/actions/add/Old.vue +1 -1
  51. package/components/common/vm/actions/clone/lib/config/steps.ts +295 -295
  52. package/components/common/vm/actions/clone/new/New.vue +438 -438
  53. package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +698 -698
  54. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/lib/config/options.ts +28 -28
  55. package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/Memory.vue +283 -283
  56. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +489 -489
  57. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +156 -156
  58. package/components/common/vm/actions/common/select/compatibility/Old.vue +107 -107
  59. package/components/common/vm/actions/common/select/createType/lib/models/interfaces.ts +5 -5
  60. package/components/common/vm/actions/common/select/options/New.vue +264 -264
  61. package/components/common/vm/actions/common/select/options/Old.vue +109 -110
  62. package/components/common/vm/actions/common/select/options/Options.vue +58 -58
  63. package/components/common/vm/actions/common/select/storage/Old.vue +125 -125
  64. package/components/common/vm/actions/common/select/storage/new/New.vue +311 -311
  65. package/components/common/vm/actions/common/select/storage/new/lib/models/interfaces.ts +5 -5
  66. package/components/common/vm/actions/common/select/storage/new/lib/utils/utils.ts +21 -21
  67. package/components/common/vm/actions/common/select/template/old/Old.vue +50 -50
  68. package/components/common/vm/actions/editSettings/new/Skeleton.vue +88 -88
  69. package/components/common/wizards/common/compatibility/Compatibility.vue +35 -35
  70. package/components/common/wizards/common/compatibility/New.vue +99 -99
  71. package/components/common/wizards/common/compatibility/Old.vue +53 -53
  72. package/components/common/wizards/common/steps/computeResource/New.vue +93 -93
  73. package/components/common/wizards/common/steps/name/Name.vue +178 -178
  74. package/components/common/wizards/common/steps/name/New.vue +221 -221
  75. package/components/common/wizards/common/steps/name/Old.vue +121 -121
  76. package/components/common/wizards/common/steps/name/lib/models/interfaces.ts +4 -4
  77. package/components/common/wizards/common/steps/name/location/New.vue +40 -40
  78. package/components/common/wizards/datastore/add/Add.vue +228 -228
  79. package/components/common/wizards/datastore/add/lib/config/createDatastore.ts +1 -0
  80. package/components/common/wizards/datastore/add/lib/models/interfaces.ts +1 -0
  81. package/components/common/wizards/datastore/add/lib/utils.ts +85 -85
  82. package/components/common/wizards/datastore/add/steps/nameAndDevice/NameAndDeviceNew.vue +232 -227
  83. package/components/common/wizards/datastore/add/steps/nameAndDevice/NameAndDeviceOld.vue +231 -226
  84. package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/AdvancedOptions.vue +43 -0
  85. package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/New.vue +101 -0
  86. package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/Old.vue +101 -0
  87. package/components/common/wizards/datastore/add/steps/nameAndDevice/table/old/Old.vue +2 -3
  88. package/components/common/wizards/datastore/add/steps/readyComplete/lib/config/propertiesDetails.ts +8 -1
  89. package/components/common/wizards/datastore/add/steps/typeMode/lib/config/typeOptions.ts +43 -43
  90. package/composables/useAppVersion.ts +21 -21
  91. package/composables/useEnvLanguage.ts +22 -22
  92. package/composables/useLocal.ts +6 -6
  93. package/composables/useLocalCommon.ts +39 -39
  94. package/lib/models/enums.ts +1 -65
  95. package/package.json +1 -1
  96. package/plugins/console.ts +21 -21
  97. package/plugins/mouse.ts +21 -21
  98. package/plugins/panelStates.ts +70 -70
  99. package/plugins/text.ts +59 -59
  100. package/public/spice-console/application/clientgui.js +854 -854
  101. package/public/spice-console/application/packetfactory.js +211 -211
  102. package/public/spice-console/application/virtualmouse.js +147 -147
  103. package/public/spice-console/lib/images/bitmap.js +203 -203
  104. package/public/spice-console/network/spicechannel.js +440 -440
  105. package/public/spice-console/process/cursorprocess.js +128 -128
  106. package/public/spice-console/process/inputprocess.js +227 -227
  107. package/public/spice-console/process/mainprocess.js +212 -212
  108. package/public/spice-console/run.js +210 -210
  109. package/store/main/mutations.ts +7 -7
  110. package/store/main/state.ts +7 -7
  111. package/store/tasks/mappers/recentTasks.ts +123 -123
  112. package/store/tasks/mutations.ts +82 -82
  113. package/components/common/layout/bottomPanel/BottomPanel.vue +0 -68
  114. package/components/common/layout/bottomPanel/New.vue +0 -227
  115. package/components/common/layout/bottomPanel/Old.vue +0 -144
  116. package/components/common/layout/bottomPanel/lib/config/statusFilter.ts +0 -19
  117. package/components/common/layout/bottomPanel/lib/models/types.ts +0 -1
  118. package/components/common/layout/bottomPanel/recentTasks/RecentTasks.vue +0 -49
  119. package/components/common/layout/bottomPanel/recentTasks/lib/models/interfaces.ts +0 -14
  120. package/components/common/layout/bottomPanel/recentTasks/new/New.vue +0 -428
  121. package/components/common/layout/bottomPanel/recentTasks/new/lib/config/config.ts +0 -259
  122. package/components/common/layout/bottomPanel/recentTasks/old/Old.vue +0 -277
  123. package/components/common/layout/bottomPanel/recentTasks/old/lib/config/recentTaskTable.ts +0 -240
  124. package/components/common/layout/bottomPanel/recentTasks/old/lib/config/tableKeys.ts +0 -15
  125. package/components/common/layout/bottomPanel/recentTasks/old/lib/models/types.ts +0 -14
@@ -1,115 +1,115 @@
1
- import type { UI_I_RestoreForm } from '~/components/common/pages/backups/modals/lib/models/interfaces'
2
-
3
- export const restoreDefaultFormFunc = (): UI_I_RestoreForm => {
4
- return {
5
- restore_code: 2,
6
- backup_storage: '',
7
- bucket: '',
8
- backup: '',
9
- pvm: {
10
- deployment_name: '',
11
- name: '',
12
- uuid: '',
13
- compatibility: '',
14
- guest_os_family: '',
15
- guest_os_version: '',
16
- storage: {
17
- id: '',
18
- folder: '',
19
- },
20
- machine_type: '',
21
- cpu: {
22
- vcpus: -1,
23
- max_vcpus: -1,
24
- core_per_socket: -1,
25
- model: '',
26
- reservation_mhz: -1,
27
- limit_mhz: -1,
28
- shares: -1,
29
- hotplug: false,
30
- },
31
- memory: {
32
- size_mb: -1,
33
- hotplug: false,
34
- reservation_mb: -1,
35
- limit_mb: -1,
36
- },
37
- video_card: {
38
- adapter: '',
39
- displays: -1,
40
- memory_mb: -1,
41
- },
42
- usb_controllers: [],
43
- input_devices: [],
44
- disk_devices: [],
45
- network_devices: [],
46
- passthrough_pci_devices: [],
47
- options: {
48
- remote_console: {
49
- type: '',
50
- port: -1,
51
- keymap: '',
52
- password: '',
53
- guest_os_lock: false,
54
- limit_sessions: -1,
55
- spice: {
56
- img_compression: '',
57
- jpeg_compression: '',
58
- zlib_glz_compression: '',
59
- streaming_mode: '',
60
- playback_compression: false,
61
- file_transfer: false,
62
- clipboard: false,
63
- },
64
- },
65
- guest_tools: {
66
- enabled: false,
67
- synchronized_time: false,
68
- },
69
- boot_options: {
70
- firmware: '',
71
- boot_delay_ms: -1,
72
- boot_menu: false,
73
- },
74
- },
75
- monitoring: {
76
- state: -1,
77
- memory: {
78
- dram_read_bandwidth: -1,
79
- pmem_read_bandwidth: -1,
80
- provisioned_mb: -1,
81
- used_mb: -1,
82
- resident_set_size_mb: -1,
83
- },
84
- cpu: {
85
- current_vcpus: -1,
86
- provisioned_mhz: -1,
87
- used_mhz: -1,
88
- },
89
- storage: {
90
- provisioned_space_mb: -1,
91
- used_space_mb: -1,
92
- allocated_space_mb: -1,
93
- },
94
- networks: null,
95
- uptime: {
96
- start_time: '',
97
- uptime_ms: -1,
98
- uptime_humanized: '',
99
- },
100
- guest_tools: {
101
- status: '',
102
- version: '',
103
- ip: '',
104
- dns_name: '',
105
- },
106
- evc_cpu_mode: '',
107
- evc_graphics_mode: '',
108
- encryption: '',
109
- tpm: '',
110
- vbs: '',
111
- },
112
- snapshots: {},
113
- },
114
- }
115
- }
1
+ import type { UI_I_RestoreForm } from '~/components/common/pages/backups/modals/lib/models/interfaces'
2
+
3
+ export const restoreDefaultFormFunc = (): UI_I_RestoreForm => {
4
+ return {
5
+ restore_code: 2,
6
+ backup_storage: '',
7
+ bucket: '',
8
+ backup: '',
9
+ pvm: {
10
+ deployment_name: '',
11
+ name: '',
12
+ uuid: '',
13
+ compatibility: '',
14
+ guest_os_family: '',
15
+ guest_os_version: '',
16
+ storage: {
17
+ id: '',
18
+ folder: '',
19
+ },
20
+ machine_type: '',
21
+ cpu: {
22
+ vcpus: -1,
23
+ max_vcpus: -1,
24
+ core_per_socket: -1,
25
+ model: '',
26
+ reservation_mhz: -1,
27
+ limit_mhz: -1,
28
+ shares: -1,
29
+ hotplug: false,
30
+ },
31
+ memory: {
32
+ size_mb: -1,
33
+ hotplug: false,
34
+ reservation_mb: -1,
35
+ limit_mb: -1,
36
+ },
37
+ video_card: {
38
+ adapter: '',
39
+ displays: -1,
40
+ memory_mb: -1,
41
+ },
42
+ usb_controllers: [],
43
+ input_devices: [],
44
+ disk_devices: [],
45
+ network_devices: [],
46
+ passthrough_pci_devices: [],
47
+ options: {
48
+ remote_console: {
49
+ type: '',
50
+ port: -1,
51
+ keymap: '',
52
+ password: '',
53
+ guest_os_lock: false,
54
+ limit_sessions: -1,
55
+ spice: {
56
+ img_compression: '',
57
+ jpeg_compression: '',
58
+ zlib_glz_compression: '',
59
+ streaming_mode: '',
60
+ playback_compression: false,
61
+ file_transfer: false,
62
+ clipboard: false,
63
+ },
64
+ },
65
+ guest_tools: {
66
+ enabled: false,
67
+ synchronized_time: false,
68
+ },
69
+ boot_options: {
70
+ firmware: '',
71
+ boot_delay_ms: -1,
72
+ boot_menu: false,
73
+ },
74
+ },
75
+ monitoring: {
76
+ state: -1,
77
+ memory: {
78
+ dram_read_bandwidth: -1,
79
+ pmem_read_bandwidth: -1,
80
+ provisioned_mb: -1,
81
+ used_mb: -1,
82
+ resident_set_size_mb: -1,
83
+ },
84
+ cpu: {
85
+ current_vcpus: -1,
86
+ provisioned_mhz: -1,
87
+ used_mhz: -1,
88
+ },
89
+ storage: {
90
+ provisioned_space_mb: -1,
91
+ used_space_mb: -1,
92
+ allocated_space_mb: -1,
93
+ },
94
+ networks: null,
95
+ uptime: {
96
+ start_time: '',
97
+ uptime_ms: -1,
98
+ uptime_humanized: '',
99
+ },
100
+ guest_tools: {
101
+ status: '',
102
+ version: '',
103
+ ip: '',
104
+ dns_name: '',
105
+ },
106
+ evc_cpu_mode: '',
107
+ evc_graphics_mode: '',
108
+ encryption: '',
109
+ tpm: '',
110
+ vbs: '',
111
+ },
112
+ snapshots: {},
113
+ },
114
+ }
115
+ }
@@ -1,186 +1,186 @@
1
- import type { API_UI_I_DataTable } from '~/lib/models/table/interfaces'
2
-
3
- export interface API_UI_I_Pvm {
4
- compatibility: string
5
- deployment_name: string
6
- guest_os_family: string
7
- guest_os_version: string
8
- machine_type: string
9
- name: string
10
- uuid: string
11
- cpu: {
12
- core_per_socket: number
13
- hotplug: boolean
14
- limit_mhz: number
15
- max_vcpus: number
16
- model: string
17
- reservation_mhz: number
18
- shares: number
19
- vcpus: number
20
- }
21
- disk_devices: {
22
- allocated_mb: number
23
- boot_order: number
24
- bus: string
25
- cache: string
26
- capacity_mb: number
27
- device_type: string
28
- discard: string
29
- disk_mode: string
30
- free_mb: number
31
- io: string
32
- limit_iops: number
33
- location: string
34
- provision_type: string
35
- read_only: boolean
36
- shares: number
37
- sharing: boolean
38
- source: string
39
- storage_id: string
40
- target: string
41
- used_mb: number
42
- volume_path: string
43
- }[]
44
- input_devices: {
45
- bus: string
46
- type: string
47
- }[]
48
- memory: {
49
- hotplug: boolean
50
- limit_mb: number
51
- reservation_mb: number
52
- size_mb: number
53
- }
54
- monitoring: {
55
- cpu: {
56
- current_vcpus: number
57
- provisioned_mhz: number
58
- used_mhz: number
59
- }
60
- encryption: string
61
- evc_cpu_mode: string
62
- evc_graphics_mode: string
63
- guest_tools: {
64
- dns_name: string
65
- ip: string
66
- status: string
67
- version: string
68
- }
69
- memory: {
70
- dram_read_bandwidth: number
71
- pmem_read_bandwidth: number
72
- provisioned_mb: number
73
- resident_set_size_mb: number
74
- used_mb: number
75
- }
76
- networks: null // ?
77
- state: number
78
- storage: {
79
- allocated_space_mb: number
80
- provisioned_space_mb: number
81
- used_space_mb: number
82
- }
83
- tpm: string
84
- uptime: {
85
- start_time: string
86
- uptime_humanized: string
87
- uptime_ms: number
88
- }
89
- vbs: string
90
- }
91
- network_devices: {
92
- boot_order: number
93
- import_source_id: string
94
- mac: string
95
- model: string
96
- net_bridge: string
97
- network: string
98
- target: string
99
- }[]
100
- options: {
101
- boot_options: {
102
- boot_delay_ms: number
103
- boot_menu: boolean
104
- firmware: string
105
- }
106
- guest_tools: {
107
- enabled: boolean
108
- synchronized_time: boolean
109
- }
110
- remote_console: {
111
- guest_os_lock: boolean
112
- keymap: string
113
- limit_sessions: number
114
- password: string
115
- port: number
116
- spice: {
117
- clipboard: boolean
118
- file_transfer: boolean
119
- img_compression: string
120
- jpeg_compression: string
121
- playback_compression: boolean
122
- streaming_mode: string
123
- zlib_glz_compression: string
124
- }
125
- type: string
126
- }
127
- }
128
- passthrough_pci_devices: any[]
129
- snapshots: any
130
- storage: {
131
- folder: string
132
- id: string
133
- }
134
- usb_controllers: {
135
- type: string
136
- }[]
137
- video_card: {
138
- adapter: string
139
- displays: number
140
- memory_mb: number
141
- }
142
- host_id?: string
143
- }
144
- // TODO use from vms
145
- export interface UI_I_Pvm extends API_UI_I_Pvm {}
146
-
147
- export interface UI_I_CreateBackupFormDiskDevice {
148
- location: string
149
- target: string
150
- }
151
- export interface UI_I_CreateBackupForm {
152
- target: string
153
- name: string
154
- description: string
155
- disk_devices: UI_I_CreateBackupFormDiskDevice[]
156
- backup_storage: string
157
- strategy: 0 | 1 | 2
158
- // start_window_min: number
159
- bandwidth_limit: number
160
- }
161
-
162
- export interface UI_I_RestoreForm {
163
- restore_code: 1 | 2 | 3 // 1 - disk only, 2 - existing, 3 - asNew
164
- backup_storage: string
165
- bucket: string
166
- backup: string
167
- pvm: UI_I_Pvm
168
- }
169
-
170
- export interface UI_I_BackupDatastore {
171
- id: string
172
- location: string
173
- name: string
174
- path: string
175
- state: number // ??
176
- type_code: number // ??
177
- type_text: string
178
- capacity: {
179
- capacity_mb: number
180
- free_mb: number
181
- provisioned_mb: number
182
- used_mb: number
183
- }
184
- }
185
- export interface UI_I_BackupDatastoreTable
186
- extends API_UI_I_DataTable<UI_I_BackupDatastore[]> {}
1
+ import type { API_UI_I_DataTable } from '~/lib/models/table/interfaces'
2
+
3
+ export interface API_UI_I_Pvm {
4
+ compatibility: string
5
+ deployment_name: string
6
+ guest_os_family: string
7
+ guest_os_version: string
8
+ machine_type: string
9
+ name: string
10
+ uuid: string
11
+ cpu: {
12
+ core_per_socket: number
13
+ hotplug: boolean
14
+ limit_mhz: number
15
+ max_vcpus: number
16
+ model: string
17
+ reservation_mhz: number
18
+ shares: number
19
+ vcpus: number
20
+ }
21
+ disk_devices: {
22
+ allocated_mb: number
23
+ boot_order: number
24
+ bus: string
25
+ cache: string
26
+ capacity_mb: number
27
+ device_type: string
28
+ discard: string
29
+ disk_mode: string
30
+ free_mb: number
31
+ io: string
32
+ limit_iops: number
33
+ location: string
34
+ provision_type: string
35
+ read_only: boolean
36
+ shares: number
37
+ sharing: boolean
38
+ source: string
39
+ storage_id: string
40
+ target: string
41
+ used_mb: number
42
+ volume_path: string
43
+ }[]
44
+ input_devices: {
45
+ bus: string
46
+ type: string
47
+ }[]
48
+ memory: {
49
+ hotplug: boolean
50
+ limit_mb: number
51
+ reservation_mb: number
52
+ size_mb: number
53
+ }
54
+ monitoring: {
55
+ cpu: {
56
+ current_vcpus: number
57
+ provisioned_mhz: number
58
+ used_mhz: number
59
+ }
60
+ encryption: string
61
+ evc_cpu_mode: string
62
+ evc_graphics_mode: string
63
+ guest_tools: {
64
+ dns_name: string
65
+ ip: string
66
+ status: string
67
+ version: string
68
+ }
69
+ memory: {
70
+ dram_read_bandwidth: number
71
+ pmem_read_bandwidth: number
72
+ provisioned_mb: number
73
+ resident_set_size_mb: number
74
+ used_mb: number
75
+ }
76
+ networks: null // ?
77
+ state: number
78
+ storage: {
79
+ allocated_space_mb: number
80
+ provisioned_space_mb: number
81
+ used_space_mb: number
82
+ }
83
+ tpm: string
84
+ uptime: {
85
+ start_time: string
86
+ uptime_humanized: string
87
+ uptime_ms: number
88
+ }
89
+ vbs: string
90
+ }
91
+ network_devices: {
92
+ boot_order: number
93
+ import_source_id: string
94
+ mac: string
95
+ model: string
96
+ net_bridge: string
97
+ network: string
98
+ target: string
99
+ }[]
100
+ options: {
101
+ boot_options: {
102
+ boot_delay_ms: number
103
+ boot_menu: boolean
104
+ firmware: string
105
+ }
106
+ guest_tools: {
107
+ enabled: boolean
108
+ synchronized_time: boolean
109
+ }
110
+ remote_console: {
111
+ guest_os_lock: boolean
112
+ keymap: string
113
+ limit_sessions: number
114
+ password: string
115
+ port: number
116
+ spice: {
117
+ clipboard: boolean
118
+ file_transfer: boolean
119
+ img_compression: string
120
+ jpeg_compression: string
121
+ playback_compression: boolean
122
+ streaming_mode: string
123
+ zlib_glz_compression: string
124
+ }
125
+ type: string
126
+ }
127
+ }
128
+ passthrough_pci_devices: any[]
129
+ snapshots: any
130
+ storage: {
131
+ folder: string
132
+ id: string
133
+ }
134
+ usb_controllers: {
135
+ type: string
136
+ }[]
137
+ video_card: {
138
+ adapter: string
139
+ displays: number
140
+ memory_mb: number
141
+ }
142
+ host_id?: string
143
+ }
144
+ // TODO use from vms
145
+ export interface UI_I_Pvm extends API_UI_I_Pvm {}
146
+
147
+ export interface UI_I_CreateBackupFormDiskDevice {
148
+ location: string
149
+ target: string
150
+ }
151
+ export interface UI_I_CreateBackupForm {
152
+ target: string
153
+ name: string
154
+ description: string
155
+ disk_devices: UI_I_CreateBackupFormDiskDevice[]
156
+ backup_storage: string
157
+ strategy: 0 | 1 | 2
158
+ // start_window_min: number
159
+ bandwidth_limit: number
160
+ }
161
+
162
+ export interface UI_I_RestoreForm {
163
+ restore_code: 1 | 2 | 3 // 1 - disk only, 2 - existing, 3 - asNew
164
+ backup_storage: string
165
+ bucket: string
166
+ backup: string
167
+ pvm: UI_I_Pvm
168
+ }
169
+
170
+ export interface UI_I_BackupDatastore {
171
+ id: string
172
+ location: string
173
+ name: string
174
+ path: string
175
+ state: number // ??
176
+ type_code: number // ??
177
+ type_text: string
178
+ capacity: {
179
+ capacity_mb: number
180
+ free_mb: number
181
+ provisioned_mb: number
182
+ used_mb: number
183
+ }
184
+ }
185
+ export interface UI_I_BackupDatastoreTable
186
+ extends API_UI_I_DataTable<UI_I_BackupDatastore[]> {}
@@ -1,6 +1,6 @@
1
- import type { API_UI_I_Error } from '~/lib/models/store/interfaces'
2
-
3
- export interface UI_I_NameCheck {
4
- name: string
5
- cb: (error: API_UI_I_Error) => void
6
- }
1
+ import type { API_UI_I_Error } from '~/lib/models/store/interfaces'
2
+
3
+ export interface UI_I_NameCheck {
4
+ name: string
5
+ cb: (error: API_UI_I_Error) => void
6
+ }