mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
Merge pull request #571 from Radarr/patch/settings-branch-warning
Add warning for docker users when switching branch
This commit is contained in:
commit
278fb298b6
1 changed files with 5 additions and 1 deletions
|
@ -322,7 +322,11 @@
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="col-sm-3 control-label">Branch</label>
|
<label class="col-sm-3 control-label">Branch</label>
|
||||||
|
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-1 col-sm-push-2 help-inline">
|
||||||
|
<i class="icon-sonarr-form-warning" title="If using Docker, do not use 'develop' or 'nightly' branches"/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-sm-2 col-sm-pull-1">
|
||||||
<input type="text" placeholder="master" name="branch" class="form-control"/>
|
<input type="text" placeholder="master" name="branch" class="form-control"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue