Remove label on force sync button
This commit is contained in:
parent
a267add7a4
commit
063ef1a98e
@ -28,10 +28,10 @@
|
|||||||
</label>
|
</label>
|
||||||
<p class="sync-warning-override"><strong>Warning</strong> Checking this box will override the settings of this client with those stored on the server.</p>
|
<p class="sync-warning-override"><strong>Warning</strong> Checking this box will override the settings of this client with those stored on the server.</p>
|
||||||
<p class="sync-warning-base"><strong>Warning</strong> No settings have been synced before. Enabling this will sync all settings of this client as the base for other clients.</p>
|
<p class="sync-warning-base"><strong>Warning</strong> No settings have been synced before. Enabling this will sync all settings of this client as the base for other clients.</p>
|
||||||
<label class="opt force-sync-button">
|
<div class="opt force-sync-button">
|
||||||
<button type="button" class="btn" id="forceSync">Force sync settings</button><br>
|
<button type="button" class="btn" id="forceSync">Force sync settings</button>
|
||||||
This will override any settings already synced to the server.
|
<p>This will override any settings already synced to the server.</p>
|
||||||
</label>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
|
Loading…
Reference in New Issue
Block a user