update translations
This commit is contained in:
parent
4e86a39f8c
commit
28f378f8db
19 changed files with 284 additions and 64 deletions
11
dashboard-ui/thirdparty/apiclient/apiclient.js
vendored
11
dashboard-ui/thirdparty/apiclient/apiclient.js
vendored
|
@ -1082,6 +1082,17 @@
|
|||
});
|
||||
};
|
||||
|
||||
self.getRegistrationInfo = function (feature) {
|
||||
|
||||
var url = self.getUrl("Registrations/" + feature);
|
||||
|
||||
return self.ajax({
|
||||
type: "GET",
|
||||
url: url,
|
||||
dataType: "json"
|
||||
});
|
||||
};
|
||||
|
||||
/**
|
||||
* Gets the current server status
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue