You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
377 B
13 lines
377 B
define([
|
|
"/static/app/DA-ITSI-CP-vmware-dashboards/swc-vmware-cp/index.js",
|
|
'/static/app/DA-ITSI-CP-vmware-dashboards/libs/underscore.js',
|
|
], function(SWCVMware, _) {
|
|
const BaseModel = SWCVMware.SplunkDBaseModel;
|
|
return BaseModel.extend({
|
|
url: 'configs/conf-sa_threshold',
|
|
initialize: function() {
|
|
BaseModel.prototype.initialize.apply(this, arguments);
|
|
}
|
|
});
|
|
});
|