Merge remote-tracking branch 'upstream/develop' into FEAT/open-id-connect-authentication

This commit is contained in:
Cameron Hutchison
2024-12-11 16:06:39 -06:00
17 changed files with 47 additions and 50 deletions

View File

@ -50,8 +50,7 @@ module.exports = Mn.View.extend({
onRender: function () {
let view = this;
if (typeof view.stats.hosts === 'undefined') {
Api.Reports.getHostStats()
Api.Reports.getHostStats()
.then(response => {
if (!view.isDestroyed()) {
view.stats.hosts = response;
@ -61,7 +60,6 @@ module.exports = Mn.View.extend({
.catch(err => {
console.log(err);
});
}
},
/**