[PR #330] [MERGED] Console #504

Closed
opened 2026-02-27 15:58:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/330
Author: @catborise
Created: 6/24/2020
Status: Merged
Merged: 6/25/2020
Merged by: @retspen

Base: masterHead: console


📝 Commits (2)

  • 48f9ba6 add super linter in to ci
  • 4f8a1fd fix console password & sendkey & css fixes & add scale vb

📊 Changes

10 files changed (+826 additions, -904 deletions)

View changed files

.github/workflows/linter.yml (+41 -0)
📝 console/templates/console-base.html (+75 -92)
📝 console/templates/console-spice-full.html (+149 -140)
📝 console/templates/console-spice-lite.html (+177 -170)
📝 console/templates/console-vnc-lite.html (+211 -289)
📝 console/views.py (+4 -0)
📝 static/js/novnc/app/styles/lite.css (+1 -1)
📝 static/js/spice-html5/inputs.js (+83 -75)
📝 static/js/spice-html5/main.js (+83 -134)
📝 static/js/spice-html5/spice.css (+2 -3)

📄 Description

  1. show console password dialog
  2. add scale, view_only options
  3. fix send FN key to spice console
  4. add ci for linter

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtcloud/pull/330 **Author:** [@catborise](https://github.com/catborise) **Created:** 6/24/2020 **Status:** ✅ Merged **Merged:** 6/25/2020 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `console` --- ### 📝 Commits (2) - [`48f9ba6`](https://github.com/retspen/webvirtcloud/commit/48f9ba6d73c4296959e7ee4086fc39e53768f0ff) add super linter in to ci - [`4f8a1fd`](https://github.com/retspen/webvirtcloud/commit/4f8a1fd50d345e40e873e6689921705f18cd333a) fix console password & sendkey & css fixes & add scale vb ### 📊 Changes **10 files changed** (+826 additions, -904 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/linter.yml` (+41 -0) 📝 `console/templates/console-base.html` (+75 -92) 📝 `console/templates/console-spice-full.html` (+149 -140) 📝 `console/templates/console-spice-lite.html` (+177 -170) 📝 `console/templates/console-vnc-lite.html` (+211 -289) 📝 `console/views.py` (+4 -0) 📝 `static/js/novnc/app/styles/lite.css` (+1 -1) 📝 `static/js/spice-html5/inputs.js` (+83 -75) 📝 `static/js/spice-html5/main.js` (+83 -134) 📝 `static/js/spice-html5/spice.css` (+2 -3) </details> ### 📄 Description 1. show console password dialog 2. add scale, view_only options 3. fix send FN key to spice console 4. add ci for linter --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:58:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#504
No description provided.