mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-03 15:17:25 +00:00
gui: Differentiate local and remote devices more clearly
This commit is contained in:
parent
c952468e13
commit
0427396f50
@ -390,7 +390,7 @@
|
|||||||
<!-- This device -->
|
<!-- This device -->
|
||||||
|
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<h3 translate>Devices</h3>
|
<h3 translate>This Device</h3>
|
||||||
<div class="panel panel-default" ng-repeat="deviceCfg in [thisDevice()]">
|
<div class="panel panel-default" ng-repeat="deviceCfg in [thisDevice()]">
|
||||||
<div class="panel-heading" data-toggle="collapse" href="#device-this" style="cursor: pointer">
|
<div class="panel-heading" data-toggle="collapse" href="#device-this" style="cursor: pointer">
|
||||||
<h3 class="panel-title">
|
<h3 class="panel-title">
|
||||||
@ -464,7 +464,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Remote devices -->
|
<!-- Remote devices -->
|
||||||
|
<h3 translate>Remote Devices</h3>
|
||||||
<div class="panel-group" id="devices">
|
<div class="panel-group" id="devices">
|
||||||
<div class="panel panel-default" ng-repeat="deviceCfg in otherDevices()">
|
<div class="panel panel-default" ng-repeat="deviceCfg in otherDevices()">
|
||||||
<div class="panel-heading" data-toggle="collapse" data-parent="#devices" href="#device-{{$index}}" style="cursor: pointer">
|
<div class="panel-heading" data-toggle="collapse" data-parent="#devices" href="#device-{{$index}}" style="cursor: pointer">
|
||||||
@ -548,7 +548,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<button type="button" class="btn btn-sm btn-default pull-right" ng-click="addDevice()">
|
<button type="button" class="btn btn-sm btn-default pull-right" ng-click="addDevice()">
|
||||||
<span class="fa fa-plus"></span> <span translate>Add Device</span>
|
<span class="fa fa-plus"></span> <span translate>Add Remote Device</span>
|
||||||
</button>
|
</button>
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user