added octoprintUnconfigured and octoprintUnreleased ko.observable()
This commit is contained in:
parent
d7485d288e
commit
3d68517cd7
1 changed files with 3 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue