-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Closed
Labels
bugA problem with current functionality, as opposed to missing functionality (enhancement)A problem with current functionality, as opposed to missing functionality (enhancement)frozen-due-to-ageIssues closed and untouched for a long time, together with being locked for discussionIssues closed and untouched for a long time, together with being locked for discussion
Milestone
Description
As discussed in the forum: https://forum.syncthing.net/t/favicon-notification-breakdown-sticky-black-exclamation-mark-across-browsers/20882/7
#8918 removed the connection entry for the device itself:
Lines 745 to 747 in 4f6b86a
| if device == m.id { | |
| continue | |
| } |
But this entry is required for the UI to properly determine the status of the device itself:
syncthing/gui/default/syncthing/core/syncthingController.js
Lines 1076 to 1078 in 4f6b86a
| if (typeof $scope.connections[deviceCfg.deviceID] === 'undefined') { | |
| return 'unknown'; | |
| } |
calmh, sbellon and uokdonnykurnia
Metadata
Metadata
Assignees
Labels
bugA problem with current functionality, as opposed to missing functionality (enhancement)A problem with current functionality, as opposed to missing functionality (enhancement)frozen-due-to-ageIssues closed and untouched for a long time, together with being locked for discussionIssues closed and untouched for a long time, together with being locked for discussion