WEBUI: Fix icon for current recording
Fix icon for current recording because was the same as recording tab.
This commit is contained in:
parent
bd6e5ed7cb
commit
60082edc21
3 changed files with 3 additions and 3 deletions
|
@ -422,8 +422,8 @@
|
||||||
background-image: url(../icons/dvrprofiles.png) !important;
|
background-image: url(../icons/dvrprofiles.png) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.recording{
|
.recordingtab{
|
||||||
background-image: url(../icons/recording.png) !important;
|
background-image: url(../icons/recordingtab.png) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.timeshift{
|
.timeshift{
|
||||||
|
|
|
@ -386,7 +386,7 @@ function accessUpdate(o) {
|
||||||
activeTab: 0,
|
activeTab: 0,
|
||||||
autoScroll: true,
|
autoScroll: true,
|
||||||
title: 'Recording',
|
title: 'Recording',
|
||||||
iconCls: 'recording',
|
iconCls: 'recordingtab',
|
||||||
items: []
|
items: []
|
||||||
});
|
});
|
||||||
tvheadend.dvr_settings(tsdvr);
|
tvheadend.dvr_settings(tsdvr);
|
||||||
|
|
Before Width: | Height: | Size: 843 B After Width: | Height: | Size: 843 B |
Loading…
Add table
Reference in a new issue