Fix the misspelling of "monitor"

Change-Id: Id8dbed36d08a9864978ce6ff3a4447b750d60550
This commit is contained in:
lijunjie 2019-01-04 15:54:12 +08:00
parent b4a2106797
commit 23321ee2fb
3 changed files with 11 additions and 11 deletions

View File

@ -616,7 +616,7 @@ define(['angular', 'angularMocks'], function() {
"version": "2c",
"community": "public"
},
"state": "under_mointoring"
"state": "under_monitoring"
}, {
"id": 2,
"ip": "172.29.8.41",
@ -625,7 +625,7 @@ define(['angular', 'angularMocks'], function() {
"version": "2c",
"community": "public"
},
"state": "under_mointoring"
"state": "under_monitoring"
}, {
"id": 3,
"ip": "172.29.8.42",
@ -634,7 +634,7 @@ define(['angular', 'angularMocks'], function() {
"version": "2c",
"community": "public"
},
"state": "under_mointoring"
"state": "under_monitoring"
}];
return [200, switches, {}];
});
@ -7087,4 +7087,4 @@ define(['angular', 'angularMocks'], function() {
return [200, metricData, {}];
});
}]);
});
});

View File

@ -616,7 +616,7 @@ define(['angular', 'angularMocks'], function() {
"version": "2c",
"community": "public"
},
"state": "under_mointoring"
"state": "under_monitoring"
}, {
"id": 2,
"ip": "172.29.8.41",
@ -625,7 +625,7 @@ define(['angular', 'angularMocks'], function() {
"version": "2c",
"community": "public"
},
"state": "under_mointoring"
"state": "under_monitoring"
}, {
"id": 3,
"ip": "172.29.8.42",
@ -634,7 +634,7 @@ define(['angular', 'angularMocks'], function() {
"version": "2c",
"community": "public"
},
"state": "under_mointoring"
"state": "under_monitoring"
}];
return [200, switches, {}];
});
@ -7087,4 +7087,4 @@ define(['angular', 'angularMocks'], function() {
return [200, metricData, {}];
});
}]);
});
});

View File

@ -333,7 +333,7 @@ compassAppDev.run(function($httpBackend, settings, $http) {
"version": "2c",
"community":"public"
},
"state": "under_mointoring"
"state": "under_monitoring"
}, {
"id": 2,
"ip": "172.29.8.41",
@ -342,7 +342,7 @@ compassAppDev.run(function($httpBackend, settings, $http) {
"version": "2c",
"community":"public"
},
"state": "under_mointoring"
"state": "under_monitoring"
}, {
"id": 3,
"ip": "172.29.8.42",
@ -351,7 +351,7 @@ compassAppDev.run(function($httpBackend, settings, $http) {
"version": "2c",
"community":"public"
},
"state": "under_mointoring"
"state": "under_monitoring"
}];
return [200, switches, {}];
});