add menu separator and delete icon

This commit is contained in:
Brendan Coles
2014-10-28 08:14:22 +00:00
parent 00b6b42951
commit 6f1f8cf65c
3 changed files with 9 additions and 0 deletions

View File

@@ -80,6 +80,12 @@
background-image: url(../images/icons/xssrays.png);
}
.zombie-tree-ctxMenu-delete {
background-image: url(../images/icons/delete.png);
background-size: 32px 32px;
background-repeat: no-repeat;
}
.x-tree-node-leaf .x-tree-node-icon {
width: 13px;
height: 13px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@@ -76,9 +76,12 @@ Ext.extend(zombiesTreeList, Ext.tree.TreePanel, {
id: 'xssrays_hooked_domain',
text: 'Launch XssRays on Hooked Domain',
iconCls: 'zombie-tree-ctxMenu-xssrays'
},{
xtype: 'menuseparator'
},{
id: 'delete_zombie',
text: 'Delete Zombie',
iconCls: 'zombie-tree-ctxMenu-delete'
}
],