mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
Fixed: Disable delete button on used quality profiles
This commit is contained in:
parent
2f69a158b1
commit
9a61bb13e6
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ var view = Marionette.Layout.extend({
|
|||
|
||||
_updateDisableStatus : function() {
|
||||
if (this._isQualityInUse()) {
|
||||
this.ui.deleteButton.attr('disabled', 'disabled');
|
||||
this.ui.deleteButton.addClass('disabled');
|
||||
this.ui.deleteButton.attr('title', 'Can\'t delete a profile that is attached to a series.');
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue