mirror of https://github.com/Radarr/Radarr
Add existing series no longer shows root dir
This commit is contained in:
parent
dfaf0db566
commit
d49eb41f76
|
@ -9,6 +9,10 @@ define([
|
|||
'click .x-add': 'addSeries'
|
||||
},
|
||||
|
||||
initialize: function () {
|
||||
this.model.set('isExisting', true);
|
||||
},
|
||||
|
||||
addSeries: function () {
|
||||
|
||||
var self = this;
|
||||
|
|
|
@ -31,10 +31,11 @@
|
|||
{{else}}
|
||||
<span class="label label-inverse">{{status}}</span>
|
||||
{{/if}}
|
||||
<span class="label label-info">Season {{numberOfSeasons}}</span>
|
||||
{{else}}
|
||||
<span class="label label-important">{{status}}</span>
|
||||
<span class="label label-info">{{numberOfSeasons}} Seasons</span>
|
||||
{{/if}}
|
||||
<span class="label label-info">{{numberOfSeasons}} Seasons</span>
|
||||
</div>
|
||||
<div class="span2">
|
||||
<div class="progress">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.series-item {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
padding-bottom: 20px;
|
||||
|
||||
.series-item h2 {
|
||||
h2 {
|
||||
margin-top: 0px;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue