mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 03:58:26 +00:00
Use the new xterm.js icon with the corresponding Menu Item
Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
This commit is contained in:
parent
55865319ab
commit
d0f7ae4642
@ -201,6 +201,7 @@
|
|||||||
.pve-itype-icon-virt-viewer,
|
.pve-itype-icon-virt-viewer,
|
||||||
.pve-itype-icon-tigervnc,
|
.pve-itype-icon-tigervnc,
|
||||||
.pve-itype-icon-novnc,
|
.pve-itype-icon-novnc,
|
||||||
|
.pve-itype-icon-xtermjs,
|
||||||
.pve-itype-icon-display,
|
.pve-itype-icon-display,
|
||||||
.pve-itype-icon-memory,
|
.pve-itype-icon-memory,
|
||||||
.pve-itype-icon-processor,
|
.pve-itype-icon-processor,
|
||||||
@ -324,6 +325,11 @@
|
|||||||
background-image:url(../images/virt-viewer.png);
|
background-image:url(../images/virt-viewer.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pve-itype-icon-xtermjs
|
||||||
|
{
|
||||||
|
background-image:url(../images/xtermjs.png);
|
||||||
|
}
|
||||||
|
|
||||||
.pve-itype-icon-usb
|
.pve-itype-icon-usb
|
||||||
{
|
{
|
||||||
background-image:url(../images/icon-usb.png);
|
background-image:url(../images/icon-usb.png);
|
||||||
|
@ -52,7 +52,7 @@ Ext.define('PVE.button.ConsoleButton', {
|
|||||||
{
|
{
|
||||||
text: 'xterm.js',
|
text: 'xterm.js',
|
||||||
itemId: 'xtermjs',
|
itemId: 'xtermjs',
|
||||||
iconCls: 'fa fa-terminal',
|
iconCls: 'pve-itype-icon-xtermjs',
|
||||||
type: 'xtermjs',
|
type: 'xtermjs',
|
||||||
handler: function(button) {
|
handler: function(button) {
|
||||||
var me = this.up('button');
|
var me = this.up('button');
|
||||||
|
Loading…
Reference in New Issue
Block a user