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

625 commits

Author SHA1 Message Date
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
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
d63c0a8163 activate default cache which is in settings for vm creation. 2018-10-10 15:50:59 +03:00
catborise
ca545878c4 add link to favicon.ico 2018-10-08 16:44:08 +03:00
catborise
f2d88b9c65 add performance parameters and owner properties to clone_template and create volume 2018-10-05 17:07:25 +03:00
catborise
016e93ebca fix app artifact 2018-10-05 16:32:49 +03:00
catborise
df4cf01f05 add image owner option to clone_volume, create_volume functions 2018-10-05 15:49:02 +03:00
catborise
e1910c75ff add warning for dublicate instance name on other host 2018-10-04 10:14:08 +03:00
catborise
d75df231a8 generate randum uuid function update. Add validation of uuid function 2018-10-04 09:31:30 +03:00
catborise
7d21c138b7 calling hypervisor, machine, emulator operation is linked to arch variable. 2018-10-02 15:15:41 +03:00
catborise
ea4f2cba8b Fontawesome update 4.30 to 4.70 2018-10-02 10:47:02 +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
bc321f1475 convert default_image_owner to seperate guid and uid 2018-09-28 17:07:35 +03:00
catborise
37b5093e13 convert default_image_owner to seperate guid and uid 2018-09-28 13:46:42 +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
ba212971fa success message converted to translate ready 2018-09-26 17:18:30 +03:00
catborise
5d4a600908 success message converted to translate ready 2018-09-26 17:16:48 +03:00
catborise
f7d2d24d0b message.success fix - (request was missing) 2018-09-26 16:19:32 +03:00
Ing. Jan KRCMAR
cdb5c4f412 fix wvmInterface get_ipv4/6: xml_path should specify protocol family 2018-09-26 09:53:23 +02:00
Ing. Jan KRCMAR
a4bea0e765 Merge branch 'master' of github.com:honza801/webvirtcloud 2018-09-25 23:30:17 +02:00