mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Add platform and version to mobile devices
This commit is contained in:
parent
c0837defed
commit
bde2372d90
5 changed files with 56 additions and 11 deletions
|
@ -20,10 +20,19 @@
|
|||
</div>
|
||||
<p class="help-block">Optional: Enter a friendly name for this device. Leave blank for default.</p>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="friendly_name">App Version</label>
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<input type="text" class="form-control" id="app_version" name="app_version" value="${device['version'] or ''}" size="30" readonly>
|
||||
</div>
|
||||
</div>
|
||||
<p class="help-block">The version of the mobile app.</p>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="friendly_name">Device Token</label>
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<div class="col-md-12">
|
||||
<div class="input-group">
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-form reveal-token" type="button"><i class="fa fa-eye-slash"></i></button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue