Skip to content

Commit a44ad78

Browse files
committed
detectWithRest appears to not be used as of 775acdd
1 parent fbb9e40 commit a44ad78

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/javascript/oldjs/services/miq_service.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@ ManageIQ.angular.app.service('miqService', ['$q', 'API', '$window', function($q,
6969
return form.$valid && form.$dirty;
7070
};
7171

72-
this.detectWithRest = function($event, url) {
73-
angular.element('#button_name').val('detect');
74-
miqSparkleOn();
75-
return $q.when(miqRESTAjaxButton(url, $event.target, 'json'));
76-
};
77-
7872
this.networkProviders = function(options) {
7973
options = Object.assign(options || {}, {
8074
attributes: ['id', 'name'],

0 commit comments

Comments
 (0)