mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[PR #154] [MERGED] please merge new features userlist in grid, cloud-init interface #435
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#435
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtcloud/pull/154
Author: @honza801
Created: 6/13/2018
Status: ✅ Merged
Merged: 6/15/2018
Merged by: @retspen
Base:
master← Head:master📝 Commits (8)
8d46bd4create_user_block.html fix broken dom43a8fb6add accounts view style list. configurable via settings.VIEW_ACCOUNTS_STYLE82eb5abadd new application datasource. provides basic interface for cloud-init tool (hostname, root ssh authorized keys)5f24d5dMerge remote-tracking branch 'retspen/master'956b321settings.py.template: add INSTALLED_APPS datasource, comment RemoteUserBackend, move SHOW_PROFILE_EDIT_PASSWORD6b44407Update README.md22d03daadd views/instance/settings/vnc listen addresses920739cMerge branch 'master' into master📊 Changes
17 files changed (+369 additions, -18 deletions)
View changed files
📝
README.md(+10 -1)➕
accounts/templates/accounts-list.html(+175 -0)📝
accounts/templates/create_user_block.html(+13 -13)📝
accounts/views.py(+4 -1)➕
datasource/__init__.py(+0 -0)➕
datasource/admin.py(+3 -0)➕
datasource/migrations/__init__.py(+0 -0)➕
datasource/models.py(+3 -0)➕
datasource/templates/user_data(+6 -0)➕
datasource/tests.py(+3 -0)➕
datasource/urls.py(+11 -0)➕
datasource/views.py(+64 -0)📝
instances/templates/instance.html(+28 -0)📝
instances/views.py(+10 -3)📝
vrtManager/instance.py(+26 -0)📝
webvirtcloud/settings.py.template(+12 -0)📝
webvirtcloud/urls.py(+1 -0)📄 Description
hi,
there are some new features and fixes
have a nice day
fous
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.