summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/js-src/app.js
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-03-20 22:39:00 +0100
committerGitHub <noreply@github.com>2018-03-20 22:39:00 +0100
commit18994cd7008f422fb12b1d4a9ba164cb25f8984a (patch)
tree945cbe28eec37027a42c23349c352a0bc6e68d0f /apps/updatenotification/js-src/app.js
parent29c551c88ff42e4cd0699787f038175b01e56980 (diff)
parentec1e0397901f12cd1c9dc99eab60d6464cac5a0b (diff)
downloadnextcloud-server-18994cd7008f422fb12b1d4a9ba164cb25f8984a.tar.gz
nextcloud-server-18994cd7008f422fb12b1d4a9ba164cb25f8984a.zip
Merge pull request #8821 from nextcloud/feature/noid/show-eol-warning
Show EOL warning in the update section
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;
}
};
});