Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37746880
en ru br
ALT Linux repositórios
S:0.3.0-alt1

Group :: Rede/Acesso Remoto
RPM: spice-html5

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: Spice-devel-Add-Send-Ctrl-Alt-Delete-button-to-spice_auto.html.patch
Download


From: Felipe Reyes <felipe.reyes@canonical.com>
Date: Thu, 11 Jun 2015 18:11:16 -0300
Subject: [Spice-devel] Add 'Send Ctrl-Alt-Delete' button to spice_auto.html
This patch adds a new button aligned to the right in the top header.
OpenStack Horizon embeds spice-html5 in an iframe, but it doesn't
include this button, this is because it uses novnc as well which it
does include an equivalent button as part of its UI. Also when
loading spice_auto.html directly the lack of a button is a problem.
Fixes-Bug: #89613
Signed-off-by: Felipe Reyes <felipe.reyes@canonical.com>
---
 spice.css       | 8 +++++++-
 spice_auto.html | 5 +++++
 2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/spice.css b/spice.css
index 5d092ba..831b4c9 100644
--- a/spice.css
+++ b/spice.css
@@ -31,6 +31,7 @@ body
     font-size: 20px;
     font-weight: bolder;
     text-shadow: #efefef 1px 1px 0px;
+    float: left;
 }
 #login label { color: #ffffff; text-shadow: 1px 1px 0px rgba(175, 210, 220, 0.8); }
 #login input
@@ -115,3 +116,9 @@ body
 .spice-message-error {
     color: red;
 }
+.spice-send-ctrl-alt-del {
+    width: 650px;
+    margin-left: 100px;
+    margin-right: 0px;
+    text-align: right;
+}
diff --git a/spice_auto.html b/spice_auto.html
index d374054..f26dbb6 100644
--- a/spice_auto.html
+++ b/spice_auto.html
@@ -186,6 +186,11 @@
 
         <div id="login">
             <span class="logo">SPICE</span>
+            <div class="spice-send-ctrl-alt-del">
+                <button type="button" onclick="sendCtrlAltDel()">
+                Send Ctrl-Alt-Delete
+                </button>
+            </div>
         </div>
 
         <div id="spice-area">
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009