1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05:00

Merge pull request #571 from Radarr/patch/settings-branch-warning

Add warning for docker users when switching branch
This commit is contained in:
Devin Buhl
2017-02-01 17:45:32 -05:00
committed by GitHub

View File

@@ -322,7 +322,11 @@
<div class="form-group">
<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"/>
</div>
</div>