mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-24 21:00:22 +01:00
fix(torrents): tmdb id input type
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
<legend class="small-legend" translate="ENTER_TMDB_ID"></legend>
|
||||
<div class="col-lg-3 col-md-4 col-sm-5 col-xs-6">
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control" ng-model="vm.tmdb_id"
|
||||
<input type="number" class="form-control" ng-model="vm.tmdb_id"
|
||||
id="tmdbid"
|
||||
ng-change="vm.tmdb_info_ok = undefined"
|
||||
ng-disabled="vm.tmdb_info_ok"
|
||||
@@ -247,7 +247,7 @@
|
||||
<legend class="small-legend" translate="ENTER_TMDB_ID"></legend>
|
||||
<div class="col-lg-3 col-md-4 col-sm-5 col-xs-6">
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control" ng-model="vm.tmdb_id"
|
||||
<input type="number" class="form-control" ng-model="vm.tmdb_id"
|
||||
id="tmdbid"
|
||||
ng-change="vm.tmdb_info_ok = undefined"
|
||||
ng-disabled="vm.tmdb_info_ok"
|
||||
|
||||
Reference in New Issue
Block a user