summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/js-src/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/updatenotification/js-src/app.js')
-rw-r--r--apps/updatenotification/js-src/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/updatenotification/js-src/app.js b/apps/updatenotification/js-src/app.js
index bf96a2ff326..0b28cabd6ac 100644
--- a/apps/updatenotification/js-src/app.js
+++ b/apps/updatenotification/js-src/app.js
@@ -48,6 +48,7 @@ define(function (require) {
this.vm.channels = data.channels;
this.vm.notifyGroups = data.notifyGroups;
this.vm.isDefaultUpdateServerURL = data.isDefaultUpdateServerURL;
+ this.vm.versionIsEol = data.versionIsEol;
}
};
});