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

1200 commits

Author SHA1 Message Date
catborise
1aea7baada update requirements 2019-01-03 13:56:07 +03:00
Anatoliy Guskov
4b9ae89324
Merge pull request #211 from catborise/master
fix some glitches & update
2018-12-28 13:50:33 +02:00
catborise
867a10d0c5 Ubuntu 18.04 installation support added 2018-12-27 16:17:51 +03:00
catborise
4efc311dec remove artifacts old implementation 2018-12-18 10:51:34 +03:00
catborise
fc3f04c244 Add pool refresh before getting list of volumes 2018-12-18 10:50:42 +03:00
catborise
a519980610 Narrow down with pool searching existing volume while creating instance from template/flavour 2018-12-18 10:46:23 +03:00
catborise
a63e9036fe Add trans label to headers 2018-12-18 10:18:01 +03:00
Anatoliy Guskov
b7639d2ba6
Merge pull request #208 from catborise/master
New Features: Add/Remove CD-Rom Device, Enchance VM Creation
2018-12-18 07:29:59 +02:00
catborise
c98f0b1232 Add lib and qemu version info to compute overview 2018-12-05 11:08:21 +03:00
catborise
04d3568d1a add instance count to host collapse 2018-12-04 16:05:24 +03:00
catborise
62908f477c Qemu Guest Agent channel add option while creating instance 2018-11-26 15:40:02 +03:00
catborise
a67acc5d24 Merge branch 'master' of https://github.com/catborise/webvirtcloud 2018-11-26 08:48:04 +03:00
Anatoliy Guskov
01019ddf3b
Merge pull request #207 from krp-kp/master
Fix selector for hostname with "."
2018-11-25 15:58:18 +02:00
Roman Kravchuk
64987b4ef4
Fix selector for hostname with "." 2018-11-25 12:41:49 +02:00
Anatoliy Guskov
c04596f078
Merge pull request #206 from krp-kp/master
Fix collapse on hostname with "."
2018-11-25 12:12:15 +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
be75381bea Change column sizes. Add icon for deselecting of disks/networks. add bus selection for disk. add device selection for disk. Some ui changes. 2018-11-23 15:20:51 +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
469cc0560c rename type variable, add bus info while getting media devices. remove unnecessary control while detaching the disk 2018-11-23 15:05:30 +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
84bf04a137 add getting list of disk device types. Rename getting disk bus types function 2018-11-22 14:45:12 +03:00
catborise
44d73cc780 Add ability to resize only vm memory while it is running. 2018-11-20 17:07:19 +03:00
catborise
45720d3bcf convert HDD selection of new instance creation to user request. Before that, instance creation gets all images of all pools. If there is a problem with some pools other than default. It causes problem and sometimes it takes too long to opeen create instance page. With that extension getting volumes is up to request. Firs you must select pool then select volume. For now the create page opens instantly. 2018-11-16 16:08:35 +03:00
catborise
91f01d884b add get_volumes function to view. And Remove unused 'get' artifact. 2018-11-16 16:04:26 +03:00
catborise
5b60dd7f84 fix validation error message of network. 2018-11-16 16:03:32 +03:00
catborise
65733197fa add volumes url to get volume list of specified storage pool 2018-11-16 16:02:15 +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
40ada89c4a add log message when an instance is created 2018-11-14 11:46:13 +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
5872700455 remove caret: bootstrap-multiselect, inheritClass 2018-11-07 15:36:03 +03:00
catborise
d3b43b2e6a add hide/show all instances funtionality 2018-11-07 14:29:36 +03:00
catborise
8ecd453efe fix: initialize used_size variable. it causes error if instance disks are deleted. 2018-11-05 15:19:25 +03:00
catborise
fab3b2891f add filter bar to 'add disk' dropdown. Limit the size of dropdown list. 2018-10-31 17:07:39 +03:00
catborise
69be623eeb upgrade bootstrap-multiselect to v0.9.15 2018-10-31 16:51:11 +03:00
catborise
f68d53f3e4 upgrade chartjs 1.0.2 -> 1.1.1 2018-10-31 16:08:13 +03:00
Anatoliy Guskov
cd940c99e5
Merge pull request #197 from catborise/master
NWFilters Addition & Instances Tab & Other Fixes
2018-10-30 09:08:46 +02: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
1971029e3c Merge commit 'cdb5c4f4128852aa06b3485a47c33e930ee1fba6' 2018-10-24 17:00:48 +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
e80bbfd85b console/templates/console-base.html fix html tag console/templates/console-spice-lite.html add console log message by @honza801 2018-10-24 16:45:23 +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
9d07c2d7b6 new instance moved to tabs instead of collapsed divs by @honza801 2018-10-24 16:14:14 +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