mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-23 03:18:59 +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) {
|
if (resp.error) {
|
||||||
ctrl.$setValidity('validNodeid', false);
|
ctrl.$setValidity('validNodeid', false);
|
||||||
} else {
|
} else {
|
||||||
scope.currentNode.NodeID = resp.id;
|
|
||||||
ctrl.$setValidity('validNodeid', true);
|
ctrl.$setValidity('validNodeid', true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user