WEBUI: Changed icon
-Clean icon image cache -Reset Icon
This commit is contained in:
parent
4c3ff47cca
commit
4ad249ec01
5 changed files with 10 additions and 2 deletions
|
@ -206,7 +206,7 @@ tvheadend.channel_tab = function(panel, index)
|
|||
builder: function() {
|
||||
return new Ext.Toolbar.Button({
|
||||
tooltip: 'Reset (clear) the selected icon URLs',
|
||||
iconCls: 'cancel',
|
||||
iconCls: 'resetIcon',
|
||||
text: 'Reset Icon',
|
||||
disabled: false
|
||||
});
|
||||
|
|
|
@ -230,7 +230,7 @@ tvheadend.miscconf = function(panel, index) {
|
|||
var imagecacheButton = new Ext.Button({
|
||||
text: "Clean image (icon) cache",
|
||||
tooltip: 'Clean image cache on storage',
|
||||
iconCls: 'drive',
|
||||
iconCls: 'clean',
|
||||
handler: cleanImagecache
|
||||
});
|
||||
|
||||
|
|
|
@ -446,6 +446,14 @@
|
|||
background-image: url(../icons/subscriptions.png) !important;
|
||||
}
|
||||
|
||||
.clean{
|
||||
background-image: url(../icons/clean.png) !important;
|
||||
}
|
||||
|
||||
.resetIcon{
|
||||
background-image: url(../icons/reseticon.png) !important;
|
||||
}
|
||||
|
||||
.x-linked {
|
||||
display: inline-block;
|
||||
background-image: url(../icons/linked.gif) !important;
|
||||
|
|
BIN
src/webui/static/icons/clean.png
Normal file
BIN
src/webui/static/icons/clean.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 782 B |
BIN
src/webui/static/icons/reseticon.png
Normal file
BIN
src/webui/static/icons/reseticon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 417 B |
Loading…
Add table
Reference in a new issue