aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaspitta <ste.scarpitta@gmail.com>2024-03-17 20:13:09 +0100
committerGitHub <noreply@github.com>2024-03-17 20:13:09 +0100
commit7e4e65ebf53dd98f0fee3f021c399b12f5966f12 (patch)
tree24f0a803bd6a032e4683ca6972052d5a945b646f
parent8c8167a4ab3130c69bebcd53e0c11934fbc8e939 (diff)
downloadsyncthing-7e4e65ebf53dd98f0fee3f021c399b12f5966f12.tar.gz
syncthing-7e4e65ebf53dd98f0fee3f021c399b12f5966f12.zip
gui: Open devices on click in Shared With list in folder info (fixes #8972) (#9472)
-rw-r--r--gui/default/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/default/index.html b/gui/default/index.html
index 5a825a7e6..24e9aca36 100644
--- a/gui/default/index.html
+++ b/gui/default/index.html
@@ -593,7 +593,7 @@
--><span ng-switch="completion[device.deviceID][folder.id].remoteState"><!-- Avoid stray space...
--><span ng-switch-when="notSharing" data-original-title="{{'The remote device has not accepted sharing this folder.' | translate}}" tooltip>{{deviceName(devices[device.deviceID])}}<sup>1</sup></span><!-- Avoid stray space...
--><span ng-switch-when="paused" data-original-title="{{'The remote device has paused this folder.' | translate}}" tooltip>{{deviceName(devices[device.deviceID])}}<sup>2</sup></span><!-- Avoid stray space...
- --><span ng-switch-default>{{deviceName(devices[device.deviceID])}}</span><!-- Avoid stray space...
+ --><span ng-switch-default><a href="" ng-click="editDeviceExisting(devices[device.deviceID])">{{deviceName(devices[device.deviceID])}}</a></span><!-- Avoid stray space...
--><span ng-if="!$last">,</span>
</span>
</span>