mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-22 19:08:58 +00:00
Don't overwrite Node ID field with 'corrected' format
This commit is contained in:
parent
4be6a54bc0
commit
b2c196e5c7
File diff suppressed because one or more lines are too long
@ -1039,7 +1039,6 @@ syncthing.directive('validNodeid', function($http) {
|
||||
if (resp.error) {
|
||||
ctrl.$setValidity('validNodeid', false);
|
||||
} else {
|
||||
scope.currentNode.NodeID = resp.id;
|
||||
ctrl.$setValidity('validNodeid', true);
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user