Skip to content

Commit

Permalink
broken image
Browse files Browse the repository at this point in the history
  • Loading branch information
Squidly271 committed Sep 16, 2022
1 parent e599fe5 commit da8bd45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Binary file added archive/ca.turbo-2022.09.16-x86_64-1.txz
Binary file not shown.
7 changes: 5 additions & 2 deletions plugins/ca.turbo.plg
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "ca.turbo">
<!ENTITY author "Andrew Zawadzki">
<!ENTITY version "2021.03.10">
<!ENTITY md5 "61dfa404186bbd6f1e5a59298a426ee4">
<!ENTITY version "2022.09.16">
<!ENTITY md5 "f10404aaea7b51863ab3e47bf66de7b0">
<!ENTITY launch "Settings/Turbo">
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
<!ENTITY github "Squidly271/ca.turbo">
Expand All @@ -13,6 +13,9 @@
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;" icon='tachometer'>

<CHANGES>
###2022.09.16
- Remove schedule icon missing on later versions of Unraid

###2021.03.10
- Permission fixes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function createSchedule($index,$schedule) {
$schedule[3] = 60;
}
$o = "
<strong>Schedule Number: $index</font> <img src='/plugins/dynamix.docker.manager/images/remove.png' width='20px' onclick=deleteSchedule('$index'); style='cursor:pointer' title='Delete This Schedule'></strong>
<strong>Schedule Number: $index</font> <i class='fa fa-window-close' width='20px' onclick=deleteSchedule('$index'); style='cursor:pointer;color:#880000' title='Delete This Schedule'></i></strong>
<dl>
<dt>Schedule Enabled:</dt>
<dd><select class='schedule$index schedules' id='enabled$index'>
Expand Down

0 comments on commit da8bd45

Please sign in to comment.