Remove left over observables that are no longer needed

This commit is contained in:
Gina Häußge 2015-07-21 18:02:03 +02:00
parent f1075f648c
commit 7986a2ff56

View file

@ -19,8 +19,6 @@ $(function() {
self.workingOutput = undefined;
self.loglines = ko.observableArray([]);
self.config_restartCommand = ko.observable();
self.config_rebootCommand = ko.observable();
self.config_cacheTtl = ko.observable();
self.configurationDialog = $("#settings_plugin_softwareupdate_configurationdialog");