catborise
b47ec2e8f9
bootstrap icon conversion fixes
2023-08-11 09:40:38 +03:00
Emre Serdengeçti
1cbdf76df6
logger updates ( #31 )
...
* Log for failed login attempts
* Logger configuration for logging to file
* interface fixes
* login log fix, added logged in too
* bootstrap icons setup
* font-awesome icons replaced with bootstrap icons
* replaced i-tags with django_bootstrap_icons
* removed icons library from project
* bug fix
---------
Co-authored-by: catborise <catborise@gmail.com>
2023-08-09 09:20:18 +03:00
catborise
33d49a68a7
experimental: external snapshot fixes
2023-04-13 12:25:42 +03:00
catborise
e3fb820b50
update bootstrap&bootswatch 5.0.2 -> 5.2.2. Seperate bootswatch overrides for future update easiness
2023-01-23 08:25:44 +03:00
catborise
6d3550bb24
console_listen_address not in the context, it's instance.console_listen_address. fixed by @wadefelix
2022-08-23 08:40:36 +03:00
catborise
cfce71ec2b
Rest framework ( #24 )
...
* Add rest framework for API: First Commit
* modify some shell scripts to make variable references safer; modify some python scripts to reduce the code complexity and cyclomatic complexity of functions.
* Add REST API for some webvirtcloud functions. Instance list/delete/create, compute list/delete/create, storages-network list/retrieve. Add swagger and redoc for API interface
* update requirements
Co-authored-by: herengui <herengui@uniontech.com>
2022-08-22 15:12:33 +03:00
Info-IIG
052610dd21
Added permission can snapshot instances
2022-06-16 14:55:08 +02:00
catborise
86723a8271
add missing pipe mark after snapshot icon
2021-12-10 14:39:56 +03:00
catborise
073b7b6717
Bootstrap5 ( #17 )
...
* Bootstrap5 migration
2021-07-07 14:12:38 +03:00
catborise
5aa22ac042
Django 3.2.4 LTS upgrade
2021-06-15 13:28:47 +03:00
catborise
d30e6470e2
Add guest info like:hostname,os,version,kernel. indendation fixes
2020-12-17 14:29:07 +03:00
Real-Gecko
01043ba8a8
Templates cleanup
2020-10-15 20:18:45 +06:00
catborise
74a4a1a3ef
vnc console options added
2020-07-17 11:04:21 +03:00
Real-Gecko
47009d47ca
Instances overhaul
2020-07-13 15:33:09 +06:00
Real-Gecko
1430c73c13
https://github.com/retspen/webvirtcloud/issues/323#issuecomment-649986187
2020-06-26 12:48:53 +06:00
Real-Gecko
eda233ada7
Fix appsettings
2020-06-17 15:23:44 +06:00
Real-Gecko
7eee811e65
Namespaced instances urls
2020-06-16 18:57:50 +06:00
catborise
e97d592e51
fix some messages, add translation for some keywords, update tr locale file
2020-06-12 14:46:17 +03:00
catborise
fd3212de90
fix layout for instance qos configuration
2020-06-10 16:25:29 +03:00
catborise
b7fc8a5fea
Language change activation. Fix typos and add new translations
2020-06-10 15:16:58 +03:00
catborise
7bb6bd310b
update locale files and TR translations.
2020-06-10 11:15:14 +03:00
catborise
07be61a557
fix detach cdrom problem and cd-rom list's layout problem
2020-06-05 09:29:26 +03:00
catborise
7538ddab4f
Add all settings to appsettings page & Convert settings choices
2020-06-04 12:32:00 +03:00
catborise
bf15de507a
add aria-label definition to forms
2020-06-04 12:05:55 +03:00
catborise
8bafaa8720
add scope to th tags for screen readers
2020-06-04 12:04:46 +03:00
catborise
7c93ee1e2f
bootstrap 4.5 fixations & Update strings style to f-string
2020-06-04 11:38:41 +03:00
catborise
871083967f
bootstrap 4.5 fixations & fix various localizations
2020-06-04 11:35:57 +03:00
catborise
0e5840498e
bootstrap 4.5 & Bootswatch Themes
2020-06-04 11:33:25 +03:00
catborise
b48b112a40
Update Ace XML Editor 1.4.10 - Move seperate dir
2020-06-04 08:51:27 +03:00
catborise
d384c914a4
stop getting status info before instance delete to prevent domain not found error
2020-06-04 08:51:14 +03:00
catborise
966da065b4
get host info from compute not instance
2020-06-04 08:50:33 +03:00
Real-Gecko
6d82c2820b
Fix instance bottom bar overlapping main content
2020-05-25 17:32:36 +06:00
catborise
52c856c504
add show/hide bottom bar option in instance details
2020-04-17 15:37:34 +03:00
catborise
4d40de1b55
Python3 & Django 2.2 Migration - Fix & Updates
2020-03-16 16:59:45 +03:00
catborise
57665c2ab9
add cdrom to instance errors fixed. make cdrom readonly, disable cache.
2020-01-22 14:48:48 +03:00
catborise
9198615076
guest agent status indicator changed
2020-01-21 15:39:16 +03:00
catborise
70032fc2e1
re organize instance overview. add snapshot indicator if there is... add bottom bar for navigation.
2020-01-20 15:47:14 +03:00
catborise
0c8a0523a8
show snapshot list while instance is running. User wanto to see list of running snapshot and delete it.
2020-01-17 16:14:28 +03:00
catborise
6cebd2f70e
add seperation between nics, show nic model
2020-01-13 16:18:19 +03:00
catborise
c62e6ba3bc
Add changing option of network model. Show model on instance network list
2020-01-10 17:55:42 +03:00
catborise
8b9fe4e887
rearrange instance network to show ipv4 and ipv6 address. Add capability to show all ip address not one of them. Add ipv4 address to instance summary
2020-01-10 15:28:09 +03:00
catborise
f2ba2b58b0
Add editing disk capability to instance. Add instance disk options like io, discard, detect zeroes. rewrite detach disk
2020-01-08 11:28:46 +03:00
catborise
38054d9882
for instances add guest agent indicator: installed, connected.
2019-12-25 14:36:43 +03:00
catborise
9d58e56d16
add/remove guest agent channel function added
2019-12-24 17:19:11 +03:00
catborise
ecf31b0b5b
adds link state option for instance networks. Enable/disable link while instance running
2019-12-24 14:54:04 +03:00
catborise
592112590c
add ability to show interface's ip address with qemu agent. Add checking agent if installed or not
2019-12-23 15:48:11 +03:00
catborise
2fa5a98844
Add new options for migrate: Auto converge, postcopy and compress
2019-12-19 16:06:51 +03:00
catborise
28b001e7cb
Add capability to remove UEFI instances: Add option for NVRAM delete
2019-12-13 16:40:59 +03:00
catborise
49e179590e
adding enable/disable cpu hotplug, live add/remove vcpu to instance.
2019-11-29 14:48:24 +03:00
catborise
b297e10115
instance.html: Add new column for Qos, and send qos data with different form to prevent validation problem
2019-11-22 09:36:51 +03:00