mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
removed typo "upstremModel"
Looks like a typo to me, but please may some once double check that I didn't break anything.
This commit is contained in:
@@ -68,12 +68,12 @@
|
||||
this.msec.period = time - this.msec.last;
|
||||
this.msec.last = time;
|
||||
};
|
||||
const UpstremModel = Backbone.Model.extend({
|
||||
const UpstreamModel = Backbone.Model.extend({
|
||||
idAttribute: 'uuid'
|
||||
});
|
||||
const UpstreamCollection = Backbone.Collection.extend({
|
||||
url: '/api/nginx/settings/searchupstream',
|
||||
model: UpstremModel,
|
||||
model: UpstreamModel,
|
||||
parse: function(response) {
|
||||
return response.rows;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user