WEBUI: cosmetic Add icon for channels and channel tags
This commit is contained in:
parent
da9b9b5f5f
commit
0d1f128e3a
5 changed files with 10 additions and 0 deletions
|
@ -200,6 +200,7 @@ tvheadend.channel_tab = function(panel, index)
|
|||
comet: 'channel',
|
||||
titleS: 'Channel',
|
||||
titleP: 'Channels',
|
||||
iconCls: 'channels',
|
||||
tabIndex: index,
|
||||
help: function() {
|
||||
new tvheadend.help('Channels', 'config_channels.html');
|
||||
|
|
|
@ -9,6 +9,7 @@ tvheadend.cteditor = function(panel, index)
|
|||
comet: 'channeltag',
|
||||
titleS: 'Channel Tag',
|
||||
titleP: 'Channel Tags',
|
||||
iconCls: 'channelTags',
|
||||
tabIndex: index,
|
||||
add: {
|
||||
url: 'api/channeltag',
|
||||
|
|
|
@ -382,6 +382,14 @@
|
|||
background-image: url(../icons/other_filters.png) !important;
|
||||
}
|
||||
|
||||
.channels {
|
||||
background-image: url(../icons/channels.png) !important;
|
||||
}
|
||||
|
||||
.channelTags{
|
||||
background-image: url(../icons/channel_tags.png) !important;
|
||||
}
|
||||
|
||||
.x-linked {
|
||||
display: inline-block;
|
||||
background-image: url(../icons/linked.gif) !important;
|
||||
|
|
BIN
src/webui/static/icons/channel_tags.png
Normal file
BIN
src/webui/static/icons/channel_tags.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 378 B |
BIN
src/webui/static/icons/channels.png
Normal file
BIN
src/webui/static/icons/channels.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Loading…
Add table
Reference in a new issue