Added warning message to admin panel.

This commit is contained in:
RainLoop Team 2015-02-16 18:42:24 +04:00
parent 7807138b7b
commit f1b85dda13
5 changed files with 58 additions and 10 deletions

View file

@ -17,8 +17,10 @@
this.coreType = ko.observable('stable');
this.coreUpdatable = ko.observable(true);
this.coreAccess = ko.observable(true);
this.coreWarning = ko.observable(false);
this.coreChecking = ko.observable(false).extend({'throttle': 100});
this.coreUpdating = ko.observable(false).extend({'throttle': 100});
this.coreVersion = ko.observable('');
this.coreRemoteVersion = ko.observable('');
this.coreRemoteRelease = ko.observable('');
this.coreVersionCompare = ko.observable(-2);