add menu separator and delete icon
This commit is contained in:
@@ -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;
|
||||
|
||||
BIN
extensions/admin_ui/media/images/icons/delete.png
Normal file
BIN
extensions/admin_ui/media/images/icons/delete.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
@@ -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'
|
||||
}
|
||||
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user