From 3d68517cd757c42cd43bd4a8a6782c9982177be8 Mon Sep 17 00:00:00 2001 From: make-ing Date: Mon, 14 Sep 2015 15:03:32 +0200 Subject: [PATCH] added octoprintUnconfigured and octoprintUnreleased ko.observable() --- .../plugins/softwareupdate/static/js/softwareupdate.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js b/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js index a4b7e74d..ed2d2fa9 100644 --- a/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js +++ b/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js @@ -13,6 +13,9 @@ $(function() { self.currentlyBeingUpdated = []; + self.octoprintUnconfigured = ko.observable(); + self.octoprintUnreleased = ko.observable(); + self.config_cacheTtl = ko.observable(); self.config_checkoutFolder = ko.observable(); self.config_checkType = ko.observable();