Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add new icon for IP Block and ACL
  • Loading branch information
pepsonEL authored and perexg committed Sep 25, 2015
1 parent 484335a commit e559c45
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webui/static/app/acleditor.js
Expand Up @@ -24,7 +24,7 @@ tvheadend.acleditor = function(panel, index)
url: 'api/access/entry',
titleS: _('Access Entry'),
titleP: _('Access Entries'),
iconCls: 'group',
iconCls: 'acl',
columns: {
enabled: { width: 120 },
username: { width: 250 },
Expand Down Expand Up @@ -118,7 +118,7 @@ tvheadend.ipblockeditor = function(panel, index)
url: 'api/ipblock/entry',
titleS: _('IP Blocking Record'),
titleP: _('IP Blocking Records'),
iconCls: 'exclamation',
iconCls: 'ip_block',
columns: {
enabled: { width: 120 },
prefix: { width: 350 },
Expand Down
8 changes: 8 additions & 0 deletions src/webui/static/app/ext.css
Expand Up @@ -239,6 +239,14 @@
background-image: url(../icons/group.png) !important;
}

.acl {
background-image: url(../icons/acl.png) !important;
}

.ip_block {
background-image: url(../icons/ip_block.png) !important;
}

.hardware {
background-image: url(../icons/pci.png) !important;
}
Expand Down
Binary file added src/webui/static/icons/acl.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/webui/static/icons/ip_block.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e559c45

Please sign in to comment.