Skip to content

Commit 1d8b202

Browse files
committed
Hunt Manager Removal
1 parent 407e6da commit 1d8b202

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

frontend/static/js/logs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ window.LogsModule = {
263263
let displayName = app.charAt(0).toUpperCase() + app.slice(1);
264264
if (app === 'whisparr') displayName = 'Whisparr V2';
265265
else if (app === 'eros') displayName = 'Whisparr V3';
266-
else if (app === 'hunting') displayName = 'Hunt Manager';
266+
267267
if (this.elements.currentLogApp) this.elements.currentLogApp.textContent = displayName;
268268

269269
// Switch to the selected app logs

frontend/static/js/new-main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ let huntarrUI = {
686686
let displayName = app.charAt(0).toUpperCase() + app.slice(1);
687687
if (app === 'whisparr') displayName = 'Whisparr V2';
688688
else if (app === 'eros') displayName = 'Whisparr V3';
689-
else if (app === 'hunting') displayName = 'Hunt Manager';
689+
690690
if (this.elements.currentLogApp) this.elements.currentLogApp.textContent = displayName;
691691
// Switch to the selected app logs
692692
this.currentLogApp = app;

frontend/templates/components/apps_section.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@
123123
<option value="whisparr">Whisparr V2</option>
124124
<option value="eros">Whisparr V3</option>
125125
<option value="swaparr">Swaparr</option>
126-
<option value="hunting">Hunt Manager</option>
127126
</select>
128127
</div>
129128

frontend/templates/components/logs_section.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<option value="whisparr">Whisparr</option>
1616
<option value="eros">Eros</option>
1717
<option value="swaparr">Swaparr</option>
18-
<option value="hunting">Hunt Manager</option>
1918
<option value="system">System</option>
2019
</select>
2120
</div>

0 commit comments

Comments
 (0)