Remove left over observables that are no longer needed
This commit is contained in:
parent
f1075f648c
commit
7986a2ff56
1 changed files with 0 additions and 2 deletions
|
|
@ -19,8 +19,6 @@ $(function() {
|
||||||
self.workingOutput = undefined;
|
self.workingOutput = undefined;
|
||||||
self.loglines = ko.observableArray([]);
|
self.loglines = ko.observableArray([]);
|
||||||
|
|
||||||
self.config_restartCommand = ko.observable();
|
|
||||||
self.config_rebootCommand = ko.observable();
|
|
||||||
self.config_cacheTtl = ko.observable();
|
self.config_cacheTtl = ko.observable();
|
||||||
|
|
||||||
self.configurationDialog = $("#settings_plugin_softwareupdate_configurationdialog");
|
self.configurationDialog = $("#settings_plugin_softwareupdate_configurationdialog");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue