diff --git a/v2.5/src/app/server/appDev.js b/v2.5/src/app/server/appDev.js index fe01f02..022c4a2 100644 --- a/v2.5/src/app/server/appDev.js +++ b/v2.5/src/app/server/appDev.js @@ -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, {}]; }); }]); -}); \ No newline at end of file +}); diff --git a/v2.5/target/src/app/server/appDev.js b/v2.5/target/src/app/server/appDev.js index fe01f02..022c4a2 100644 --- a/v2.5/target/src/app/server/appDev.js +++ b/v2.5/target/src/app/server/appDev.js @@ -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, {}]; }); }]); -}); \ No newline at end of file +}); diff --git a/v2/src/app/appDev.js b/v2/src/app/appDev.js index 0976b3b..843c132 100644 --- a/v2/src/app/appDev.js +++ b/v2/src/app/appDev.js @@ -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, {}]; });