Desktop/Files/Terminal minor fix.
Ylian Saint-Hilaire committed
Jul 1, 2021 at 12:43 UTC
315a399e3609350fd9e1a33306fe6db164538723
2 files changed
+5
-12
public/styles/style.css
+1
@@ -3,6 +3,7 @@
3
outline: 0;
4
}
5
6
+
7
html, body {
8
width: 100%;
9
height: 100%;
views/default.handlebars
+4
-12
@@ -606,14 +606,11 @@
606
<div id="idx_deskFullBtn2" onclick=deskToggleFull(event)> ✖</div>
607
<input type="button" id="autoconnectbutton1" value="AutoConnect" onclick=autoConnectDesktop(event) onkeypress="return false" onkeydown="return false" style="display:none" />
608
<span id=connectbutton1span><input type=button id=connectbutton1 cmenu="deskConnectButton" value="Connect" onclick=connectDesktop(event,3) onkeypress="return false" onkeydown="return false" disabled="disabled" /></span>
609
- <span id=connectbutton1hspan> <input type=button id=connectbutton1h value="HW Connect" title="Connect using Intel® AMT hardware KVM" onclick=connectDesktop(event,2) onkeypress="return false" onkeydown="return false" disabled="disabled" /></span>
610
- <span id=disconnectbutton1span> <input type=button id=disconnectbutton1 value="Disconnect" onclick=connectDesktop(event,0) onkeypress="return false" onkeydown="return false" /></span>
609
+ <span id=connectbutton1hspan><input type=button id=connectbutton1h value="HW Connect" title="Connect using Intel® AMT hardware KVM" onclick=connectDesktop(event,2) onkeypress="return false" onkeydown="return false" disabled="disabled" /></span>
610
+ <span id=disconnectbutton1span><input type=button id=disconnectbutton1 value="Disconnect" onclick=connectDesktop(event,0) onkeypress="return false" onkeydown="return false" /></span>
611
<span id="deskstatus" style="line-height:22px">Disconnected</span><span id="deskmetadata"></span>
612
</div>
613
</div>
614
- <div id=deskarea2 style="">
615
- <div class="areaProgress"><div id="progressbar" style=""></div></div>
616
- </div>
614
<div id=deskarea3x>
615
<div id=DeskFocus oncontextmenu="return false" onmousedown=dmousedown(event) onmouseup=dmouseup(event) onmousemove=dmousemove(event)></div>
616
<div id=DeskParent>
@@ -692,7 +689,7 @@
689
<div id=termTable style="position:relative">
690
<table style="width:100%" cellpadding=0 cellspacing=0>
691
<tr>
695
- <td class="areaHead" style="line-height:24px">
692
+ <td class="areaHead" style="line-height:22px">
693
<div class="toright2">
694
<div id="termRecordIcon" class='deskareaicon' title="Server is recording this session" style="display:none;background-color:red;width:12px;height:12px;border-radius:6px;margin-top:5px;margin-left:5px"></div>
695
<input id="termActionsBtn" type=button title="Perform power actions on the device" onkeypress="return false" onkeydown="return false" value=Actions onclick=deviceActionFunction() />
@@ -709,11 +706,6 @@
706
</div>
707
</td>
708
</tr>
712
- <tr>
713
- <td>
714
- <div class="areaProgress"><div id="termprogressbar" style=""></div></div>
715
- </td>
716
- </tr>
709
<tr>
710
<td id="termarea3x">
711
<div id="termarea3xdiv" style="width:100%;height:100%"></div>
@@ -758,7 +750,7 @@
750
</div>
751
<table id="p13toolbar" cellpadding="0" cellspacing="0">
752
<tr>
761
- <td class="areaHead" style="line-height:24px">
753
+ <td class="areaHead" style="line-height:22px">
754
<div class="toright2">
755
<input id="filesActionsBtn" type=button title="Perform power actions on the device" value=Actions onclick=deviceActionFunction() />
756
<div id="filesRecordIcon" class='deskareaicon' title="Server is recording this session" style="display:none;background-color:red;width:12px;height:12px;border-radius:6px;margin-top:5px;margin-left:5px"></div>