1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 12:04:15 +00:00
Commit graph

218 commits

Author SHA1 Message Date
catborise
a63e9036fe Add trans label to headers 2018-12-18 10:18:01 +03:00
catborise
04d3568d1a add instance count to host collapse 2018-12-04 16:05:24 +03:00
catborise
a67acc5d24 Merge branch 'master' of https://github.com/catborise/webvirtcloud 2018-11-26 08:48:04 +03:00
Roman Kravchuk
64987b4ef4
Fix selector for hostname with "." 2018-11-25 12:41:49 +02:00
Roman Kravchuk
91598357dc
Fix collapse on hostname with "."
Fix "Error: Syntax error, unrecognized expression: [host=pc.local]"
2018-11-25 11:27:30 +02:00
catborise
7672cc06f1 Merge branch 'online_resize' 2018-11-23 15:23:01 +03:00
catborise
eb8aae957e Bundle: Add/Delete Cdrom function added. Add disk device type/bus choice for custom instance creation. Change some cosmetics on create instance. Change some functions signature for compatibility. Add getting disk device types function. Fixed some bugs 2018-11-23 15:18:32 +03:00
catborise
08451a06a4 remove font-weight on labels. Increase max volume size limit to 3-5. 2018-11-22 15:48:02 +03:00
catborise
44d73cc780 Add ability to resize only vm memory while it is running. 2018-11-20 17:07:19 +03:00
catborise
4eda0fb866 add chevron-toggle to collapse_all on grouped_index 2018-11-14 14:39:18 +03:00
catborise
45c3f9b176 index_grouped: remove unused data-sortable. index_nongrouped: add trans statement for actions 2018-11-14 14:04:37 +03:00
catborise
605d24d699 define allow_admin_or_not_template variable, template cannot use parenthesis @honza801 2018-11-08 14:56:31 +03:00
catborise
d3b43b2e6a add hide/show all instances funtionality 2018-11-07 14:29:36 +03:00
catborise
2ca2add444 fix typo. remove unused variable. add form-control to volume dropdown. 2018-10-26 17:30:52 +03:00
catborise
07984a2a9a attach volume dropdown menu rearranged to show selected pool 2018-10-25 09:57:41 +03:00
catborise
1196fb38c9 add log message to attaching disk 2018-10-25 09:55:57 +03:00
catborise
82c87f82bc add/modify alert messages while detaching and deleting volumes. 2018-10-24 17:15:10 +03:00
catborise
1b913fd4d6 instance poweron checks is_template attribute. templates should not be e started. by @honza801 2018-10-24 16:56:05 +03:00
catborise
b3b9596a12 secure instance snapshot, media, options. check userinstance.is_change and instance.is_template correctly. secure mount_iso, snapshots for templates, not userinstance.is_change by @honza801 2018-10-24 16:42:00 +03:00
catborise
b5f38afbca clone instance: create db record first, then run clone process. delete db record if exception while cloning 2018-10-24 16:19:30 +03:00
catborise
2b04a89100 make some details showing style popover 2018-10-24 14:09:29 +03:00
catborise
03ffa3a295 move add new disk to instance disk tab. add existing disk option to attach disk. Small typo fixes 2018-10-24 12:04:05 +03:00
catborise
ea5e9cfead Add 'Adding, deleting and detaching disk volumes' to instances 2018-10-19 16:14:33 +03:00
catborise
8f5cc5755a make table headers translatable 2018-10-19 16:11:22 +03:00
catborise
7d21c138b7 calling hypervisor, machine, emulator operation is linked to arch variable. 2018-10-02 15:15:41 +03:00
catborise
93a8625aca url fix for clone 2018-10-01 15:09:04 +03:00
catborise
358f9ae28a url fix for clone 2018-10-01 11:44:29 +03:00
catborise
b81b01e468 url fix for clone 2018-10-01 11:42:01 +03:00
catborise
25e6381fc9 add Compute instances tab. Minimal invasion. minimal change. keep structure 2018-09-28 13:33:21 +03:00
catborise
e44e01cad4 volume owner/group converted to choosable from settings.py, cloning and creating volume owner parameter added. 2018-09-27 09:45:10 +03:00
catborise
b916c9dcf9 instance network tab modified. Changing function modified. deleting function added. network info of nwfilters added. and some small fixes applied 2018-09-26 17:20:46 +03:00
catborise
4d14fdceea selection added to domain creation for nwfilters. Add nwfilter option while adding network card. NWfilters minor fixes 2018-09-24 14:41:13 +03:00
Anatoliy Guskov
5c2232f4e8
Merge pull request #185 from honza801/clone_instance_auto_migrate
allow automatic migrations of newly cloned instances to random host
2018-09-23 09:33:54 +03:00
catborise
0d90e4bb46 Make domain creation work with XML. Fix typo 2018-09-21 19:07:47 +03:00
Ing. Jan KRCMAR
0a7c9f3826 add settings.CLONE_INSTANCE_AUTO_MIGRATE
please add this setting to your current config, or it breaks your installation

allow automatic migrations of newly cloned instances to random host
2018-09-20 13:48:53 +02:00
catborise
1bf99b796f Merge remote-tracking branch 'remotes/retspen/master' 2018-09-17 11:54:48 +03:00
Ing. Jan KRCMAR
aba4ee8623 instance/clone disk names revisited 2018-09-11 15:11:13 +02:00
Ing. Jan KRCMAR
76f857d218 toggle host instances button in grouped view 2018-09-10 12:10:39 +03:00
catborise
7da5095220 Merge remote-tracking branch 'remotes/retspen/master' 2018-09-10 11:57:49 +03:00
Ing. Jan KRCMAR
105b8c180a view instance: check_user_quota is not performed for superuser 2018-09-06 14:26:29 +02:00
Ing. Jan KRCMAR
6486c20168 patch for cloning rbd images 2018-09-06 13:36:02 +02:00
catborise
0f7a110535 show vdi url on access tab. some typo and convention fix. gethostbyaddr exception mitigated. 2018-09-05 09:30:08 +03:00
catborise
cb5b0c1ecb add title to snapshot operations and fix redirect path 2018-09-04 15:28:51 +03:00
catborise
33513ca648 small cosmetic changes of snapshot to describe of operation 2018-09-04 15:01:11 +03:00
Anatoliy Guskov
7efec407c2
Merge pull request #177 from honza801/master
add network for instance
2018-08-30 21:55:31 +03:00
Anatoliy Guskov
bcd13c29fe
Merge pull request #176 from catborise/master
console fn-keys functionality correction
2018-08-28 17:14:55 +03:00
Ing. Jan KRCMAR
d5d56a2b50 instance/network: select actually configured net-source 2018-08-28 12:35:40 +02:00
Ing. Jan KRCMAR
b4da655644 instance/network: allow to select compute interface, previously only compute network 2018-08-28 12:18:35 +02:00
Ing. Jan KRCMAR
9c37dcc2dc #addInstanceNetwork modal box 2018-08-28 10:55:27 +02:00
catborise
76e6388ec5 novnc ES6 compatibility is not working. I reverse it. Spice/VNC sending ctrl+alt+fn functionality restored. 2018-08-27 15:30:50 +03:00