mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Removed misc tab from settings
This commit is contained in:
parent
2909498781
commit
e62274bc54
@ -48,7 +48,7 @@ define(
|
||||
indexersTab : '.x-indexers-tab',
|
||||
downloadClientTab : '.x-download-client-tab',
|
||||
notificationsTab : '.x-notifications-tab',
|
||||
generalTab : '.x-general-tab',
|
||||
generalTab : '.x-general-tab'
|
||||
},
|
||||
|
||||
events: {
|
||||
|
@ -5,7 +5,6 @@
|
||||
<li><a href="#download-client" class="x-download-client-tab no-router">Download Client</a></li>
|
||||
<li><a href="#notifications" class="x-notifications-tab no-router">Notifications</a></li>
|
||||
<li><a href="#general" class="x-general-tab no-router">General</a></li>
|
||||
<li><a href="#misc" class="x-misc-tab no-router">Misc</a></li>
|
||||
<li class="pull-right"><button class="btn btn-primary x-save-settings">Save</button></li>
|
||||
</ul>
|
||||
|
||||
@ -16,7 +15,6 @@
|
||||
<div class="tab-pane" id="download-client"></div>
|
||||
<div class="tab-pane" id="notifications"></div>
|
||||
<div class="tab-pane" id="general"></div>
|
||||
<div class="tab-pane" id="misc"></div>
|
||||
</div>
|
||||
|
||||
<div id="loading-region"></div>
|
Loading…
Reference in New Issue
Block a user