Skip to content

Commit

Permalink
fix build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonghui Tang committed Aug 19, 2020
1 parent d601388 commit 8cc43f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/rest/frontend/res/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@
if (response.status == 200 && response.data.length > 0)
{
$scope.networksInfo = response.data;
$
}
else
{
Expand Down Expand Up @@ -801,7 +800,7 @@


$scope.drawGraph = function() {
var json, svg, tooltip, force, filt, feMerge;
var json, svg, tooltip, force;
var scale, len;

// tooltiperase former graph
Expand Down
2 changes: 1 addition & 1 deletion tests/rest/test_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ def main():
node_leader_data_test(100)
node_num_of_router_test(100)
node_ext_panid_test(100)
diagnostics_test(20)
diagnostics_test(10)
error_test(10)

return 0
Expand Down

0 comments on commit 8cc43f3

Please sign in to comment.